Browsing Visual Basic 6
Another VB Speed Proof - Realtime Picture Rotate+Resize+ Trasparency
Ok, guys, this time no Assembler tricks, just pure VB code.
Imagica MUD Telnet client
Telnet Client, ANSI Color support, Triggers, Sound Triggers, Profile reading.
DirectX Tutorial #3 - DirectMusic Intro!
This heavily commented code will teach you how to load, play and stop a MIDI file using DirectMusic.
DUN Password Cracker (See Screen Shot ! ! !)
It grabs the Dial-Up Networking passwords that are saved with the Save Password checkbox.
Temperature Conversion
converts fahrenheit to celsius, and vice versa.
Check if a file exist!
This will check if a dam*n file exists the easy and "right" way! Plz vote for this code if you like it!
Original Author: VisualBlind
Code
Dim fso
Dim strFile As String
Set fso = CreateObject("Scripting.
A Better Listbox Example...
I have submitted a pretty bad listbox example before, but this is one that demonstrates how to use the ListIndex function.