Standard DLL Creation (and Usage) with VB6 (à la, The Trick)
Let me say from the outset that it's The Trick who sorted the magic of doing this, and who seems to know all the compiled VB6 headers better than the back of his hand. He's done some work that allows...
View ArticleRandom-Depth Tree Creator/Editor
Edit (2024-04-18@2216ish) I made a mistake. I've been running the Tree Creator over and over and it is *not* doing what I want. Essentially any Root Branch could branch differently from any other root...
View ArticleLook what I found,City of Ages is a Published Visual Basic 6 game on...
Look what I found !!! Free in everyway to a programmer and player, thought you VB addicts can have a look! https://store.steampowered.com/app/6...ient_included/ Github.com...
View Article[VB6, twinBASIC] ucDriveCombo - A modern DriveList replacement
ucDriveCombo v1.0 - Modern DriveList Replacement While my ucShellBrowse control is capable of displaying a drive list like this, it's really overkill if that's all you need. I thought VB6 and...
View ArticleRandom-Depth Tree Creator/Editor (Finished and MUCH better!)
This code is Significantly revised - cleaner, better, much faster, many more features than the previous upload a couple weeks ago. I think it deserves it's own thread. Let me know if I'm wrong about...
View ArticleCopy Files using API
In my previous post: https://www.vbforums.com/showthread....using-File-API I had mentioned encountering an Error: 1784 when attempting to use a standard DLL. In that attempt I was using a variable...
View ArticleHomegrown Self-Balancing Binary Search Tree (BST)
Self-Balancing Binary Search Tree (BST) in Pure VB6 Code (no dependencies, no typelib) This is a pure VB6 self-balancing binary search tree (BST) developed in the vein of Adelson-Velsky and Landis's...
View ArticleDreamAX
hi i found this on my computer when I used to work in VB6 I started a project of seeing how many Active X controls I could make anyway I did quite a few and a few classes anyway I thought this maybe...
View ArticleFull Screen (across all monitors) Image as StdPicture
I put this together for another project, but it came up in another thread so I'm posting it here. It's just a snippet, but I think it's worthy of the codebank. I just threw it all into a Form1 for demo...
View ArticleScreenClip
ScreenClip - A Utility for Taking Clipped Images of your Desktop This is just a small utility for those who prefer a bit more than what the Windows 11 screen clipping allows. This ScreenClip utility...
View ArticleVB6 - Screen Capture to Video, Grab a Window or the Full Screen & Encode to...
This is more of a continuation to my previous Windows Graphics Capture project but with enough modifications to warrant a new thread. Now, in addition to capturing any top level window or the whole...
View ArticleThe module for displaying text on a Unicode form
Code: Option Explicit '////////////////////////////////////////////////////// '// The module for displaying text on a Unicode form // '// Copyright (c) 14.05.2024 by HackerVlad // '// e-mail:...
View ArticleCryptographically Secure Random Long or Integer (with optional ranges)
Cryptographically Secure Random Long or Integer This has been asked for, so I whipped it up. Here's the code for a class, but it's got VB_PredeclaredId turned on, so you're better off downloading the...
View Article[VB6, twinBASIC x86/x64] ucPrinterComboEx - Extended Printer ComboBox Control
ucPrinterComboEx v1.0 ucPrinterComboEx is a simple control to select a printer, using a ListView to substitute for a normal dropdown to display the large icon/2-line display that manyu other selection...
View ArticleDesktop Graphic Capture & Save
These programs were inspired in part by GrabScreenPortion posted by Elroy. GrabIt is a 2 part system designed to run in the System Tray, and when clicked on to capture the screen. GrabIt will check to...
View ArticleVB6 Icon Extractor App
Hi all, I created a an icon extractor for VB6 (using a .NET library by a man called Tsuda Kageyu). Also Lavolpe's AlphaImage Control is used. The app can import icons from exe's and dll's and export...
View ArticleDraw A Page of Dots
Use the page of dots to practice drawing Celtic knots. Has 4 sizes and various options. Attached Images Attached Files DrawDots.zip (2.5 KB)
View ArticleWeaving Pattern Generator
Create patterns for weaving bands on an inkle loom. Sorry no instructions. I'm sure there are lots of improvements that can be made, but it works for what I need. Attached Images Attached Files Weave...
View ArticleSome controls
Hi while looking though an old hard drive of mine I came accross some old visual basic 6 controls I made anyway take a look at the screen shots I put them into one zip for you with a demo for each...
View ArticleDoom Wad View
Hi this is an old project I never finished in VB6 it allows you to view the image and Wav resources and also extract the image I found this on an old hard drive I made years back it is tested on...
View Article