|
-
Oct 27th, 2002, 12:33 PM
#1
Thread Starter
Member
VC++ 'Forms'
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?
-
Oct 27th, 2002, 02:21 PM
#2
Frenzied Member
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.
-
Oct 27th, 2002, 05:29 PM
#3
Frenzied Member
-
Oct 28th, 2002, 01:20 PM
#4
Thread Starter
Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|