Search Tools Links Login

Posts by BlackBeltVB

89 hits, 12 pages | Prev | Next

Compare Window Handles

How to enumerate all window handles. Fills one ListBox with all window handles, titles, and classes. Fills another with any windows not found in the original. Useful for searching out all the windows used by a specific application. Just fill the base, run your program, then find the new ones. 


Posted:2017-06-22, 423 views, filed under: Visual Basic 6

Cool Toolbars

How to implement "cool tools" style toolbars. Shows how to create Internet Explorer-like "cool tool" buttons without the need for any custom controls. Shows how to detect when a mouse moves over, then off a control.


Posted:2017-06-26, 2361 views, filed under: Visual Basic 6

CoolMenu

How to popup a menu as the mouse moves over a hotspot.


Posted:2017-06-24, 517 views, filed under: Visual Basic 6

Copy Typing

How to duplicate text entry in a separate control. Copies your keystrokes from one TextBox to another as you type.


Posted:2017-07-03, 570 views, filed under: Visual Basic 6

Data Combo

How to load a ComboBox with data tables and link that to another ComboBox containing fields.


Posted:2017-07-11, 398 views, filed under: Visual Basic 6

Database Search

A very basic demo of how to search a database with VB6.


Posted:2017-07-12, 425 views, filed under: Visual Basic 6

Dependency Walker

How to view file dependencies. This is a Microsoft tool distributed free of charge, but I had trouble finding it on the redesigned Microsoft Support website, thus I've zipped it and included it here. This is very useful for finding out what DLLs and files go with a control or DLL or whatever. You can walk through all files needed by another file.


Posted:2017-07-13, 431 views, filed under: Visual Basic 6

DialUp Networking

Demonstrates a few DialUp Networking functions. Fills a ListBox with available connections. Has a Connect! button and a Status!


Posted:2017-07-18, 373 views, filed under: Visual Basic 6

89 hits, 12 pages | Prev | Next