Quote:
|
Originally Posted by Astronouth7303
If you are using MSC++ 6.0, the 'Dialog' resources are what you're looking for. Either that or do it all in code.
If your using .NET, haven't a clue.
|
Forget about old-fashioned C-style Windows apps... too hard to create/manage.
Use MFC C++ projects for MSC++6 or .NET.
If you're using .NET 2002, use MFC. If you're using .NET 2003, you can try SWF (System.Windows.Form), aka Managed Windows Forms to write C#-style code. Note that managed code will only run on the .NET Framework.