Thread: Menu Help please

  1. #1
    Registered User
    Join Date
    Apr 2007
    Posts
    102

    Menu Help please

    Hey all, Im farily new to programming and just want to learn how to create a simple menu on a window. I do know how to create a window, and I am currently running Vista. Please if you could share information on creating a window and setting it's functions(When Clicked). I would greatly appreciate it.

    I have found throughout places on the internet some examples, but they seem very out of date.
    My Favorite Programming Line:
    Code:
    #define true ((rand() % 2) ? true : false)

  2. #2
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    WM_COMMAND and/or WM_NOTIFY inside your window procedure, I think. Get thee to MSDN and figure out what you're trying to do.

    Really good Windows tutorial: http://www.winprog.org/tutorial/

    It has a section on menus, too.

  3. #3
    Registered User
    Join Date
    Apr 2007
    Posts
    102
    Thanks a lot. Ill check it out.
    My Favorite Programming Line:
    Code:
    #define true ((rand() % 2) ? true : false)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Checking array for string
    By Ayreon in forum C Programming
    Replies: 87
    Last Post: 03-09-2009, 03:25 PM
  2. Replies: 2
    Last Post: 03-05-2009, 10:25 AM
  3. Another syntax error
    By caldeira in forum C Programming
    Replies: 31
    Last Post: 09-05-2008, 01:01 AM
  4. Constructive Feed Back (Java Program)
    By xddxogm3 in forum Tech Board
    Replies: 12
    Last Post: 10-10-2004, 03:41 AM