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

operator & is not defined for string"select....."and data row view

i have 2 ddls and i want to populate the second one based on the value of the first one. so i went on to use a row filter to filter the data view to get the data i need on the second ddl but when the...

View Article


Image may be NSFW.
Clik here to view.

CommonControlsEx (Replacement of the MS common controls)

This project is intended to replace the MS common controls for VB6. As for now, the „MSCOMCT2.OCX“ can be replaced completly. (Except the FlatScrollBar control, because this is not supported on...

View Article


Image may be NSFW.
Clik here to view.

Creating a window by using the API

The attached code (Create Window.zip) demonstrates how to use the CreateWindowEx API function to create a window and controls inside it. Attached Files Create Window.zip‎ (3.8 KB)

View Article

Image may be NSFW.
Clik here to view.

Explore and create desktops

Desktop Explorer demonstrates get a list of active window stations and any desktops attached to them. The program also allows the user to create a new desktop and launch programs on it. Depending on...

View Article

Image may be NSFW.
Clik here to view.

How to create a console application

Console is a program that demonstrates how create a console and write text to it. It also demonstates how to read user input and how to set/get the console's properties such as its title. When...

View Article


Image may be NSFW.
Clik here to view.

Reading the memory of another process

The attached program demonstrates how to read the memory of another process. The user can either launch a new process or specify the process id of a running process. The result is saved in a file....

View Article

Image may be NSFW.
Clik here to view.

Word Wrap

a basic WordWrap program i created or modified from various source codes found on the InterNet . it does not do a 100% percent job on every type of Text entered, so please feel free to help improve...

View Article

Image may be NSFW.
Clik here to view.

Client/Server - a winsock example

Client/Server is a program that demonstrates how to use winsock to connect to a server or how to accept connections from a client. The program allows the user to send and receive data. Non printable...

View Article


Code for a four point transformation of an image

This code can be used to manipulate an image into any space defined by four corners. Unlike an affine-transform (3 point transformation) which uses a parallelogram shaped space, this 4 point...

View Article


Image may be NSFW.
Clik here to view.

[VB6] Function Wait (non-freezing & non-CPU-intensive)

This routine waits for the specified amount of time without freezing the GUI or raising up the CPU usage. Code: Private Type MSG     hWnd    As Long     Message As Long     wParam  As Long     lParam...

View Article

Image may be NSFW.
Clik here to view.

[VB6] Shell & Wait

The module included in the attachment contains 3 routines that supplements VB's intrinsic Shell function by waiting for the shelled program to terminate before resuming with the next line of code...

View Article

Image may be NSFW.
Clik here to view.

Client/Server a raw TCP client (Winsock example.)

Client/Server is a program that demonstrates how to use winsock to make raw TCP connections to a server and how to accept connections from a client. The program allows the user to send and receive...

View Article

Image may be NSFW.
Clik here to view.

Image Monitor

Image Monitor is a program that captures any image copied to the clipboard and saves it in a directory specified by the user. It's also a demonstration of how to write vb6 programs that display a...

View Article


Image may be NSFW.
Clik here to view.

[VB6, VBScript] Open File Location

This VB6 project and VBScript file provides functionality similar to Windows Vista & 7's "Open file location" context menu for pre-Vista OSes. In Vista & 7, shortcut files have a handy context...

View Article

Image may be NSFW.
Clik here to view.

Menu Explorer

Menu Explorer displays a list of menu's found in any active windows, and displays the items found these menu's. The user can disable/enable these items. Note: there appear to be several types of menu's...

View Article


Image may be NSFW.
Clik here to view.

List Processes - Get module and thread information of all processes.

The attached program demonstrates how to gather detailed module, subsystem and thread information of all active processes. This information is then written to a file. Attached Files List Processes.zip‎...

View Article

List Processes - Get module and thread information of all processes.

The attached program demonstrates how to gather detailed module, subsystem and thread information of all active processes. This information is then written to a file.

View Article


Simple PSD File Generator

I finally figured out how to do this. It generates a native Photoshop PSD file, 3 channels, 8bits per pixel, 256x256 size image. I set all the header stuff as constants basically (though I didn't use...

View Article

Image may be NSFW.
Clik here to view.

TextBin - Extract text from binary files

The attached program demonstrates how to extract strings containing only specific characters from a binary file. The project contains a class called TextBinClass and a form TextBinDemoWindow. The class...

View Article

[VB6] modShellZipUnzip.bas

Code: Option Explicit 'Decompresses the contents of SrcZip into the folder DestDir. Public Function ShellUnzip(ByRef SrcZip As String, ByRef DestDir As String) As Boolean     Const FOF_NOCONFIRMATION...

View Article
Browsing all 1461 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>