Click to See Complete Forum and Search --> : RightClick PopUp Menu


Illusioned
July 20th, 1999, 01:55 AM
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

Fabi Pantera
July 20th, 1999, 02:04 AM
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

Illusioned
July 20th, 1999, 02:22 AM
That helped alot!! Thankz (:



Illusioned