[VB6] HotKeyW - Unicode Hot Key UserControl
A simple and lightweight Hot Key UserControl that "enables the user to enter a combination of keystrokes to be used as a hot key". This is a drop-in ready UserControl module that wraps the Hot Key...
View ArticleVery Cheap Text/Voice Chat Application
This application allows you to text chat or voice chat using two client applications Attached Files A Very Cheap Text_Voice Chat App.zip (17.4 KB)
View ArticleVB6 Crypto API
I cannot take credit for the cCrypt.cls used here, but I ran across it while searching for information on implementing TLS using the MS Crypto API. Unfortunately it did not help me with TLS, and I...
View Articlecreate ocx tutorial
step by step with image and code http://cuinl.tripod.com/tutorials/ocx-11.htm
View ArticleVB - LED simulator Simulating a LED light emitting diode
Interesting way to present a process monitor, servers, control aplications ON/OFF, electronic kits etc. Simulating a LED light emitting diode, add sound may be an improvement ... I hear comments...
View Articlemonster list codes 2
Capturing audio Events Code: Dim WithEvents Encoder As WMEncoder Private Sub Encoder_OnStateChange(ByVal enumState As WMEncoderLib.WMENC_ENCODER_STATE) Â Â ' Wait until the encoding process stops...
View ArticleHow to read last two records in .txt file in VB?
Hi , I am very new to VB. Actually i am Mainframe resouce and i got an oppertunity to write hummingbird programming scrip which is equal to VB. As i have tight deadlines, i am not able to spend much...
View Articleposting with vb6
i wnana create an app which can post the text of text1.text in mig33 minibolg(www.mig33.com) how? help me
View ArticleVB6 - BmpGen Helper Class for WIA 2.0
Problem While WIA 2.0 provides a lot of handy image capture and manipulation tools for VB, VBA, and VBScript one thing it isn't good at is creating a blank image. There is a standard way to do this and...
View ArticleVB6 - Print StdPicture Objects
I'm sure this has been covered lots of times already, but here's another take. The basic idea is to use the Printer object's PaintPicture method to crop and scale a StdPicture as you print it. The only...
View ArticleVB6 MiniMP3 (Standalone)
Hi, I have converted my Mini MP3 Player which was using Window Media Player available here to a standalone version. Any comments and suggests welcome. Nightwalker Attached Files Mini Mediaup4.0.zip...
View ArticleWAV Player with Simulated Real-Time Sine Wave Display
Plays .wav files and displays the sine wave. The sine wave appears to be created in real time but it is not. The sound is captured first in a buffer then converted to it's sine wave. A Picturebox holds...
View ArticleVB6 Tools: VB6 Rapihken Kabeh (Code Formatter)
This VB6 Add-Ins tools will format your code easy, based on Bobo Code Formatter. How to use: CompileDouble click install.batOpen your project click Add-Ins >> Rapikan Kode.Simply click Button...
View ArticleVB6 - SQL Parameters Example
Background I'll start with a quote: Why Parameters are a Best Practice Quote: Perhaps the single most important SQL Server application development Best Practice is the consistent use of parameters in...
View ArticleVB6 SQLite DB-Demos (based on the RichClient-Framework)
SQLite (http://sqlite.org/) ...is the worlds most widely deployed DB-engine (running on nearly every mobile-device or tablet - but it is also "strong on the Desktop", being the Default-App-DB for...
View ArticleBSpline-based "Bezier-Art"
A small Graphics-Demo for VB6, which shows the nice effects one can produce, when Anti-Aliasing in conjunction with Color-Alpha-settings is combined with "curved Line-Output". Here's the ~90 lines of...
View ArticleVB6-TLS1 Simulation
This program was written to simulate a TLS1 handshake connection, with the long term goal being to implement TLS with email. TLS1 (Transport Layer Security) is only slightly different from SSL3 (Secure...
View ArticleSimple Proxy-Server (multiple Winsock-Connections per Controls.Add)
Ok, needed a simple one myself for debugging- and some filter-purposes, so here is what I came up with. It currently already understands https-tunneling - but the whole Proxy-Application is not...
View ArticleAnalogClock-Widget-Class (Png-based-Clock-faces + antialiased, ownerdrawn...
The Demo-Source needs a reference to the free vbRichClient5-lib, which is located and available on: http://www.vbRichClient.com/#/en/Downloads.htm It's currently only the drawing which is solved - so...
View ArticleTyping Text Directly Into A Picturebox
This VB6 Project allows you to type text directly on a picture much like you do using MS Paint Attached Files Text On Picturebox.zip (17.6 KB)
View Article