I am writing a NotifyIcon app.
I want to use Left mouse click to pop up a ContextMenuStri p.
Currently, I use
ContextMenuScri p.Show(x,y) to display it.
But it always show a windows at taskbar like I popup a window form.
Did I use the wrong method?
SeraphJiang@hot mail.com
27th,Dec
I want to use Left mouse click to pop up a ContextMenuStri p.
Currently, I use
ContextMenuScri p.Show(x,y) to display it.
But it always show a windows at taskbar like I popup a window form.
Did I use the wrong method?
SeraphJiang@hot mail.com
27th,Dec
Comment