CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: gotgame0314

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    8,256

    Re: MFC Context Menu

    I added the menu in the resource editor.

    To open the menu, i did the following:
    <code>
    CPoint mPointCurrent;
    ::GetCursorPos(&mPointCurrent);
    CMenu mPopupMenu;...
  2. Replies
    4
    Views
    8,256

    MFC Context Menu

    I am trying to implement a context menu when the MFC Dialog is clicked. I can get the menu up, but cannot get the individual sub-menu items in the menu to do anything when clicked. I used the wizard...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured