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:
BASIC Source File  |  1996-01-17  |  269 b   |  11 lines

  1. Option Explicit
  2.  
  3. ' Remember what tab user clicked last
  4. Global LastActiveTab As Integer
  5.  
  6. ' You can use ActiveTab to remember active tab in dialog.
  7. ' This is useful when you want to display last viewed tab on
  8. ' dialog startup again
  9. Global ActiveTab As Integer
  10.  
  11.