
Originally Posted by
Hazirak
No, you can, I've done it. You just have to understand the Windows API instead of relying on another program to understand it for you.
VB.NET is becoming more popular for simple Windows applications, but you can't use anything.NET for something that isn't intended for Windows - .NET, to the best of my knowledge, is a framework solely for the Windows operating system. That right there will keep it from completely replacing something like C++, which can be used to develop cross-platform applications.