Barcodes not scanning - printed using vb code, scanning using vb6 code
downloaded IDAUTOMATION39HC font from net and copied to my systems' windows/fonts folder (Using XP SP2) I printed barcodes from my vb6 program on labels ( corresposning to alphanumeric codes, ex:...
View ArticleHi I need some advice
Hi, everyone im new to this forum and I need some advice about my program. I was wondering if there is away to make a scripting Language that will change the color of my projuct no mater what form I...
View ArticleCan't find the code contained within a project - new to VB 6.0
I have recently been tasked at work to take a program written in VB 6.0 and recreate it in VB.net. The problem is that there are a number of equations associated with this project so I have also been...
View ArticleDownload file Start/Pause
Hello Please advise me I need to download a file from the Internet, which has a size such as 100 megabytes - It may happen that the PC is turned off or the internet is not available. How do I do to...
View Article[RESOLVED] clear textboxes
hi how would u go about clearing textboxes in vb6. the slight thing is i dont wan them all cleared just a certain amount of them
View Article[RESOLVED] format date function
hi i have this code Code: Public Sub Annually(SecID As String, INTSTRTDTE As String, INTENDDTE As String) Dim dteRunningDate As String Dim i As Integer Dim intInterval As Integer Dim sTempCalendar As...
View ArticleZlib 1.2.3 GZip only storing data, not compressing?
I'm using the following for having gzip 'compressed' data, but it seems that there is no compression done and I can't figure out why.. When I test the file TestData.gz with WinRar it says it's a valid...
View Article[RESOLVED] Can't find the code contained within a project - new to VB 6.0
I have recently been tasked at work to take a program written in VB 6.0 and recreate it in VB.net. The problem is that there are a number of equations associated with this project so I have also been...
View ArticleAnimation on a status form
Hi, I have a form that loads down by the tray to show a message that the application is loading. I wanted to add an animation to show the app isn't stalled and is working. I tried using animation...
View ArticleSimple Fraction Calculator
Ok i know this isnt the best way to get help, but im running dry on ideas how to get my project done and the vb script forum seems to be pretty dead. This is my project...
View ArticleWinsock Control is getting stuck after 10 or 15 retries.
Hi, I am using VB 6.0 Winsock Control. I am Using UDP connection to connect remot location. i need to retrive 15 pictures from remot device. every picture size is near about 15 kb. i can only ask 1056...
View Articlehow to change caption of the wanted label from project?
hello i have a question for example i have so many label's and one textbox now i want when i write 3 number on the textbox and click on the form this command executes Code: label3.caption = "vb6" and...
View Articledisplay replace confirmation message for word file
hi, i want to pop up replace dialogue box for word file if file already exists at specified location. thanks, kk
View ArticleVB6 - Detecting frequencies from microphone sounds
I'm coding a program to detect frequencies from a given sample of sound, in this case from the microphone. I don't fully visualize how to do that. It will very helpful some answers about this topic.
View ArticleTrial Program in VB6 with Date expiration
Asslam o Allikum Hello all my Forum friends I tried many time to make a trial program in VB6 but always fails to 100% work, when the system date is changed, it does not work properly. Please help me...
View ArticleHelp sorting listbox in Ascending order(listbox holds only numbers)
Hi all . i am trying to sort a listbox while filling the listbox in ascending order. My current code sorts like this : 1013 1034 716 717 829 830 but i want to sort them like this: 716 717 829 830 1013...
View Article[HELP]How to determine if textbox has already have an input?
Hi guys newbie here and its my first thread, I want to know if there's a code in vb6 that detects if a TEXTBOX has already been inputted by the user? If its possible then please show it here...
View Articleautofill of TextBox according to the value in another TextBox
Hai all members especially to senior members. Breif details of the problem Table name : accgeneral (Access 2003 table) field names : AccNo, ClassNo combobox : cmbAccNo TextBox : txtClassNo. cmbAccNo is...
View ArticleNeed Help with RFID interfacing
Good Evening to all, I have an RDM630 RFID READER with a frequency of 125KHz..I integrated the Reader to the PC already and getting the ID number in the Hyperterminal.exe already with the Baud Rate at...
View ArticleGetting Card number of RFID
I have created a simple program that whenever detects a TAG, it will print the tag number..but what I get is └4800EC7D2DF4┐ but the └ and ┐ are displayed like a box...I already figured out after...
View Article