A
Ansh
Hi All,
I want to create a virtual mouse and move it through arrow
keys on Smartphone just as VNC
remote viewer (RDP client) does. But when i try to load any
mouse cursor using LoadCursor eg. Arrow cursor, it gives me
handle on newly loaded cursor since its not NULL. But it
doesn't shows me any cursor. Only Wait Cursor works which
is shown at the center of the screen. And when i try to move
that cursor using SetCursorPos() it doesnt move. When check error
through
GetLastError() i get error that this function is not supported.
Can anyone tell me how i can create an Arrow cursor (any other than
Wait) and
move it through arrow keys on Smartphone???
In short i want to enable mouse handling on Smartphone.
If u have suggestion then please give.
Any help would be appreciated.
Thnx in advance.
Ansh
I want to create a virtual mouse and move it through arrow
keys on Smartphone just as VNC
remote viewer (RDP client) does. But when i try to load any
mouse cursor using LoadCursor eg. Arrow cursor, it gives me
handle on newly loaded cursor since its not NULL. But it
doesn't shows me any cursor. Only Wait Cursor works which
is shown at the center of the screen. And when i try to move
that cursor using SetCursorPos() it doesnt move. When check error
through
GetLastError() i get error that this function is not supported.
Can anyone tell me how i can create an Arrow cursor (any other than
Wait) and
move it through arrow keys on Smartphone???
In short i want to enable mouse handling on Smartphone.
If u have suggestion then please give.
Any help would be appreciated.
Thnx in advance.
Ansh