Search Tools Links Login

Posts by BlackBeltVB

89 hits, 12 pages | Prev | Next

Edge Scan

Scan for the edge of a bitmap to create a transparent region. Scans the edge of a bitmap and creates a polygon region. Use it to create odd-shaped forms. It does not scan for "internal" transparent areas - only the edge. The background color needs to be unique. Also shows how to allow form dragging without a caption. 


Posted:2017-07-19, 411 views, filed under: Visual Basic 6

Enhanced TextBox Limits

How to limit lines in a TextBox control. Shows how to limit a TextBox to a specific number of characters per line and a specific number of lines. 


Posted:2017-09-05, 430 views, filed under: Visual Basic 6

Exe Names

How to retrieve the EXE filenames of running processes


Posted:2017-07-20, 428 views, filed under: Visual Basic 6

File Copy

How to implement Windows standard file operations (copy, move, delete).


Posted:2017-08-21, 376 views, filed under: Visual Basic 6

Find File

How to find files via recursive directory searching. Uses a recursive procedure to find files that match your search and path entries. Also contains functional equivalents of InstrRev, Split, and Replace functions for earlier versions of VB. 


Posted:2017-07-23, 381 views, filed under: Visual Basic 6

Flat Headers

How to use flat, non-clickable headers with the ListView control. Give your listboxes a little more modern look.


Posted:2017-07-23, 441 views, filed under: Visual Basic 6

Flicker-Free Animation

How to animate transparent images without flicker. Extensive comments in the sample explains how it all works.


Posted:2017-07-24, 387 views, filed under: Visual Basic 6

Font Alignment

How to align fonts along a baseline. When printing different point sizes of a font using VB's Print method, they default to aligning at the top of the characters rather than on a common baseline. This sample shows how to properly align them. Works for the Form, PictureBox, UserControl, and Printer objects. 


Posted:2017-07-24, 451 views, filed under: Visual Basic 6

89 hits, 12 pages | Prev | Next