Thread: MFC UI question

  1. #1
    Registered User
    Join Date
    Jun 2004
    Posts
    42

    MFC UI question

    In main dialog box, there're two List Controls, each of them contains different data. Both of the list controls accept WM_RBUTTONDOWN message, I wanna let each of them has different popup menu, that means if I click right button in first control list, it'll popup menu 1 and click right button in second control list, it'll popup another menu.

    Thanks a lot!

  2. #2
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    Great good luck.........

    And the problem is?

    Lack of search in this forum for previous replies?
    Not read manual?

    Or do you have some code that does not work?


    Have you looked at
    LoadMenu()
    GetSubMenu()
    TrackPopupMenu()
    Last edited by novacain; 04-22-2005 at 04:50 AM.
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. MFC check box question
    By MyglyMP2 in forum Windows Programming
    Replies: 2
    Last Post: 03-09-2009, 05:47 PM
  2. MFC simple question
    By dole.doug in forum Windows Programming
    Replies: 5
    Last Post: 09-26-2008, 06:11 AM
  3. Window Resize question (MFC)
    By IfYouSaySo in forum Windows Programming
    Replies: 2
    Last Post: 11-16-2005, 12:34 PM
  4. MFC Dialog App Screen Refresh Question
    By Scotth10 in forum Windows Programming
    Replies: 2
    Last Post: 10-18-2002, 02:07 PM
  5. MFC Question
    By Unregistered in forum C++ Programming
    Replies: 2
    Last Post: 01-11-2002, 07:19 PM