Browsing Visual Basic 6
Moving Transparency
Hard to explain.
Listbox, Common Dialog/Multi Select, Drag Drop/Multi Select, Parsing Example
You can drag (multiple or just one) files from a program like windows explorer or a common dialog onto a listbox & add them all to it, & parse before adding to just get the dir, filename or the whole thing.
Multi File Select CommonDialog Box - Must have for MP3 players
Transparent Bitmap/GIF/JPG with one line of code!
While surfing the web i found the API for a function named TransparentBlt in C++ and i changed it over to VB.
Ping X
Ping(s) a computer and returns the results.
Detect if Shift Key is down
A function that returns whether or not the shift key is currently down.
A Good Example of Automation with Word
This code demonstrates a little of what can be done with automation.