DreamAX
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 ArticlecwVList class, export data to PDF for printing
Hi Olaf I use the cwVList class to display data and different analyzes based on colors I would like to export the list data with colors to PDF to print them, can you give me a way to achieve this. your...
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 ArticleWeb colours for vb6
hi here is a class that allows you to use web colors in your apps easy to use just plug into your project and your good to go hope you like it. class code Code: VERSION 1.0 CLASS BEGIN MultiUse = -1...
View ArticleSubclassing For MouseWheel
This all dovetails in with my work done here. However, this post is complete. I mention my other "general" subclassing post as I tend to keep all my subclassing in one module, and the work here is...
View ArticleUsing Windows File API
Attached is my attempt to use File API to read and write binary files. Like the VB6 FreeFile command, it uses GetFNum to find the first available file structure defined as an array of: Code: Private...
View ArticleString Array Sorting - FAST!
Ok, the results are in. The following is about as fast as pure VB6 code is going to get a string array sorted. I had already worked out swapping of BSTR pointers so the BSTR strings didn't need to be...
View Article[VB6; VBA/twinBASIC 32bit/64bit] Code snippet: Get outside IP without 3rd...
It's useful to not have to rely on some 3rd party website to determine your outside IP, as all examples I could find do-- since the most common site used by those examples is now dead, to show what...
View Article