[Gambas-user] Switching between forms in tabstrip
Benoît Minisini
gambas at ...1...
Thu Feb 26 14:20:52 CET 2009
> Dimitris,
> thanks for the tip. I can get the Keypress event from the form and get the
> combination for Ctrl + Tab.
> However, since I have a Workspace, I don't know how to access the Tabstrip
> control or how to index the forms in it.
You don't.
You must use the Workspace.Children property to get an array of all child
windows, choose your window, and then set the Workspace.ActiveWindow property.
Regards,
--
Benoît
More information about the User
mailing list