application textbox question
for example I have application-A with textbox-A and textbox-A has a value of 1 then I with a press of a button on Application-A, the value of textbox-A will also be placed into textbox-B on...
View ArticleBiometric Attendance System
Hi I have Biometric Attendance System . I want when system detects fingerprint his image should be extracted. How this can be done. Thanks
View Article[RESOLVED] Combo box control linking
Visual Studio 6 Access 2003 (saved as a 97 mdb file) I have a combo box in VS6 that is linked to a table in Access. I want it to return all of the values in that specific column. I have datafield set...
View ArticleHow to copy past only the cell marked in red
:confused: Hi I am trying to copy /paste only the cells with red color font into new sheet how do I do this? I don't want the cell in black. image attached. appreciate ant help!! Thanks, Pasi here is...
View ArticleCalling a exe with parametter from vb 6.0 application
Hello, Greetings. I would like to call a external exe from vb 6.0 application and invoke the external exe with some input parameters. For example: I have a external exe called testAps.exe which is...
View Article[RESOLVED] MsgBox return value question
If MsgBox with vbOKOnly button what value does MsgBox return and If MsgBox has vbYesNo buttons what value does MsgBox return depending on which button was pressed
View ArticleTrying to create a lotto game
I array of 80 blocks I am trying to place 1 thru 80 as a assign number for each block. Could someone help with the code Attached Files Doc7.doc (39.0 KB)
View ArticleRetrieving a recordset based on a combo box selection
I have a user select from a combo box that was populated from an Access database. I then want to call the rest of the recordset but my seek function will not work like I remember. Here is what I am...
View ArticleOpen Excel file from vb6 Error
Hi guys, good day. I develop one form in the vb6 project (my working company inhouse project). In this form, user select the excel file name with full path (i use common dialog control to select excel...
View ArticleShow WeekNumber in a DateTimePicker
Hi guys, good day. I have one doubt. is it possible to mark weekend days (eg: sunday) in different color and shows the week number in a drop-down calendar in the datetime picker in vb6. I search in...
View ArticleTo Variable or NOT to Variable?
I have never seen anything on whether it is better to use or NOT use variables? Does one yield faster code than the other? Does it NOT make a difference as the compiler optimizes either way? For...
View Articleping over proxy connection
do we have a sample on pinging an ip or hostname over proxy? is it possible?
View Articlehow to mix unicodetext
I have a problem. Here I want to join Unicodetextfile(1).txt, Unicodetextfile(2).txt, Unicodetextfile(3).txt ....file(99)'s. foreach unicodetextfile around 2MB. I use simple method cmd, copy/B file1 +...
View ArticleTimer function to display HH:MM:SS
I have a field that is in minutes, where the max minutes could be 240-300 I want to display on label1.caption a countdown showing hours:minutes:seconds The user presses a start button to start the...
View ArticleSound and labels rotates no longer work correctly
I have an 80 number keno game and on a win 2 labels rotate up to the amount won at the same time a sound plays at the same time and the sound stops when the labels stop rotating. This has worked in the...
View Article[RESOLVED] ZOrder 0 not doing what I think it should
I have three pictureboxes colored white, red, and blue. The name and Index of the three are: picColor(0) = white picColor(1) = red picColor(2) = blue The three pictureboxes are sitting on top of each...
View ArticleIE11 Webbrowser problem
The code is downloading Youtube videos, and the compiled exe runs well on IE9 and 10, but I upgrade to IE11 yesterday, Win7 x64. I run the program in VB6 with F5 button, the program runs smoothly. But...
View Articlewebbrowser design mode question + help thanks
hello all i have a question for a project am working with i am requesting a little help from you king people thank you. i set my webbrowser to design mode Quote: wb.Document.DesignMode = "On" now what...
View ArticleTransfering data from one database to another where the primary key does not...
I am trying to transfer data from one database to another using adodb recordsets, the destinations tables are virtually the same in structure. I want to be able to transfer the information on the...
View ArticleStop command after 1 min and enable the command after 5 min?
Dear all, I have a problem as following expression I am building the VB code for automatically heater The heater turn on when temperature in room is lower than 17oC. However, I just want it turn on in...
View Article