Simple Progress Bar
Here is a simple progress bar using a Label control. Form contains 1 Command button (Command1), 1 Timer (Timer1), and 1 label (PBar): Alignment = 2 - Center Appearance = 0 - Flat BackColor = (your...
View ArticleHSlider - Small slider control
Inspired by things like the volume slider in the YouTube web page video player UI. Plenty of ways it could be customized. Good for things like putting a volume slider into toolbars, statusbars, etc....
View ArticleCreate Controls Name
Create and save a control name for your projects. Attached Images Attached Files CreateControlNames.zip (4.1 KB)
View ArticleSlider 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 ArticleFind 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 ArticleMirage 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 ArticleSimple 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 ArticleClsComDlg.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 ArticleUser 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 ArticleVoice 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 ArticleSimplified 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[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 ArticleMove 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 Articlevb6 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[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 ArticleExtract 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 Articlevb6 cannot write Greek in code module
Hi all . All of a sudden l cannot write Greek in code module when working on a project . Greek language and Greek keyboard are of course installed , and had no problem God knows for how many years ....
View ArticleUTF-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 ArticleRGB 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 ArticleVB6 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. UPDATE: Its...
View Article