Browsing Visual Basic 6
ImageDownLoader
Want to download the images alone from a webpage? How long you'll righ click the image and save the image.
LED Display
It's a LED Display to show numbers simply by loading small icons.
Authenticate
Authenticate(project1.
Make Txt List of Files
Make Text List of Files any folder using the FileSystemObject.
csLogo
A control to create a sidebarlogo.
iBBS tcp client/server
This is a multi purpose tcp/ip client server program.
System Monitor 2k - View CPU Usage, kb/s in Internet connections, etc.
Similar to the System Monitor application found in Windows, this ActiveX DLL (source included) lets you include a CPU Usage monitor, lets you see the amount of bytes sent/received per second over the Internet, the amount of bytes read/written per second on a drive, or anything else that you see in Windows' System Monitor!Usage:Dim SysMon As New SysMonCPUUsage=SysMon("KERNEL")("CPUUsage")NetKBReadPerSec=SysMon("Dial-Up Adapter")("BytesRecvd")NetKBTransmitPerSec=SysMon("Dial-Up Adapter")("BytesXmit")It's that simple!Not too commented but it's VERY easy to use.