J
Jonathan Sion
Hi,
I dont think this one is too dificult: i wish to show a windows form ,
its upper left corner would be right where the mouse is right now,
(sort of like a popup menu)
what i do is is something like:
dim loc as Point = Cursor.Position
myForm..SetDesktopLocation(loc .X, loc .Y)
myForm.Show
however, the window is never appearing where i want it to... what's
wrong?
thanks
I dont think this one is too dificult: i wish to show a windows form ,
its upper left corner would be right where the mouse is right now,
(sort of like a popup menu)
what i do is is something like:
dim loc as Point = Cursor.Position
myForm..SetDesktopLocation(loc .X, loc .Y)
myForm.Show
however, the window is never appearing where i want it to... what's
wrong?
thanks