Thread: Creating Context Menus

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    387

    Creating Context Menus

    How do you create a context menu?

    ie. When a person right clicks on the app the menu apears, or on a button.

    a good example of what im looking for is the Start button in windows, when you click it the menu apears.

    I am using Straight API, No MFC.

    Thanks

  2. #2
    Programming is fun, mkay?
    Join Date
    Oct 2001
    Posts
    490

    Post You can use this...

    Goto MSDN's website and look for TrackPopupMenu();
    Website(s): http://www16.brinkster.com/trifaze/

    E-mail: [email protected]

    ---------------------------------
    C++ Environment: MSVC++ 6.0; Dev-C++ 4.0/4.1
    DirectX Version: 9.0b
    DX SDK: DirectX 8.1 SDK

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  2. creating menus and other stuff
    By C+noob in forum Windows Programming
    Replies: 4
    Last Post: 07-13-2005, 07:20 PM
  3. Adding commands to common context menus
    By Orderbringer in forum Windows Programming
    Replies: 2
    Last Post: 04-19-2005, 06:18 PM
  4. Creating pop up menus
    By Ti22 in forum C++ Programming
    Replies: 22
    Last Post: 01-18-2005, 09:27 PM
  5. Context Menus
    By Gary in forum Windows Programming
    Replies: 4
    Last Post: 03-30-2002, 03:49 PM