VB6 Tools: VB6 Rapihken Kabeh (Code Formatter)
This VB6 Add-Ins tools will format your code easy, based on Bobo Code Formatter. How to use: CompileDouble click install.batOpen your project click Add-Ins >> Rapikan Kode.Simply click Button...
View ArticleVB6 - SQL Parameters Example
Background I'll start with a quote: Why Parameters are a Best Practice Quote: Perhaps the single most important SQL Server application development Best Practice is the consistent use of parameters in...
View ArticleVB6 SQLite DB-Demos (based on the RichClient-Framework)
SQLite (http://sqlite.org/) ...is the worlds most widely deployed DB-engine (running on nearly every mobile-device or tablet - but it is also "strong on the Desktop", being the Default-App-DB for...
View ArticleBSpline-based "Bezier-Art"
A small Graphics-Demo for VB6, which shows the nice effects one can produce, when Anti-Aliasing in conjunction with Color-Alpha-settings is combined with "curved Line-Output". Here's the ~90 lines of...
View ArticleVB6-TLS1 Simulation
This program was written to simulate a TLS1 handshake connection, with the long term goal being to implement TLS with email. TLS1 (Transport Layer Security) is only slightly different from SSL3 (Secure...
View ArticleSimple Proxy-Server (multiple Winsock-Connections per Controls.Add)
Ok, needed a simple one myself for debugging- and some filter-purposes, so here is what I came up with. It currently already understands https-tunneling - but the whole Proxy-Application is not...
View ArticleAnalogClock-Widget-Class (Png-based-Clock-faces + antialiased, ownerdrawn...
The Demo-Source needs a reference to the free vbRichClient5-lib, which is located and available on: http://www.vbRichClient.com/#/en/Downloads.htm It's currently only the drawing which is solved - so...
View ArticleTyping Text Directly Into A Picturebox
This VB6 Project allows you to type text directly on a picture much like you do using MS Paint Attached Files Text On Picturebox.zip (17.6 KB)
View ArticleTapi Telephone Answering System
Download from the link below. It is too big to upload here. I wrote this about 12 - 13 years ago when I was on Dial-Up and I had a phone modem (with voice) installed. I wrote it using VB 5 (I think)...
View Article[VB6] Force Foreground Window Demo
The attached project demonstrates how to utilize various APIs to force a window to the foreground. Keep in mind though, that these techniques would probably annoy your users if your window forcibly...
View Article[VB6] clsStrToIntArray.cls - Cast String To Integer Array
This simple class makes it very easy to typecast a String into an Integer array. Treating a String as an array enables some kinds of String processing to be done much quicker than is possible with VB's...
View ArticleVb6 - Word Search App (Scrabble Solver?) *includes Wildcard usage
First off...My apologies if "Word Search" is the incorrect term for this, I have no clue what the official name for this type of app is. people usually relate it to Scrabble. Here is my take/idea on...
View ArticleWord extractor program.
Hi all This is my vague program to extract the words that are used in a text with no repetition. It does the purpose for me at this level. I liked to share with you hoping someone have the time to add...
View ArticleAutoComplete (Using the IAutoComplete interface)
This project is intended to demonstrate how to implement the IAutoComplete interface to VB6. It provides more features than the "SHAutoComplete" API. For example to determine whether the drop-down list...
View ArticlePinboard (plus bonus - 100 free pushpins!)
This project was made per a request by a member who needed an application that user could load an image and push pins into it and have a descriptive label for the pins. Attached Files pushpin.zip...
View ArticleVB6 - ThinDavApi, Cloud Storage for the Masses
ThinDavApi ThinDavApi is a small DAV client API based on MSXML. Its main limitations are: No support for DAV resource locking.No partial-resource reading or writing, it deals with whole resources.No...
View ArticlePush Pin Board
This project was made per a request by a member who needed an application that user could load an image and push pins into it and have a descriptive label for the pins. Attached Files pushpin.zip...
View ArticleVB6 - Test Crypto Functions
As promised, I have attached a VB6 Cryptography Test program originally developed in C++ by: Michael Jung 2004 Juan Lang 2006 Vijay Kiran Kamuju 2007 The original C++ code is included as TestC++.txt....
View ArticleRound Colorful Forms
Ok in its raw form this is really quite useless but it contains several interesting parts that can be put to greater use With this code you can create a round, color changing form that can be moved...
View ArticleVB6 - Jet UserRoster, Connection Control, Backup
Background When Jet 4.0 came out it offered many new features that go beyond those in Jet 3.x and the Jet 4.0 OLEDB Provider exposes many of them through ADO and a few more through JRO. Some of these...
View Article