Programatically switching tabs in a tab control

Started by Elias Montoya, June 08, 2007, 09:50:35 PM

Previous topic - Next topic

Elias Montoya

 I am using this code:

FF_TabControl_SetSelectedTab (Hstart, 1)
FF_TabControl_SetTabFocus (Hstart, 1)
UpdateWindow GetParent(HStart)


The tab is highlighted correctly but the contents of the tab are not updated.
Am i doing something wrong?

P.S.
Im not used to tab controls. :P

Elias Montoya

 Disregard... i just figured how those controls work,
i was trying to do the things the wrong way.

BudDurland

Sorry for the old post bump, but you share how you did it?  I'm trying to accomplish the same thing..