How to zip the backup file in folder
Dear Expert, I want to zip the backup file in target folder so how to do it, the code below is for backup the database in the target folder. Code: Private Sub Form_Load() con.Close End Sub Private Sub...
View ArticleVB6 - AllRGB
This is a program I've been working on to convert a source image(currently it must be 2048x2048 pixels and file type: JPG, GIF, BMP(suggested)) to a 4096x4096(16777216 pixels/colors) AllRGB image....
View Article(VB6) richtextbox loop for read data help..
i have some data in richtextbox like this.. 00001 abcd 0001 efgh 00002 jklm 0002 nopq 00003 rstu 0003 vwxy ............................. etc, and i want it to produce it in this format.. abcd efgh jklm...
View ArticleVB6 Spell Check using Word
I cannot take credit for this routine, as the bulk of it comes courtesy of Microsoft. It utilizes the Spell Checker in Microsoft Word, and contains a couple of interesting techniques that I have not...
View Articlemonster packet vb6 codes , various type v1
monster packet source want to share that i found in pc tried to upload , gone past size limits so cant add attachment i uploaded to sendspace http://www.sendspace.com/file/lij39l em this is must se and...
View ArticleHow To Set More Than 1 Minute To A Timer
Many people facing this problem can't set timer more than 1 minute interval here is one of solution to all you need a timer and text box add this code to timer I am showing how to make timer interval...
View ArticleVB6 - MailCall: LAN App to App Alerts
Sometimes when a data client application can be in use by multiple people it may be useful to know when certain updates have been done so you can requery. This can be true whether you use a database or...
View ArticleVB6 - Msms2Libs: Extract VS6/VB6 MSMs to Libraries
Purpose Those who package and deploy VB6 Projects using Windows Installer tools that create MSI packages have the luxury of using Microsoft-built stable redistributable Merge Modules that contain the...
View ArticleMulti Server Multi Client Chat Application
This is my 1st attempt at creating a multi-server multi-client chat application. Note: ServerA must be running otherwise Chat Servers will not launch. Attached Files Multi Server Multi Client Chat.zip...
View ArticleVB6 - RTBCompose RTF Editor UserControl
Sometimes you want to provide a RichTextBox control wrapped with some buttons and logic to let the user interact with it as a somewht fuller-featured editor for RTF data. This is easy enough but a...
View Articlenew pause funchion
Code: Private Sub TimeOut(HowLong) Dim TheBeginning Dim NoFreeze As Integer TheBeginning = Timer Do If Timer - TheBeginning >= HowLong Then Exit Sub NoFreeze% =...
View ArticleVB6 Unexpected Error on Windows 7
A forms-based VB6 application that runs on XP and Windows Server 2003 fails on Windows 7 with "Unexpected Error", even before the first form is launched. (I will be answering myself as I've just solved...
View Article[RESOLVED] VB6 Unexpected Error on Windows 7
A forms-based VB6 application that runs on XP and Windows Server 2003 fails on Windows 7 with "Unexpected Error", even before the first form is launched. (I will be answering myself as I've just solved...
View ArticleCpu Utilization in vb6
Attachment 99175 Code: Private Wmi As Object, Locator As Object Private PrevCpuTime As Long, SampleRate As Long Private Sub Form_Load() SampleRate = 2 'in seconds Timer1.Interval = SampleRate *...
View ArticleVB6 - Zipper & ZipWriter, Zipping from VB programs
Background A lot of us find the need to create ZIP archives programmatically from time to time. There are a number of techniques we can use, from spawning external utility programs to 3rd party...
View Article[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 Article