Re: MouseMove event not firing

Tech-Archive recommends: Speed Up your PC by fixing your registry



Glad I could help you, but that's what we're here for, to help each other
:-)

Greetz, Peter
--
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce
bigger and better idiots. So far, the Universe is winning. (Rich Cook)

"TyBreaker" <tybreakerNO@xxxxxxxxxxxxxxx> schreef in bericht
news:Oh1dgmyTGHA.424@xxxxxxxxxxxxxxxxxxxxxxx
Peter Proost wrote:
Hi tybreaker,

shouldn't Me.MouseMove be PictureBox1.MouseMove

Private Sub PictureBox1_MouseMove(ByVal sender As Object, ByVal e As
MouseEventArgs) Handles Me.MouseMove
End
End Sub

should be
Private Sub PictureBox1_MouseMove(ByVal sender As Object, ByVal e As
MouseEventArgs) Handles PictureBox1.MouseMove
End
End Sub

hth Greetz Peter

Wow, thank you. My ignorance of the language is obvious! I'm not sure
how I mucked that up - the routine declarations get inserted
automatically but I must have done something to stuff it up at some point.
--
______ ___ __
/_ __/_ __/ _ )_______ ___ _/ /_____ ____
/ / / // / _ / __/ -_) _ `/ '_/ -_) __/
/_/ \_, /____/_/ \__/\_,_/_/\_\\__/_/
/___/

There are 10 types of people in this world; those who understand the
binary numbering system and those who don't.

There's no place like 127.0.0.1.

ASCII a silly question, get a silly ANSI.


.



Relevant Pages

  • Re: MouseMove event not firing
    ... Peter Proost wrote: ... Private Sub PictureBox1_MouseMove(ByVal sender As Object, ... MouseEventArgs) Handles PictureBox1.MouseMove ... ASCII a silly question, get a silly ANSI. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Emailing a Report -- SendObject parameters
    ... I began to read your access basics for programming, ... My next question and problem is regarding the Private Sub Command Click ... pSQL "Daily Reminders All Teams Report" ... 'loop through the Recordset until the end ...
    (microsoft.public.access.modulesdaovba)
  • Re: Emailing a Report -- balance Sub/End Sub, compile
    ... "I began to read your access basics for programming, ... Private Sub Command18_Click ... 'pSQL -- defines the recordset to open ... pSQL "Daily Reminders All Teams Report" ...
    (microsoft.public.access.modulesdaovba)
  • RE: Print Directory to Excel
    ... not the actual programming to pull it in the spreadsheet. ... On Error GoTo ErrDir ... If MaybeCD Then ... Sub ShowFileList() ...
    (microsoft.public.excel.misc)
  • Re: The Greatest Lesson Ive Learned
    ... The producer of this ... If there is ONE LESSON out of all the lessons I have learned ... LIMIT EACH SUB or FUNCTION to just ONE TASK! ... That's my contribution to all you programming newbies out ...
    (comp.lang.basic.visual.misc)