Page 1 of 1

DisplayPopupMenu(#Menu, WindowID [, x, y])

Posted: Wed Jan 07, 2004 7:55 pm
by Bong-Mong
i hoping to use this command on leftclick systray.
it works but displays the menu in wrong place.

if person is using different resolution, will my x,y point change?

anyway i want DisplayPopupMenu(#Menu, WindowID [, x, y]) to be a systemtray menu

can anyone help me plot it in position

Posted: Wed Jan 07, 2004 8:01 pm
by Proteus
DisplayPopupMenu(#Menu, MenuID())

There, that's the correct position. Exactly where the mouse is.

Posted: Wed Jan 07, 2004 10:13 pm
by Bong-Mong
Thanks :p