Quantcast
Channel: VBForums - CodeBank - Visual Basic 6 and earlier
Browsing all 1528 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

[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 Article


Image may be NSFW.
Clik here to view.

Search 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 Article


Image may be NSFW.
Clik here to view.

Video-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 Article

Image may be NSFW.
Clik here to view.

Search 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 Article


Image may be NSFW.
Clik here to view.

First 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 Article

Image may be NSFW.
Clik here to view.

Test 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 Article

Printing 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 Article


Image may be NSFW.
Clik here to view.

Test 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 Article


Image may be NSFW.
Clik here to view.

glist4 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

Image may be NSFW.
Clik here to view.

[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 Article

Image may be NSFW.
Clik here to view.

Using 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 Article

Image may be NSFW.
Clik here to view.

WIA 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 Article


Some 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 Article

Image may be NSFW.
Clik here to view.

A 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 Article


Kingsoft 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 Article

Image may be NSFW.
Clik here to view.

BF 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 Article


Image may be NSFW.
Clik here to view.

Connect 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

Image may be NSFW.
Clik here to view.

[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

Image may be NSFW.
Clik here to view.

[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
Browsing all 1528 articles
Browse latest View live