December 24th, 2012 11:47 AM
it's an XPS file (.xps).
When the button is clicked, I want that file to be opened in windows.
December 24th, 2012 07:59 AM
When the button is clicked, I want the file to be opened.
The file will be in the same directory as the visual basic project.
Therefore, I need the code to open the file using "app.Path".
Any...
September 12th, 2012 10:03 AM
I tried that but it didn't work. Can you please give me the code for it..... I would greatly appreciate the help!!!
September 12th, 2012 09:01 AM
In my form, I have a MSHFlexGrid (fgdCompany) and a Search button.
What this search button should do is when I enter data into the InputBox, it should search for the entered data and highlight the...
September 10th, 2012 07:44 AM
Isn't that an OS for server systems?
September 10th, 2012 07:24 AM
I'm looking for a simple database-server maintenance and management software.
It need not to be free but it must be known in the field of networking.
September 7th, 2012 11:43 PM
If I install a program that was created by Visual Basic 6.0 (via Package and Deployment Wizard), and install it on my computer, is Visual Basic 6.0 need to run that installed program?
September 7th, 2012 09:29 AM
I have a MSHFlexGird (fgdCompany) and a search command. When the user enters the search data into "txtSearch", the command should search for the data and show it to the user by :
Highlighting...
September 5th, 2012 11:00 AM
I have a MSHFlexGrid that gets all records via a recordset from a database.
I want to add a search function so that it would search for the data entered by the user on to the search textbox. But it...