Visual basic
Hi software wizards, I have a scenario here to share about Visual Basic, I pasted below the error message screen shot for better analysis of the problem. This problem occurs only when I build an .exe file from Visual Basic, and run it from outside the Visual Basic development environment.
Microsoft Visual Basic
System Error &H80004005 (-2147467259). Unspecified error
OK Help
- 5014 views
- 3 answers
- 1 votes
I want to retrieve already saved records from the database of SQL. But the issue is that whenever I want to retrieve multiple records with sorting on some fields selected in table/query, it shows syntax error. Help me out what can be issue and how can I make the query in the given situation?????
- 861 views
- 1 answers
- 1 votes
The issue I am facing is: I want to save multiple records with unique ID’s at the same time when I am using SQL in back end and VB 6.0 at front end.
For example: I want to enter 15 records in the database from only one VB form.
But the issue is that I want to create unique ID’s in the database table and when I am saving only one ID is generated and other data is saved on the base of this ID.
Any help would be appreciated!
- 1256 views
- 1 answers
- 1 votes
Hallo master VB,
I want to ask. Yesterday I created a small program using VB language. After the program finishes, I've running the file exe on a computer that is not installed the VB, but the program would not work and display an error message.
The error message like this.
Runtime Error '429 ': ActiveX Component can not Create Object So just close the program immediately, I've tried to figure out on Google but have not found an answer.
- 976 views
- 2 answers
- 0 votes
I am having problem knowing about Visual Programming so asking you if anyone knows in details. Anyone knows clearly about Visual Programming? Is this Object Oriented programming? What are the Visual softwares?
- 988 views
- 2 answers
- 0 votes
Printing problem on applications that prints directly on LPT1
I have a Visual Basic program that prints directly on LPT1. I use the method “Open LPT1 for output” in my visual basic code to print directly on LPT1. When printing on to a local printer, the program prints, but when printing on Network shared printer, the print doesn’t work. How should I redirect the printer command to the network printer?
- 1531 views
- 2 answers
- 0 votes
I am making a hotel reservation form with a dropdown menu for the room type and price of the room per night.
I keep getting this error in Visual Basic when I click the button to compute for the total price:
"Error 13: Type mismatch"
I tried to take the value of a textbox and a drop down menu.
I want to get the total when the user selects the room and multiply it with the number of nights they input in the textbox.
- 1798 views
- 2 answers
- 0 votes
Hello All!
I recently got an error while programming in VB. What does it mean when I get this error?
"Ambiguous name detected"
I already used another name but with different capitalization. I used the variables phonenumber and PhoneNumber. I thought VB was not a case sensitive programming language.
How do I fix this problem?
- 1350 views
- 2 answers
- 0 votes
I cant seem to find out what happened to my program. I keep getting this error when I compile my project:
"Invalid outside procedure"
"Only comments may appear after End Sub, End Function, or End Property"
When I tried to compile it using a separate compiler it worked. But when I compiled it with the compiler of VB Visual Studio 9 it gives me the error.
- 1077 views
- 2 answers
- 0 votes
Hi, I have installed VB script for a sales program on all the systems; this script uses Access as the database. This program runs fine on systems which run only this software, but there are lots of issues on systems which run other programs on the background like games, Facebook etc. How can we avoid users using these applications?
- 963 views
- 1 answers
- 0 votes