-
Mouse
What the code for doing this TextBox's MouseMove event.
-
Re: Mouse
Try this code to get an idea of how mousemove works.
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single,
Y As Single)
PSet (X, Y)
End Sub
"chris" <chris@aipgroup.com> wrote in message
news:3b1624a2$1@news.devx.com...
>
> What the code for doing this TextBox's MouseMove event.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|