Which Windows GUI system should I choose with C++? -
There are several ways to write windows app, win32, mfc, atl, .NET, WinForms, and perhaps some other that I Do not know who should I choose? I like that which works on a newly installed Vista, and is modern and easy to use.
If you are amateur with C ++ then you have any basic Visual C ++ framework ( Win32, MVC, etc.) will be very easy time learning WinForms. WPF will give you the best form best, it is a bit hard to master compared to WinForms, but managed and therefore keeps you away from the bad Win32 stuff.
The basic outline is primarily good if you want to reduce the last bit of performance or small for things like footprint shell extensions.
I recommend checking WinForms for at least the first time to get some quick understanding of the principles. If WinForms is not compatible with you, then you can either go to C ++ if you feel that you want more shiny features like skinning and theming, then you need a low level control or WPF.
Edit:
However, if you look at WPF, remember that the latest Vista has only Net 3.0, 3.5 and 3.5 SP1 features have a different runtime Installation is required.
Comments
Post a Comment