BlueJay924
Well-known member
- Joined
- May 6, 2003
- Messages
- 46
Does anyone know adjust the scrollbar once a form has been moved? For example, i have a form that is kind of long, and what i want to do is when i reach a certain textbox, i want the form to shift up some. My code is something like: on enter do
Me.Location = New Point(40, -136)
This works part works fine. My form is shifted up, but the scrollbar remains the same until the mouse moves over it. Once i come in contact with the scrollbar its in the correct position. Does anyone know how to modify it so that it automatically moves when i change the location? Oh, and im creating an mdi application.
Me.Location = New Point(40, -136)
This works part works fine. My form is shifted up, but the scrollbar remains the same until the mouse moves over it. Once i come in contact with the scrollbar its in the correct position. Does anyone know how to modify it so that it automatically moves when i change the location? Oh, and im creating an mdi application.