Results 1 to 4 of 4

Thread: VC++ 'Forms'

  1. #1

    Thread Starter
    Member
    Join Date
    May 2002
    Location
    Great Britain
    Posts
    60

    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?

  2. #2
    Frenzied Member
    Join Date
    Jun 2000
    Location
    England, Buckingham
    Posts
    1,341
    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.

  3. #3
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800

  4. #4

    Thread Starter
    Member
    Join Date
    May 2002
    Location
    Great Britain
    Posts
    60
    Thanks muchly

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width