VB6 radial Progress-Control
Just another one of these circular Progress-UCs, which recently seem "all the rage" ... ;) What's different with this one? - it's really small (only about 80 Lines of Code), so no need to put this into...
View Article[vb6] Virtual Pet Roach v1.2 (Updated 08/06/20)
Since I see the famouse "sheep.exe" I wanted to create something like a virtual pet... finally 2 decades later I found the time to do it. This is a cockroach that roam the screen. It run outside the...
View ArticlemBox Reader
Hi this is a mail message box reader I made to read old usenet message box files. if you want any mail box files you can find a load on wayback machine. with this little app it makes it easyer to read...
View ArticleText To Picture
Hi This is a project I made sometime ago, it allows you to encrypt text and save as a bitmap, You can then load the bitmap and with the right encrypt key you used you can decrypt the text. Hope you...
View ArticleRandom Password Generator
Hi, This is a password generator I made a few months back with the help of a friend who added a few featires. it contains many options skins and more hope you like it. Download Source Code:...
View ArticleRadial Busy GIF
I was looking for a simple rotary graphic to indicate that a program was busy performing a task. I found such an image at this Web site: http://www.ajaxload.info/ You can change the color combinations...
View ArticleColorPicker similar to PhotoShop's (Learn vbRichClient5.Cairo drawing step by...
There are several good ColorPickers in the CodeBank, for example: (1) ColinE66's ColourPicker[vbRichClient]: http://www.vbforums.com/showthread.p...r-vbRichClient (2) Eduardo's Wheel Color Picker:...
View ArticlemBox Reader
Hi this is a mail message box reader I made to read old usenet message box files. if you want any mail box files you can find a load on wayback machine. with this little app it makes it easyer to read...
View ArticleText To Picture
Hi This is a project I made sometime ago, it allows you to encrypt text and save as a bitmap, You can then load the bitmap and with the right encrypt key you used you can decrypt the text. Hope you...
View ArticleRandom Password Generator
Hi, This is a password generator I made a few months back with the help of a friend who added a few featires. it contains many options skins and more hope you like it. Download Source Code:...
View ArticleRadial Busy GIF
I was looking for a simple rotary graphic to indicate that a program was busy performing a task. I found such an image at this Web site: http://www.ajaxload.info/ You can change the color combinations...
View ArticleColorPicker similar to PhotoShop's (Learn vbRichClient5.Cairo drawing step by...
There are several good ColorPickers in the CodeBank, for example: (1) ColinE66's ColourPicker[vbRichClient]: http://www.vbforums.com/showthread.p...r-vbRichClient (2) Eduardo's Wheel Color Picker:...
View ArticleSimulate TLS 1.3
To understand TLS 1.3, https://tls13.ulfheim.net/ is useful, but unfortunately it contains several discrepancies if you want to follow it in detail (eg. labels are not complete). For the detail,...
View ArticleProgrammatically adding and using buttons on a VB form.
Put this code in Form1, and make sure to set the form's AutoRedraw property to True (you won't want printed text disappearing permanently if it's below the form and you just need to resize it). Code:...
View ArticleAnchor Control
This code example is so that the controls can be anchored to the Form to be resized. Although there are several examples of anchoring, I noticed that when placing the controls inside the FormChild, the...
View Article[VB6] Another "magnifier"
The topic of writing screen magnifiers came up the other day, and I thought I might trot out this old approach. Basically it shows simple use of a GDI Region object with StretchBlt. I had another...
View Article[VB6] GDI Path clipping
I don't see a lot here on this topic. Perhaps it's a bit "forgotten" or maybe not that useful to most people. This example is a bit silly but it might be enough to get you started using GDI Paths for a...
View Article3d with vb6 (dx7 - rmcontrol.ocx) - SpaceX's Starship SN5
project download: 3d scene - SpaceX's Starship SN5 150m hop test.zip Simple 3D engine project created with vb6, directx 7 and rmcontrol.ocx .x models created with 'art of illusion', 'wings 3d' .bmp...
View ArticleFile and/or String Comparisons
CompareFiles This program highlights four different modules that allow you to compare files or strings for changes. In each case I shell to another program to do the file or string comparison. Rather...
View ArticleA Tooltips Class
ToolTip Class for VB6 Forms The attached file contains a replacement (or augment) to the ANSI-only, boxy, single-line tooltips provided by VB6. Features of the new class include: Full Unicode...
View Article