VB6 - Packet Ananlyzer
PacketVB Version 2 is a Network Packet Analyzer. It utilizes Windows Packet Filter Kit 3.2.3 from NT Kernel Resources, which is available for download free of charge for personal use. This version of...
View ArticleVB6 Problems
Hi every one Mary Christmas and Happy New Year I hade most komplex problem to solve with VB6- Using a Hp probook 64 bit and win7pro After serveral try then I figure out how to do it. Here comes how I...
View ArticleVB6 create DDL-Schema-instructions from JET-MDBs (to apply to a new created...
As the title says - the Demo will show, how to create DDL-SQL-instructions from a given *.mdb-File, using two small Classes (cJETDDL and cJETDDLTable). The DDL is created for existing: -...
View ArticleVB6 - Math Utility: Clipping polygons including degenerate cases
This is an implementation of Kim & Kim's extension of the Greiner-Hormann's polygon clipping algorithm to include degenerate cases. Degenerate cases occur e.g. when a polygon's vertex lies on an...
View ArticleUsing Line Input for Unicode (UTF-8 included), the fast way
For some days ago I was involved in the word count routines. I realize that a speed contest for some extra ms was not what we call productive. Productive can be a searching utility for those words. So...
View ArticleVB6 - DNS Monitor
DNS Monitor Version 2.5 is a DNS query capture and display utility. It utilizes Windows Packet Filter Kit 3.2.3 from NT Kernel Resources, which is available for download free of charge for personal...
View ArticleHow to add a System Tray icon to your program
This won't let you click (or double click) on the system tray (aka notification area) icon to restore your program from a minimized state. It won't let you right click on it to bring up a context menu...
View ArticleVB - Change color of font in ListView Row when highlighted
Hi, in the below script I have changed the font of the ListView row based on an expiration date. How can I keep the color of the font when the row is highlighted? For example, if my font is red for a...
View ArticleVB6 - Scan file (text format) in Server and Print it to Printer Directly
Dear All, Can you share the programme for scaning text file in Server folder and continue with print it (the contain of file) to printer Thanks:)
View ArticleVB6 Render PDF-Files directly (and generate a Preview from the same...
Since the PDF-Printing-Topic comes up occasionally - sometimes with recommendations and links to VB-Modules which try to write a PDF-file directly - the PDF-support of the cairo-lib (wrapped...
View ArticleVB6 Regfree-Usage of your own VB- and other COM-Dlls per DirectCOM-Helper
Think, that this topic is an important one - and deserves its own article. Hmm, how to begin... Once there was a time, in the dark ages, long before "Manifestos" became available to human beings, that...
View ArticleVB6 Base-Widget for tree-like (nested) Query-Design
A small Base-Demo (dependent on vbRichClient5), to show how a seemingly complex, hierarchical Control can be implemented with only two Base-Widgets. The visual appearance is quite similar to the...
View Article[VB6] Read SMBIOS info w/o WMI
Summary WMI is a bulky service with a COM-based API that was meant to help computer technicians write administrative maintenance scripts. It isn't meant for application use and if a user stops the...
View Article[VB6] Working with Libraries (Win7+)
Windows 7 introduced the Library to the filesystem. But it's no ordinary folder. There are a few reasons you'd want to be able to work directly with these objects in VB... the issue first came up for...
View ArticleImage Carousel Class [vbRichClient]
Here's a class that you can use to create Image Carousel controls as either standard VB6 User Controls or vbRichClient widgets. This demo shows how to do the former; the UC is just a small wrapper...
View ArticleVB6 - Netgear Telnet
I upgraded my Internet connection and discovered that my old Netgear router just didn't have the capacity to keep up with it. I kept that old one around because I had several, and I really appreciated...
View Article[VB6] Common Dialog Replacement - IFileDialog Vista+
Attached is a working example of using the IFileDialog interface introduced in Vista. It is the replacement for the common dialog used for opening/saving files and browsing for folders. This code is...
View Article[VB6] Creating/Using COM Interfaces without TLBs
This idea was something I just wondered if I could do. So, when I figured it out, wasn't too difficult to create a mostly generic template that could be used & re-used as needed. And that's what we...
View Article[VB6] Common Dialog Replacement - IFileDialog Vista+ (No TLBs)
Updated/Revamped a bit: 17 Jan 2015 Attached is a working example of using the IFileDialog interface introduced in Vista. It is the replacement for the common dialog used for opening/saving files and...
View Article[VB6] Using the new IFileDialog interface for customizable Open/Save (TLB,...
LaVolpe put out an excellent class module that implements these interfaces, but I've been working on using them through a different approach for some time and wanted to post it as well since, while...
View Article