I am wanting to make a DDT Popup menu or SDK if it can't be done
in DDT that I can POPUP at the current X,Y cordinates of the mouse.
Kinda like when you right click on an ICON on the desktop and
the popup menu pops up.
I don't want to have a dialog though, I just want to be able
to popup a menu at anytime on any dialog.
Basically I am wanting to popup a menu on the desktop on
certian events but it has to be at the current x,y cordinates.
It also seems that if I use POINTAPI that it only works on
my dialog and in this case I don't even want a dialog I want
to make a floating popupmenu wherever my mouse goes.
Thanks
------------------
-Greg
[This message has been edited by Gregery D Engle (edited September 08, 2000).]
in DDT that I can POPUP at the current X,Y cordinates of the mouse.
Kinda like when you right click on an ICON on the desktop and
the popup menu pops up.
I don't want to have a dialog though, I just want to be able
to popup a menu at anytime on any dialog.
Basically I am wanting to popup a menu on the desktop on
certian events but it has to be at the current x,y cordinates.
It also seems that if I use POINTAPI that it only works on
my dialog and in this case I don't even want a dialog I want
to make a floating popupmenu wherever my mouse goes.
Thanks
------------------
-Greg
[This message has been edited by Gregery D Engle (edited September 08, 2000).]
Comment