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

Image may be NSFW.
Clik here to view.

Vb6 - graph32

I was in need of a graphical representation of some data, so I dug up an old program and cleaned up the code. The attached example uses "Graph32.ocx" from Pinnacle. Some people are under the impression...

View Article


Image may be NSFW.
Clik here to view.

[vbRichClient] TabStrip Control (Firefox-like)

Here is my take on a modern browser-like TabStrip, which incorporates all of the features found in such controls such as animated open and closing of tabs, drag and drop to re-arrange, etc. The...

View Article


YFrameowrk - A framework that will shorter development time for data oriented...

Hello, I have been using this set of routines (YFramework) for almost 10 years now. I developed to shorted my development time for business apps that are for data oriented. There is not rocket science...

View Article

Image may be NSFW.
Clik here to view.

[VB6] Code Snippet: Get file overlay (e.g. shortcut arrow), inc. customs like...

Everyone is familiar with the shortcut arrow-- this is an example of an overlay icon, a status indicator placed on top of another icon. Most existing VB file browser examples handle showing these by...

View Article

Image may be NSFW.
Clik here to view.

[vb6] Compressing Multiple Property Values into a Long

A lot of verbiage for a couple of 1-line functions. This posting can be beneficial to usercontrol creators and anyone else that would like to reduce the number of variables that are used primarily for...

View Article


Image may be NSFW.
Clik here to view.

VB6 - The case for UTF-8

Some people have been critical of the fact that my clsCNG.cls does not preserve Unicode. So with this post, I have attempted to correct that situation. I am by no means any kind of expert on Unicode,...

View Article

Here's my non CopyMemory based solution for swapping byte order

Often times I find myself trying to write a file for another program to read, or read a file written by another program, in which that other program uses Big Endian byte order, even though VB6 uses...

View Article

Image may be NSFW.
Clik here to view.

VB6 - DNS Filter Service

Version 2.5 of DNSFilSvc utilizes version 3.2 of WinpkFilter from NT Kernel Resources. This version of WinpkFilter is not compatible with older versions because it supports both IPv4 and IPv6. The...

View Article


This allows you to convert any normal array into a byte array.

It uses a Variant for the input parameter so that you don't need to have a specific array type (Byte, Integer, etc) when putting the array into the parameter. It then uses API functions, rather than...

View Article


Image may be NSFW.
Clik here to view.

StdDataFormat as a data parser

People often rely on String to binary data type coercion, but it can fall down (hard) in many scenarios. There is always the cross-locale issue with many data types (Booleans, numbers, and date/time in...

View Article

Image may be NSFW.
Clik here to view.

VB6 Threading-Examples using the vbRichClient5 ThreadHandler

As the Title says, two Threading-Examples which make use of the vbRichClient5-cThreadHandler-Class. (as requested in this thread here: http://www.vbforums.com/showthread.p...=1#post4991011) Make sure...

View Article

Image may be NSFW.
Clik here to view.

Visual Basic Advance Timer

Did you coded or experienced a timer with more then 60 seconds interval or a timer with maximum cap limit ? Here it all now : Functions:- Intervals 1 , 5 , 10 and 15 minutesMaximum Timer Life 1 , 2 ,3...

View Article

Image may be NSFW.
Clik here to view.

mdlSSE: Using SSE instructions (floating point related) in VB6 (in ASM)

Hello all! I've developed this module to allow the use of SSE (SSE2 and 3) operations, to compute floating point operations directly by the CPU (and in 1 clock!). SSE support the sum, sub, mul, div,...

View Article


Image may be NSFW.
Clik here to view.

[VB6] GetAdaptersInfo Example

See GetAdaptersInfo function for the details. This sample program makes some basic use of the API call and the results it returns to report on network adapters in your system. If you need more...

View Article

Image may be NSFW.
Clik here to view.

VB6 - NewSocket 2.5

The orginal CSocket & cSocket2 were designed to emulate the Microsoft Winsock Control. Data would be sent and recovered as variants. On input, the variant was converted to byte array, converted to...

View Article


[vb6] AddressOf for Class, Form, UC methods

This will be of little use to the masses, but can be of good use for thunk creators/users and the curious. VB gives us the AddressOf function which can return the function address of any method within...

View Article

Image may be NSFW.
Clik here to view.

[vb6] - Filter Listview User control

I will attach a zip here for archival, any updates will be on github, free for any use. https://github.com/dzzie/libs/tree/master/filterList Description: small usercontrol that gives you a listview...

View Article


Image may be NSFW.
Clik here to view.

vb6 - OCX: Javascript Engine, debugger, IDE

source: https://github.com/dzzie/duk4vb I have been tinkering with this project for a while now. I think it should be ready to share in the codebank now. binary compatibility has not been set yet but...

View Article

I just found this really cool code sample for getting the MAC address.

I have been looking for something like this for a while now, and somebody on stackoverflow.com had this piece of code that gets the MAC address of the default network card, and also the current IP...

View Article

Image may be NSFW.
Clik here to view.

[VB6] ProgramData for common files

The Wild West Back in those DOS and Win9x days you could pretty much dump files anywhere since there was no real filesystem security. On Windows 2000 and then on its minor update Windows XP, people...

View Article
Browsing all 1463 articles
Browse latest View live


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