Windows GUI
I have been making win32 window apps for quite some time now, and it's pissing me off that development is extremely slow and the gui looks ancient. I would switch to .net framework but it's to dependent. Fallen told me that i could still use the drag and drop features with win32 by resource editing or something like that. I just want to be able to use native c++ instead of the .net framework. Any ideas?
Almost 90% of the windows operating system do have .NET Framework 2.0 pre-installed with them. All Windows 7 versions have .NET Framework 3.5 pre-installed with them. If you still don't want to go with it, you can use MFC Class Wizards that ease developing graphical applications.