Hi,
Just within C++, how can we define a window How is that associated with a class object I think based on a class, we should be able to have such an object, correct
Thks & Bst Rgds,
HuaMin
Hi,
Just within C++, how can we define a window How is that associated with a class object I think based on a class, we should be able to have such an object, correct
Thks & Bst Rgds,
HuaMin
To create a window
foto_robin
You could read Joe Newcomer's tutorial on using dialogs :-
http://www.codeproject.com/dialog/create_a_dialog.asp
LMP0407
David_VA
Please follow your post at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=206527&SiteID=1 for using winforms.
Also, you can use MFCs or just Win32 APIs.
Thanks, Ayman Shoukry VC++ Teamjarka
Are you looking for an MFC answer or a Windows Forms answer