Thread: Menu on controls

  1. #1
    Registered User
    Join Date
    Jan 2006
    Location
    Latvia
    Posts
    102

    Menu on controls

    Hi, I want to create a menu on a control. The user would access it by clicking on the control with the right mouse button.

    Here's an example image: http://img151.imageshack.us/img151/4...controldb6.jpg

    I tried to search this forum and msdn, but couldn't find anything useful.

    Would appreciate links to msdn (functions) for this.

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    First you want to be familiar with menu's in general:
    http://msdn2.microsoft.com/en-us/library/ms674660.aspx

    Then you can look into creating a shortcut menu:
    http://msdn2.microsoft.com/en-us/lib..._Shortcut_Menu

    gg

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