home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
dialog
/
vbtabdlg
/
vbtabdlg.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1996-01-17
|
269 b
|
11 lines
Option Explicit
' Remember what tab user clicked last
Global LastActiveTab As Integer
' You can use ActiveTab to remember active tab in dialog.
' This is useful when you want to display last viewed tab on
' dialog startup again
Global ActiveTab As Integer