Marcio

Marcio

  • NA
  • 1
  • 0

Sequence of events

Dec 25 2006 9:42 PM
Hi people
I´m new here and i´m begginning with VB .NET now

well, I have a simple problem

I wanna get the coordinates of de cursor in the picturebox, but in the following sequence

- Click in a button
- Click in a PicBox to get de coordinates
- Use the coordinates to change a TextBox

well, the subroutines usually works

Sub event
procedures
End Sub

in my case

Sub button_click

on picbox_click -----> here is my problem
get coordinates
change a value of a TextBox

End Sub

well, 2 events for one procedure

how do i do that ??? i´m desesperate !!!!!! :(

thank you!

Answers (1)