Pinboard (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[VB6] Application Up Time
The attached Form demonstrates how to retrieve and format for display purposes the amount of time an application (or any process) has been running. Attached Images  Attached Files frmAppUpTime.zip...
View Article[VB6] Clone ListView
The attached project shows how to duplicate the textual contents of another ListView control, even if it's from another process. Attached Images  Attached Files Clone ListView.zip (3.4 KB)
View ArticleVB6 - Quizzer: Multiuser LAN Quiz
This project demonstrates that a single VB6 program can be used on several PCs on the same LAN without a separate server program or database in common. This sort of thing is much easier to write and...
View ArticleConverting amount in words to figures in excel
Dear Friends, Can anyone help me on converting amount in words to figures in excel 2007. (Ex: Twenty thousand three hundred and fifty - 20,350.00)
View ArticleSizeGrip Control
This is a UserControl for simulating a SizeGrip. It is only drawn themed when the app is linking to version 6.0 (or higher) of the comctl32.dll. The SizeGrip is hidden when the form is maximized....
View ArticleVB6 (ActiveX-Exes and selfhosted Threading)
Here's an example for a simple AX-Exe-Threaded-Selfhosting-approach (calculating a Mandelbrot-Set on two worker-threads - reflecting the results "row-by-row" in the GUI-MainThread then per normal...
View ArticleVB6 3D-Surface-Plotting (based on RichClient5)
Just another Demo, which applies antialiased and semitransparent Drawing-commands in a somewhat similar way as the "Bezier-Art"-Demo here: http://www.vbforums.com/showthread.p...ezier-Art-quot But in a...
View ArticleVB6 - RicherLabel UserControl
Sometimes you need to use one or more Labels on a Form that just need to offer a little bit "richer" options. Maybe you need to have some of the text bold or underlined. Maybe you need a superscript or...
View ArticleVB6 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 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 Article