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

Image may be NSFW.
Clik here to view.

Create Controls Name

Create and save a control name for your projects. Attached Images   Attached Files CreateControlNames.zip (4.1 KB)

View Article


Image may be NSFW.
Clik here to view.

Slider by Ken

A simple slider control. Nothing fancy , but maybe it can be useful. See what you think of it. Enjoy. Attached Images   Attached Files SliderKLF.zip (3.6 KB)

View Article


Image may be NSFW.
Clik here to view.

Find In Files

Like many programmers, I have a large collection of source code. I wrote this to ease searching for text in vb files. The file display uses Scintilla, so if you don't have SciLexer.dll here is the Url...

View Article

Image may be NSFW.
Clik here to view.

Mirage Source 5

An open source VB6 gaming engine which uses DirectX 8 and flat file storage. This engine was incredibly popular back in the early 2000's and spawned a whole community of game developers, including...

View Article

Image may be NSFW.
Clik here to view.

Simple Usercontrol Assistant

This is not ,by far, a complete and error free app. It will help in developing the properties for a control . Knowledge on usercontrols is still needed though. Feel free to use and improve on it. Enjoy...

View Article


ClsComDlg.cls【VB6 api for comdlg32.dll without COMDLG32.OCX】

Code: 'in form1 Private Sub Command1_Click() Dim A As ClsComDlg Set A = New ClsComDlg A.ShowColorFlags = cdlCCFullOpen Or cdlCCRGBInit A.Color = vbYellow A.ShowColor (Me.hWnd) Me.BackColor = A.Color...

View Article

Image may be NSFW.
Clik here to view.

User Control Assistant 2

This is a remake of my previous submission. You can now generate all properties at the same time, except for Font property, which uses a separate button . Lists can be edited to your needs. Hope this...

View Article

Image may be NSFW.
Clik here to view.

Voice Action Program Problems with recognition.

well i was posting in the wrong area now finally in the correct area i can get an answer here we go: I'm using Voice Action a 1999 program made in very old vb6 that does voice recognition and records...

View Article


Drag form with image on top

Hi all , l have a form (actually is a circle form) and on top of it is a round ImageBox of with exactly the same dimensions covering the whole of the form . How by MouseDown on the image to move the...

View Article


Image may be NSFW.
Clik here to view.

Simplified Picture Server

Attached is a simplified Web Server utilizing SimpleServer. I started with CVMichael's simple HTTP Web Server (2), simplified it further, and substituted SimpleServer for the MS Winsock Control. The...

View Article

Image may be NSFW.
Clik here to view.

[VB6] Visual Basic 6 Client Websocket Control

Greetings Friends, I present to you the first free client Websocket control made in Visual Basic 6 (with source code) that can handle both secure (ssl/ssh) and normal websocket server connections! I...

View Article

Image may be NSFW.
Clik here to view.

Move the control array together

Code: Option Explicit Dim xx As Single, yy As Single Private Sub Picture1_MouseDown(Index As Integer, Button As Integer, Shift As Integer, X As Single, Y As Single)     DoMouseDown Button, X, Y End...

View Article

vb6 everything SDK,quick Search file for vb6,vba

Need Run EveryThing.exe First ! it's support x64 everything.exe,but un suppot about:Lite version Download Portable Zip 64-bit,it's only 2 files,it's funny (Everything.exe,Everything.lng),it's support...

View Article


Image may be NSFW.
Clik here to view.

[RESOLVED] Voice Action Program Problems with recognition.

well i was posting in the wrong area now finally in the correct area i can get an answer here we go: I'm using Voice Action a 1999 program made in very old vb6 that does voice recognition and records...

View Article

Extract Styles from HTML as inline CSS

In my project, I had to "clean" HTML that are generated like this PHP Code: <table style='margin-left: -.4pt; border-collapse: collapse; table-layout: auto; border: none;'>     <tbody>...

View Article


Image may be NSFW.
Clik here to view.

UTF-8 Demo

Attached is a UTF-8 demo of several Unicode samples; ASCII, Spanish, Japanese, Chinese, & Hebrew. UTF-8 byte arrays are converted to Unicode strings and back again. An InkEdit Control is utilized...

View Article

RGB TO LONG,Long to rgb-vb6

Code: Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (Destination As Any, Source As Any, ByVal Length As Long) Private Type LongType     longV As Long End Type Private Type RGBN...

View Article


Image may be NSFW.
Clik here to view.

VB6 Slider usercontrol with Range

Can someone please help me with the math to handle Value1 and Value2 properties. For some reason I can't get my head around the math to make it work right. Thanks in advance for any help. Attached...

View Article

VB6-Adodc1.Recordset.ActiveConnection.Execute Sql

Code: Adodc1.ConnectionString = "provider=microsoft.jet.oledb.4.0;data source=" & App.Path & "\test.mdb" Adodc1.RecordSource = "select * from usertable" Adodc1.Refresh Adodc1Execute "UPDATE...

View Article

Image may be NSFW.
Clik here to view.

VB6 Flood Fill Art

Just something I threw together. All its good for is to pass the time. Add your own patterns and color away. Updated: Added a few more features and patterns . Attached Images   Attached Files...

View Article
Browsing all 1478 articles
Browse latest View live


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