I could do with a few tutorials on creating and using Forms (Or whatever they're called in VC++). Can anyone point me in the right direction of a good website?
Printable View
I could do with a few tutorials on creating and using Forms (Or whatever they're called in VC++). Can anyone point me in the right direction of a good website?
well i dont know any sites tho:
1) Create a new project (Console or otherwise)
2) Add a resource
3) Look up CreateDialog and DialogBox on the msdn.microsoft.com site and then work from there. u basically create a WndProc for your 'Form' which u then handle the WM_COMMAND message for control actions.
Thanks muchly