Category Archives: Visual Basic 6 (VB6)

Print a Tree View (PrintTvw.dll)

This small VB Active-X DLL provides the ability to print a TreeView. You can print with connector lines, without and even without indention. Original Author: unknown Inputs Simply create an Object of type CPrintTvw. Set the properties and execute the PrintTvw Method. Attachments File Uploaded Size CODE_UPLOAD1647.zip 9/3/2020 3:45:00 PM 4492

APIFileOperations

I think I took some of this from the MSDN, and made major mods to it. Now, when compiled, the developer can simply set a few properties, and call the methods to do windows standard file operations. it will do a copy, move, delete and rename, and where appropriate will bring up the standard windows dialog boxes, complete… Read More »

ZIPDEMO – Unzip all files in a directory

I always missed it in WinZip:Unzip all files in a directory to the same directory.Modify it, so the target directory can be at another place. Original Author: Marcus Schmitt Attachments File Uploaded Size CODE_UPLOAD176483282001.zip 9/3/2020 3:45:00 PM 5139

Custom Form Shape Template

Easy-to-use template for creating a non-rectangular form. So simple, even Homer Simpson could use it (if he had a computer). Original Author: VB Overlord Inputs An image to use for the form shape. Assumptions None. Returns None. Side Effects No border on form. API Declarations Included. Attachments File Uploaded Size CODE_UPLOAD1589.zip 9/3/2020 3:45:00 PM 3945

StopFlicker

Avoid the FlickeringUse this routine to stop a control (like a list or treeview) from flickering when it is getting it’s data. Original Author: Strider Solutions Code ‘Get more great source code from’ http://www.stridersolutions.com/products/cs/Option Explicit#If Win16 Then  Private Declare Function LockWindowUpdate Lib “User” (ByVal hWndLock As Integer) As Integer#Else  Private Declare Function LockWindowUpdate Lib “User32” (ByVal hWndLock As Long) As Long#End… Read More »

A SQUASH GAME – Second Edition / More clever PC!

Hi, I’m back. I have updated my squash game so it’s more powerful.Anyway, I changed something so the PC player engine is more clever so nobodycan beat it. (Maybe somebody can. Though I make the program, I can’t beat it.)Now you can control your pad with your mouse. Enjoy! Original Author: Jongmin Baek Assumptions For new users! : You… Read More »

ListSelect on mousemove

Select item in listbox on mousemove; Drag an item to different position;Most source from MSDN , two lines from yours truly. Original Author: oigres P Attachments File Uploaded Size CODE_UPLOAD1578.zip 9/3/2020 3:45:00 PM 2758

FireSTARTer (Animate The START Button)

FireStarter is a app to set your START button on fire.If you simply hate the start button then try animating itwith this short and very simple code. Please send commentsans sugesstion.CODE BY – NILESH P KURHADEEMAIL – bluenile5@hotmail.com Original Author: NILESH P KURHADE Attachments File Uploaded Size CODE_UPLOAD1583.zip 9/3/2020 3:45:00 PM 23523

Systematic Buzz Phrase Projector

The Systematic Buzz Phrase Projector creates technicalsounding phrases that you can drop into any report you maybe writing. You’ll sound like you really know your stuff, thepeople reading the report won’t have the slightest idea whatyour talking about but surely won’t admit it! Could be agood tool to use on pointy haired boss types! I wrote thisproject for… Read More »