VB6 Simple Async-Download-Ctl for multiple Files
Just a simple demonstration of the AsyncDownload-Feature, any VB-Usercontrol has already built-in. It supports http- and ftp-downloads for files up to 2GB. What's perhaps interesting from a...
View ArticleMCOULTER876 - My Entire Code Bank
Here is my entire code bank (too long for vbforums.com to accept): <removed by moderator>
View ArticleAnimated Spinner Class [vbRichClient5]
After contributing to the following thread (http://www.vbforums.com/showthread.p...Wheel-Spinning), I thought others might be interested in an animated spinner, so I packaged my code into a class and...
View ArticleHidden Conversations V1
Ever wonder who might be listening to your online conversations. Aside from all the possibilities with Social Media sites, your email is anything but private. And it doesn't matter if you are using SSL...
View ArticleVB6 Png-Alpha-Rendering (using WIA)
So, yeah - this Demo is not dependent on vbRichClient for a change ;), but on a System-lib instead (wiaaut.dll), which comes pre-installed on newer systems. The Demo-Code contains two Classes:...
View ArticleVB6 Png-Alpha-Rendering with GDI+ (alternatively per WIA)
So, yeah - this Demo is not dependent on vbRichClient for a change ;), but on a System-lib instead, which comes pre-installed on newer systems. The Demo-Code contains two Classes: cPngCache (showing...
View ArticleVB6 - JsonBag, Another JSON Parser/Generator
With SOAP basically a dead duck and XML itself fading in importance, JSON is becoming more and more important as a serialization format today. I've seen a number of VB6 JSON implementations around,...
View ArticleFuzzy Search Demo [VB6/vbRichClient5]
The vbRichClient5 library for VB6 includes support for the SQLite database engine, and acts as a wrapper for the user defined collation (sort) and user-defined functions features of SQLite. Thanks to...
View ArticleDNS Filter
Our DNS server was being used as an attack vector against primarily Chinese servers. DNS by preference uses UDP packets instead of TCP packets. The UDP protocol is much faster than TCP, but unlike TCP...
View ArticleChanging The Shape of your Form and Showing Transparent animation on the Desktop
This is a simple Form transparency demo. It simply demonstrates how you can make your Form any shape you want and show pictures and animation on the desktop in the shape of your Form. It basically...
View ArticleDNS Filter Service
This is the Service Version of the Filter program previously posted. The Service version of DNS Filter not only requires the WinpkFilter from NT Kernel Resources (free for personal use) but also the NT...
View ArticleAlphablending - A Simple Demo
This small demo shows you how you can alpha blend one picture onto another. In this demo only part of the target picture is alpha blended. Attached Files Alphablending.zip (233.4 KB)
View ArticleSlot Machine
This is a simple demo of a slot machine. It has three spinners that simulate a slot machine when the handle is pulled down (this uses a button instead of a handle). Attached Files Slot Machine.zip...
View ArticleDesktop Digital Clock
This small digital clock can be moved anywhere on the desktop. It is transparent, only the digits show. Attached Files Desktop Digital Clock.zip (9.2 KB)
View ArticleSimple way to Export FlexGrid to Excel
I see many people asking how to export a VB6 MSFlexgrid to an Excel workbook....this short code with a couple of simple For-Loops is an easy way to do it (Make sure you have a REFERENCE to MS Excel in...
View ArticleExcel Writer
Project to create an ActiveX DLL which is capable of writing Excel 2007 xlsx files directly. No need for Excel to be installed. An xlsx is just a ZIP archive with all kind of XML files and bunch of...
View ArticleColor Management (ICC Profile) support in VB6: guide and sample project
Download the sample project (250kb, including sample images) VB6_ColorManagement.zip What does the sample project include? Color_Management (module). This contains all the necessary code for adding...
View Article[VB6] Lock ListView Columns
This code prevents the specified column(s) of a ListView control from being resized by the user. It does that by subclassing the ListView control and watching for the HDN_BEGINTRACK and...
View ArticleVB 6 Input Date format
Hi I have a Date textfield, that describes to the user the format of the date (YYYY/MM) then I would use that date on my WHERE clause to update database. my Date in the database is also in the same...
View Article