CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 1999
    Location
    NY
    Posts
    28

    RightClick PopUp Menu

    Hello, I have a question.. I don't use OWL so using only Win32 API and C calls, how would one go about poping up a menu when their application is right clicked at the current mose position.
    (I know how to handle the Mouse messages and the coordinates, all I need to know is how to generate the menu)

    Thanks in advance


    Illusioned

  2. #2
    Join Date
    Jun 1999
    Posts
    319

    Re: RightClick PopUp Menu

    You can use the LoadMenu or Createmenu function to load/create your menu.
    To display it use TrackPopupMenu.
    Let me know if this helps.
    Regards,
    Faby


  3. #3
    Join Date
    Jun 1999
    Location
    NY
    Posts
    28

    Re: RightClick PopUp Menu

    That helped alot!! Thankz (:



    Illusioned

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured