Does anyone know how I can bring a TabPage to the front (just as if its tab had been clicked on with the mouse)?
Chris?
Thanks,
Hi Joe,
You can use:
SendMessage mytab, "TM_SETINDEX", [Index of tab page]
to select a specific tab page. The index ranges from 1 to the number of tab pages attached to the specified tab.
I knew there must be a way. Many thanks Chris.