D
Dmitry Shaporenkov
Hi,
I'd like to display a form at the caret position, so I
call GetCursorPos from user32.dll. The question is how
should I use the coordinates returned by this function in
C# code? I'm trying to pass them to the
Form.SetDesktopLocation but the form is displayed far
from the caret position.
Thanks in advance,
Dmitry
I'd like to display a form at the caret position, so I
call GetCursorPos from user32.dll. The question is how
should I use the coordinates returned by this function in
C# code? I'm trying to pass them to the
Form.SetDesktopLocation but the form is displayed far
from the caret position.
Thanks in advance,
Dmitry