Category Archives: Visual Basic 6 (VB6)

SUPER FAST! Gradient Fills (Any Angle) (Updated)

(Updated – Even Faster Now) This class will fill any Form or PictureBox with a Gradient fill starting from Color1 and blending to Color2. Sure, I know you’ve seen that plenty of times, but this code allows you to select any angle 0?? to 359.99999?? and it does a perfect blend at all angles. Use any colors, even… Read More »

Icon Extractor

This code extracts icons from Dll’s and Exe’s.The code is so simple any VB newbie should be able to understand it. Original Author: unknown Attachments File Uploaded Size CODE_UPLOAD34962192000.zip 9/3/2020 3:45:00 PM 2915

Floating Menus

Gives you application the Windows 95 look of a floating menu. Right click any where on the form and the menu will appear. Original Author: Iain West Assumptions Knowlege of the menu control would be advantages. Attachments File Uploaded Size CODE_UPLOAD35072202000.zip 9/3/2020 3:45:00 PM 1901

How to Get… Updated Wed 28 Aug

(For Newbies wanting to find out the following). Information on what you find in BJ’s How to Get… (BJ’s How to Get… Readme.txt can be found in BJ’s How to Get Directory) The Directory you can find them in00: How to Get All – (BJ’s How to Get)*01: How to make a Basic Calendar. – (BJ’s Basic Calendar)*02:… Read More »

DX Anywhere

The code of DX Anywere retrieves the handle of the window/scrollbar/toolbar/textbox/clock/start button whatever under the mouse cursor. Now, with this handle you can start DirectX in that window/scrollbar/toolbar/textbox/clock/start button/whateverThe DirectX window is automatically resized to match the required with and height.Really great code, to make an ‘DirectX Accelerated Desktop” Original Author: Almar Joling Assumptions -Press [Start]-Move the mouse cursor… Read More »

A Windows 95/98/NT/2000 Parody – UPDATED!!!!

This is a cool parody of Windows 95/98/NT/2000 that looks just like the real thing. The difference lies in the details…This update of WinS*x 2000 WorkFrustration includes the following new features:a) lots of new graphical effects, including an improved Start Menu with MouseOver code,b) a FREE, off-line version of MicroSh*t’s Homepage! Just click the Internet Explorer icon!c) a… Read More »

Shell About

Show up the Windows’s Shell About (Help>About explorer) with your own application information and icon Original Author: Max Raskin Attachments File Uploaded Size CODE_UPLOAD34602182000.zip 9/3/2020 3:45:00 PM 1989

PicScroll – Picture viewer with ScrollBars

This Active-X control I created let’s you import a picture, and have it be full size, and automatically adusts scroll bars etc.. Fully customizable, and holds most of the same functions as a picture control. Even apply APIs to this control, because the hDC property is included. Original Author: David Peace API Declarations Please send all errors and bugs… Read More »

INI Read and INI Write – Simple and Error Free

INI Read and INI Write made simple. I included examples in each function. If you like my codes, then please vote for me. But only if you like them. Thanks =) Original Author: Jeffrey C. Tatum API Declarations ‘INI Read and WriteDeclare Function GetPrivateProfileString Lib “kernel32” _Alias “GetPrivateProfileStringA” (ByVal lpApplicationName _As String, lpKeyName As Any, ByVal lpDefault As String,… Read More »

Hex Editor with LOTS OF COMMENTS

You know the hex read out that a hex editor would give you. It does create one of them using a hell of a lot of string manipulation and intellegnce. It is about as quick as VB would let you get and the princible can be used for just about anything envolving file manipulation, encoding, string manipulation, etc.… Read More »