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 - File Transfer

During the process of upgrading my JACMail program to use SimpleSock, I ran into an issue when transferring large attachments. The program became noticeably faster using SimpleSock, but that speed...

View Article


Image may be NSFW.
Clik here to view.

[vb6] Unicode Browse For Folder

This is a unicode-compatible "Browse For Folder" dialog implementation. It offers options to customize the dialog beyond simple examples you may have seen. I have moved this to its own thread from the...

View Article


[vb6] Block execution until Async method finishes

This is a different approach and has a niche. Won't be a solution in all cases. If you are calling a function that is asynchronous, but you want to wait until it finishes before the next line of code...

View Article

Image may be NSFW.
Clik here to view.

ColourPicker [vbRichClient]

Replacement/alternative to the CommonDialog colour picker, requires a reference to Olaf's vbRichClient5.dll. Might have implemented this differently (i.e. fully RC5 widget-ified) but I was in a bit of...

View Article

LDB Viewer

I need to add a LDB/LACCDB viewer on a client site, in order to check which are the users connected to an Access DB. I have implemented such as follow (this code was made 10 years ago) You call it like...

View Article


Image may be NSFW.
Clik here to view.

[VB6] Exclude file types from Open/Save Dialogs ('all except...'):...

IShellItemFilter Demo Normally with an Open/Save dialog, you supply filters of a list of file types you want to display. But what if instead of 'only x', you wanted to filter by 'all except x' or...

View Article

Image may be NSFW.
Clik here to view.

[VB6] VBZeep: An abandoned SOAP Client written in VB6

VBZeep is completely unrelated to the "Zeep: Python SOAP client" which it predates by many, many years. VBZeep is basically some "abandonware" - code I was developing over 6 years ago but never got...

View Article

Image may be NSFW.
Clik here to view.

VB6 - SimpleServer Stress Test

I have been fairly satisfied with the performance of SimpleSock, but even though SimpleServer is being used successfully in a couple of server routines, I have not been able to stress test it. I would...

View Article


Image may be NSFW.
Clik here to view.

.HLP file loader

There's some issues when loading Help files in windows 10. I upgraded from windows 7 to 10, and maybe this is where this problem lies. But I saw all over the same questions on the internet how to fix...

View Article


Image may be NSFW.
Clik here to view.

VB^ - SimpleServer

CSocket was originally developed by Oleg Gdalevich as a replacement for MSWinSck. Emiliano Scavuzzo improved upon it with CSocketMaster, and I converted it to support IPv6 with cSocket2. With...

View Article

Image may be NSFW.
Clik here to view.

[VB6] Dynamic Resize: Use a slider to change ListView icon/thumbnail size on...

One of the features of the Vista and newer Explorer views is the icon size slider; you can do more than just pick between a couple sizes- you can set it to any value in the icon range. Previously to...

View Article

Image may be NSFW.
Clik here to view.

Add a little Pizazz to Your Menus & Toolbar Dropdowns

Here's a project to add Menu Bitmaps and Toolbar Dropdown bitmaps. I have included a companion project to create menu bitmaps (14x14) from other graphic file types and icons (24 bit & lower) Enjoy....

View Article

A small, no fancy checkbox

Someone ask for a simple checkbox with click and value. Nothing professional... Small and to the point: Code: Option Explicit Const m_def_Value = True Dim m_Value As Boolean Event Click() Event...

View Article


Image may be NSFW.
Clik here to view.

Splitter;- or Separator lines Control

I get tired of making splitter lines for programs, therefore I decided to make a control. Very basic as it's not really my field of expertise, but something that I can use horizontal as well as...

View Article

Image may be NSFW.
Clik here to view.

Value Counter User Control

A small value counter: What's on the form: What is it? The coding: Code: 'Default Property Values: Const m_def_Value = 0 'Property Variables: Dim m_Value As Integer 'Event Declarations: Event...

View Article


Image may be NSFW.
Clik here to view.

Extra Info Storer User Control

In-visible at run time, it can store up to 20 values per control for use in a program. There are nothing on the form. It's not a container for other controls either. How does it look inside the...

View Article

Image may be NSFW.
Clik here to view.

A little bit of MSDN .CHM files info

I did this this afternoon, for myself and others. Just an idea - nothing fancy: The form (only one), with the .frx with pictures and icon: Project MSDN.zip The main code to load the .chm file was not...

View Article


Image may be NSFW.
Clik here to view.

Home Budget-Slip System

My first successful home budget program written was back in QuickBasic 7, in the late 1980's and Early 1990's. The name "Law" stick from the first time till now. I upgraded (actually, re-written) to...

View Article

Image may be NSFW.
Clik here to view.

[VB6] Speech Recognition via SAPI

This is a trivial demo of bare bones use of SAPI for speech recognition. The documentation can be found at MSDN: Automation Interfaces and Objects (SAPI 5.4) There is much more you can do than is shown...

View Article

Image may be NSFW.
Clik here to view.

VB6 2D Physic Engine

VB6 port of 2D Impulse Engine by Randy Gaul: http://www.randygaul.net/projects-op...mpulse-engine/ and Philip Diffenderfer: https://github.com/ClickerMonkey/ImpulseEngine + (Experimental) Joints by the...

View Article
Browsing all 1528 articles
Browse latest View live


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