(1)

Title: Make a multi-line tooltip

Description: This example shows how to make a multi-line tooltip in Visual Basic 6.
It uses the CreateWindowEx API function to make a window with the TTS_ALWAYSTIP style.

http://www.vb-helper.com/howto_multi_line_tooltip.html


(2)

Title: Draw a bar-style meter on a PictureBox

Description: This example shows how to draw a bar-style meter on a PictureBox in Visual Basic 6.

http://www.vb-helper.com/howto_bar_meter.html


(3)

Title: Place progress indicators above a StatusBar control

Description: This example shows how to place progress indicators above a StatusBar control
in Visual Basic 6. The program positions a ProgressBar and button over panels in the StatusBar
whenever the form is resized. 

http://www.vb-helper.com/howto_statusbar_progress_indicators_above.html


(4)

Title: Use API functions to change a ProgressBar's foreground and background colors

Description: This example shows how to use API functions to change a ProgressBar's foreground and
background colors in Visual Basic 6. It uses the SendMessage API function to send the  PBM_SETBKCOLOR
and PBM_SETBARCOLOR messages to the control.

http://www.vb-helper.com/howto_change_progressbar_colors.html


(5)

Title: Execute a console program and capture its output

Description: This example shows how to execute a console program and capture its output in VB6.

http://www.vb-helper.com/howto_capture_console_stdout.html


(6)

Title: Give a ListView control flat headers

Description: This example shows how to give a ListView control flat headers in Visual Basic 6.
It uses the SetWindowLong API function to remove the HDS_BUTTONS style from the control. 

http://www.vb-helper.com/howto_flat_listview_headers.html


(7)

Title: Use FSO to create a FileInspector application that displays information about files

Description: This example shows how to use FSO to create a FileInspector application that
displays information about files in Visual Basic 6.

[Non-SysImageList] Old http://www.vb-helper.com/howto_file_inspector.html

[SysImageList] Old http://www.a1vbcode.com/app-3694.asp


(8)

Title: Give PictureBoxes different border styles (raised, sunken, etc.)

Description: This example shows how to give PictureBoxes different border styles
(raised,  sunken, etc.) in Visual Basic 6.

Old http://www.vb-helper.com/howto_draw_window_border_styles.html


(9)

Title: Draw lines of text with random colors (a silly one)

Description: This example shows how to draw lines of text with random colors in Visual Basic 6.
The program loads a text file, uses Split to break it into lines, and then draws each line
on a PictureBox in a different color.

http://www.vb-helper.com/howto_text_random_color.html


(10)

Title: Make an analog clock with a shaped form

Description: This example shows how to make an analog clock with a shaped form in Visual Basic 6.

http://www.a1vbcode.com/app-3269.asp

 
(11)

Title: Gradient And One Color ProgressBar (ActiveX Control)

Description: Auddy's One Color And Gradient ProgressBar. Supports single and Gradient (multi)
colored progressbar, with in-built percent, caption display etc.

http://www.a1vbcode.com/app-3587.asp


(12)

Title: TypeAndScroll

Description: A demo showing typing And scrolling effects on Label text.

http://www.a1vbcode.com/app-3903.asp