Category Archives: Visual Basic 6 (VB6)

XML Utility Functions DLL

This file contains the source (& sample project) for a simple DLL with a few helpful XML functions in it. Attachments File Uploaded Size 979-20190828-092337-kwxml.zip 8/28/2019 9:23:37 AM 16207

Simple Image Processor

Its a simple Image processor (can put some “Effects” in images…) Not very cool code, but I hope u can understand it. I think its only useful for starters in this area, Pro’s need not look at my (stupid :)) code. Hope u enjoy understanding this code. Attachments File Uploaded Size 990-20190828-091908-oldip.zip 8/28/2019 9:19:08 AM 7806

FormShaper

This is a simple BAS file u can use to change the shape ur form looks like. Attachments File Uploaded Size 990-20190828-091441-FormShaper_1_0.zip 8/28/2019 9:14:41 AM 1846

Date Time Picker Control Example

This project is a short example on the usage of the date time picker controls. These are found in the Windows Common Controls 2. Attachments File Uploaded Size 983-20190827-094717-dtpExample.zip 8/27/2019 9:47:17 AM 1669

Always On Top Property At Runtime

If you paste this code to your Form will have a new form property which when set to true will keep you window (form) above all other open windows even when it does not have the focus. One issue with it is that it might work or might not work in the IDE. I’ve seen both cases. It… Read More »

Convert Numbers To Words

Convert Numbers To Words(like 1 to one) . Right now its done with Indian Notation, like thousand, lac, crore, but can be easily converted to hundred thousand and so on. Attachments File Uploaded Size 988-20190827-065016-Word_1_0.zip 8/27/2019 6:50:16 AM 2435

Number Finder

A little Number Trick written in VB 6.0 illustrating basic VB 6.0 functions. Attachments File Uploaded Size 986-20190827-064357-NumberCalculatorTrick.zip 8/27/2019 6:43:57 AM 3290

Calendar utility

Calculate and display the calendar (Jan to Dec) from year 1 AD to 2147483647 AD. Attachments File Uploaded Size 987-20190827-064602-Cal.zip 8/27/2019 6:46:02 AM 8715