Entering & In The Caption Field Of A Menu Doesn't Seem To Have Any Effect ??
Windows XP Pro on an AMD 4-core box. VB6.0 with SP6. I've actually seen this work before, but now, when I try to set a hotkey using the & in the caption field, the letter does not have an...
View Article[RESOLVED] Entering & In The Caption Field Of A Menu Doesn't Seem To Have Any...
Windows XP Pro on an AMD 4-core box. VB6.0 with SP6. I've actually seen this work before, but now, when I try to set a hotkey using the & in the caption field, the letter does not have an...
View ArticleNeed help (Listview Group)
Is there any control that will group records like on image below? Example Attached Images Â
View ArticleCompile error: Variable not defined
Hello =) my program is a inventory type. It has a 5 Forms, and 3 of those forms are main; the Main, Add and the Edit. *Add Form is perfectly working fine for adding up data to the Listview. It has a 3...
View Article[Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
I had this application source and I moved from w7 32 to w7 64. Code is in vb6. It was working well on 32 bit machine, but now get this error. [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr...
View ArticleRun-time error '42': Object required:
The program I created has a 5 Forms. 3 of the Forms are the main ones Main, Add and Edit form. Everytime I edit(Edit Form) a Data from the Listview and click save command I get a bug; Run-time error...
View Articleapplication 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 ArticleCommunicate between separate program through ini file
I made VB6 program and C# program. Those 2 program should communicate with each other through Profile(Ini file). Once VB6 write flag(for example "N") in the ini and call C# program, which do something....
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 Article