Posts by Lucas Anderson • 3 points
2 posts
-
0
votes1
answer180
viewsQ: Check if the listbox index exists?
Hello wanted to know how to identify if the index (Example: 5 does not exist) and return to 0. Follows my code: Dim avancarcoordX As Integer avancarcoordX = lbPosX.SelectedIndex + 1…
vb.netasked Lucas Anderson 3 -
0
votes1
answer1163
viewsQ: Move mouse to screen pixel (XY)
Hello guys I’m having a problem, well I already managed to get the mouse position in relation to form ! For this I used a form with the NONE border, maximized, and opacity 5% and when the user…