source code price
For example I have created a program like for example quickbooks. How much is the price of the source code of the quickbooks if ever I sell it?
View Articlehow to display multiple records in multiple textboxes and update usind adodb
hello my friend thanks you first u help my new question is i record saved in ms access and i used its all record row wise show in textbox i not know how record saved row wise 5 records or more records...
View ArticleMore VB6 DLL problems
I've had some problems a few weeks ago with finding a registration free way of integrating VB .NET dlls into a VB6 exe. I got the manifests working back then and now that part works flawlessly. Sadly...
View Articlevb6 filter function keeps throwing "type mismatch" error
Can someone tell me why the following isn't working? I'm trying to strip all the commas out of a string using the filter function and it keeps throwing a type mismatch error. Here's the code: dim...
View ArticleSave & Get Settings For a Timer?
Hi all, I'm working on a small project in Visual Basic 6 which involves a timer. I'm looking for it to resume counting from where it was when last used even if it has not been opened. Say it was opened...
View ArticleEntering & 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 Article