Home > Archive > Visual Basic > September 2004 > SSTAB question
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Ken Uzzell 2004-09-29, 8:55 am |
| Hello,
My program uses SSTAB to hold different controls of the program. The user
can save the settings, but I haven't found a way to save the SSTAB1 setting
so when my program starts, the selected Tab is displayed. SSTAB1 always
starts up with the Tab showing when the exe was made. Is there a way to set
the display TAB as the last used one?
Thanks
--
Ken
http://www.heal-me.com.au
| |
| Norm Cook 2004-09-29, 8:55 am |
| Perhaps I'm missing you point but
Form_Load:
SSTab1.Tab = GetSetting(..........) or ReadIni(.........)
Form_UnLoad:
SaveSetting ..........SSTab1.Tab or WriteIni .........SSTab1.Tab
"Ken Uzzell" <kevala@pacific.net.au> wrote in message
news:Wtw6d.3277$pl.54862@nasal.pacific.net.au...
> Hello,
>
> My program uses SSTAB to hold different controls of the program. The user
> can save the settings, but I haven't found a way to save the SSTAB1
setting
> so when my program starts, the selected Tab is displayed. SSTAB1 always
> starts up with the Tab showing when the exe was made. Is there a way to
set
> the display TAB as the last used one?
>
> Thanks
> --
> Ken
> http://www.heal-me.com.au
>
>
>
|
|
|
|
|