For Programmers: Free Programming Magazines  


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]

 

Author SSTAB question
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
>
>
>



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com