Hi !
I Do some things with the mouse down event. It works great, but I want to show the user another form. This form is always in the background. hat can I do to set focus on it?
I am working with VB.
Thanks a lot!
Peter
This is a discussion on Show another form after mouse_down event... within the MapPoint Desktop Discussion forums, part of the Map Forums category; Hi ! I Do some things with the mouse down event. It works great, but I want to show the ...
Hi !
I Do some things with the mouse down event. It works great, but I want to show the user another form. This form is always in the background. hat can I do to set focus on it?
I am working with VB.
Thanks a lot!
Peter
Hi, you can use:
Private Sub map1_MouseDown(ByVal Button As Long, ByVal Shift As Long, ByVal X As Long, ByVal Y As Long)
Form2.Show 1 'Form2 is your another form
End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)