I have several textbox in my form (Cab01, Cab02, Cab03..Cab99) and i'd like to execute the same code for all
Private Sub Cab01_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
If Button = 1 Then PX = X: PY = Y
How could i pass and return the values X,Y without writing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.