Forum: C# Jan 24th, 2008 |
| Replies: 8 Views: 1,006 Well UI Design is not specific to any platform really. But what about this?
http://msdn2.microsoft.com/en-us/library/aa350483.aspx |
Forum: C# Jul 28th, 2006 |
| Replies: 2 Views: 2,297 You check for installed items in windows using the registry. You need to look into the .net Microsoft.W32 namespace for the classes to do this with.
... |