Tools Links Login

Browsing Visual Basic 6

Prev   Next

HTML Extractor
Extremely simple! It extracts HTML code from any given site.
Posted:2003-06-01, 100 views

VB-DX-Ball
This is VB-DX-Ball, a Breakout-clone based on DX-Ball 2.
Posted:2003-06-01, 107 views

Winamp Style Resize
Winamp 2.
Posted:2003-06-01, 101 views

Easy Alpha Blend One line of code
This will alpha blend your form when its unloaded cool effect thats alreayd built into windows, i couldn't find anything with the keyword alpha blend that used the AnimateWindow API, so i thought i wouldOriginal Author: Joseph SimpsonCodeIn Your General Section Include This:Private Declare Function AnimateWindow Lib "user32" (ByVal hwnd As Long, ByVal dwTime As Long, ByVal dwFlags As Long) As BooleanPrivate Const AW_HIDE = &H10000Private Const AW_BLEND = &H80000On Form_Unload put:fd = AnimateWindow(Form1.
Posted:2003-06-01, 97 views

How to round a byte amount into KB or MB (also KB/s) with two decimal places
Apart from what it says on the title, I will also demostrate how to calculate, based on a byte amount and a time period, the amount of KB/s (Kilobytes per second) of a transfer.
Posted:2003-06-01, 96 views

[Binary Transfer Control OCX Updated version with File I/O Error solved] Extremely fast
[Binary Transfer Control OCX] Extremely fast, almost NO MEMORY USE, reliable, as easy to use as an ordinary Winsock control.
Posted:2003-06-01, 97 views

DX BALL Best one Yet
Breakout Clone / Dx - Ball / ArconoidThis Is A Project I Started on For Cert 4 Information Technology I Am Still Working on Documentation And will Update Soon.
Posted:2003-06-01, 107 views

Prev   Next