[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 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 ArticlePut & Get methods - VB6 ?
I've read some code as follow: Code: If CommonDialog1.FileName <> "" Then Open CommonDialog1.FileName For Binary As #1 Put #1, , data Close #1 End If and next: Code:...
View ArticleCan VB6 program run on Win 8 tablet ?
I have a small VB6 program that has no dependencies. (a special calculator) Someone has pleaded with me to write it for smart phones, but I am too old to be going through those (learning) hoops. If he...
View ArticleHyperterminal programming to manage EPABX system programming
hi i am working on EPABX programming in hyperterminal to manage telephone extentions call logging and tracking outgoing for one client. i would like to run hyperterminal programs/lines every after some...
View ArticleVb 6 - Sigma character in vb
In dos If i press Alt+228 it will return Sigma(Summation) character. I want to type same character in vb. If i press Alt+228 it printing S. Any help will be appreciated.
View ArticleIs wmf suposed to look grainy, or is it because of VB6?
Hi there, I am working on adding vector images to a program that I can resize to full screen. The only issue I see though is, is the images look grainy, and really only look decent when the image...
View Articlesearch by date
in my project am using the DTPicker. and from my database i want to search data between two dates of DTPicker. My database date field is Dat and is in Date format. My codes are as such .RecordSource =...
View ArticleBar128 font & vb6 code
I was using idautomationhc39m font in my VB6 program for printing barcodes, printing working but some bars are not scanned Then I printed the sames Barcodes using a ordinary Laser printer, worked, bars...
View ArticleError ocuurs randomly
Hai, I have developed my project with VB and the back end is SQL Server 2008. Some time I am getting the following errors 01000: [Microsoft][ODBC SQL Server Driver][SQL Server]Changed language setting...
View Article