[VB6] GDI+ Workaround: BMP > Alpha Channels + JPG/PNG Encoded
Note: Tests of successful loading of the image without applying the workaround have been done on various O/S. This patch appears to be required on Win7 and lower. Win8 not yet tested You probably know...
View ArticleSearch files in folder tree recursively and asynchronously (New Scrollio also)
This is a simple Viewer for Zooming big images, and an example for scrollio control, LargeBar, dib processing and an example of how to search files in folder tree recursively and asynchronously. We...
View ArticleVideo-Decompression with the VCM (ICM-Win32-API)
Just a small example, how to use the ICM-API (hosted in msvfw32.dll), to decode YUV-RawData-Blobs as they may come in from Web- or other Cam-Drivers... These APIs are still supported also on...
View ArticleSearch files in folder tree recursively and asynchronously (New Scrollio Ver 4)
This is a simple Viewer for Zooming big images, and an example for scrollio control, LargeBar, dib processing and an example of how to search files in folder tree recursively and asynchronously. We...
View Article[VBS] IP Adress with Google Speech
Description : This script will display three messages box with 3 different languages ​​with Google Voice Speech. 1. English 2. French 3. Arabic Code: Option Explicit Call Ip_Publique()...
View ArticleFirst attempt for a new compact file selector
This is a work on my glist and myDir class (this class expanded here, but I use it in scrolliodo 4). The good news We bit Android...Yes we can scroll up down (not with super fast move, but with an...
View ArticleTest two vb codes for changes
This is a small program, based on gEditBox. I made this for gEditBox because I have some customize..custom controls and I want to find the differences. It is a fast coding (one day) so...I do the...
View ArticlePrinting Barcodes.. Printinting not gernating
Hello Guys, I have Designed an Icard which prints via datareport in vb, now if i want it to create an Barcode containing Employee code how can i do that. i Dont see any control for image at run time in...
View ArticleTest two vb codes for changes
This is a small program, based on gEditBox. I made this for gEditBox because I have some customize..custom controls and I want to find the differences. It is a fast coding (one day) so...I do the...
View Articleglist4 as file selector, menu and other things
This is a work on my glist and myDir class (this class expanded here, but I use it in scrolliodo 4). The good news We bit Android...Yes we can scroll up down (not with super fast move, but with an...
View Article[VB6] Friend Callback Procedures
The attached project below demonstrates how to set up Friend procedures inside object modules (FRM, CLS, CTL, etc.) for Windows API callback purposes. The goal of such a technique is to keep as much...
View ArticleUsing FileSelector class to make a compact Open File dialog.
This example using the latest glist4 and fileselector class for a compact file loader. From setup menu we can change the sort type, the behavior, the performance (normal recursive 3 levels, recursive...
View ArticleWIA Loader and Saver class
This class allows you to load and save all kinds of image files, including PNG and TIF. It is requires WIA 2.0 which is a Microsoft created DLL file called wiaaut.dll. A complete description of the...
View ArticleSome code to calculate the Greatest Common Divisor
This code sample calculates the GCD of numbers A and B, using the Euclidean algorithm (as described at https://www.khanacademy.org/computin...dean-algorithm). Code: Private Function CalculateGCD(ByVal...
View ArticleA custom compact and resizable Open File/Save File/Folder Select.
This example using the latest glist4 and fileselector class for a compact file loader. From setup menu we can change the sort type, the behavior, the performance (normal recursive 3 levels, recursive...
View ArticleKingsoft Spreadsheet and VB6
Reading through the forums, there seems to be some confusion on how to create an Excel Spreadsheet using the Kingsoft Spreadsheet package via Automation with Visual Basic 6. Here is sample source code;...
View ArticleBF Interpreter - an interpreter for a minimalist programming language
Attached to this thread is an interpreter for a minimalist programming language called Brain***** designed by Urban Müller. It only has eight different commands. The interpreter I made for it can load...
View ArticleConnect Four/Four in a Row game
Here's a simple Connect Four game written in Microsoft Visual Basic 6.0. The game has the following options: -Set who plays first. (red or yellow) -Whether one of the players is the computer, and if...
View Article[VB6] Color Management with GDI+
Updates (see post #2 for bug descriptions): 31 Aug 14: Fixed JPG related GDI+ bug Higher quality images often have a color management profile (ICM/ICC) embedded into their file. These embedded profiles...
View Article[VB6] RSA Public Key Encryption via CNG
Now that Windows XP has joined earlier versions of Windows as unsupported software we can feel more free to move away from legacy technologies. Cryptography API: Next Generation is one of the new...
View Article