|
-
July 20th, 1999, 01:55 AM
#1
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
-
July 20th, 1999, 02:04 AM
#2
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
-
July 20th, 1999, 02:22 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|