Link to home
Start Free TrialLog in
Avatar of melu
melu

asked on

Executing 'Control + F6' in vb6 code

hi!

I am developing a vb6 appl - i would like to move to the next form (which is behind) and would like to execute Control + F6 in code to move to the next form. How do i go about it?

Rg,
Mehul
Avatar of corvanderlinden
corvanderlinden

Any MDI application supports that key combination, so make your app an MDI
The sendkeys function should be able to help you, but why dont you just change the ZOrder of the form..

The ZOrder determins in which order the forms are to be sat upon one another..
ASKER CERTIFIED SOLUTION
Avatar of mikeiastate
mikeiastate

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial