Results 1 to 1 of 1

Thread: VB6 - PictureTabs: A Simple Tab Control

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2006
    Posts
    31

    VB6 - PictureTabs: A Simple Tab Control

    PictureTabs is a simple, lightweight, and modern looking alternative to a full tab control. It was created using just the Picture, Label, and Line controls.

    It consists of 5 control arrays:
    - picTab(): The tabs
    - lblTabText(): The captions for each tab.
    - line1TabTop(): The colored lines showing which tab is selected
    - line2TabTop(): ""
    - picPanel(): The Picture controls that act as panel containers

    This sample comes with 5 tabs. To add or remove tabs, just copy or delete picTab() and picPanel() elements, but make sure that you maintain control array names and index order.

    If anyone has comments or feedback to improve it, please let me know.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width