Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vanishboy

  1. vanishboy

    Error when reading data from a newly created table

    I discovered that the problem is not only with a newly created database, but also if a database is being removed. So when any action is performed on databases. So when you've performed an an action (create or remove), and you want to login immediately after (without restarting the program) the...
  2. vanishboy

    Setup Poject - Uninstalling

    I'm still searching for that too. I can create Microsoft Access Databases with my program in any folder on any drive. When I uninstall the software, you should be able to delete those databases too. It would be great if anybody knows how to solve this.
  3. vanishboy

    Error when reading data from a newly created table

    It recognizes the folder. The program works perfectly when you first close the program and run it again. So the code is correct. Maybe there's need for a refresh? It's strange, because the database with its data exists.
  4. vanishboy

    Error when reading data from a newly created table

    Dim fso as ... What should this be declared as?
  5. vanishboy

    Error when reading data from a newly created table

    I've created a vb.net program that connects to an access database. Firstly, you can choose the database you want to connect to from a combobox. There's also the ability to create a new access database (button New) which is a copy of a template access database. It copies the template, gives it a...
  6. vanishboy

    Perform Windows version checking correctly

    How can you make sure that your application verifies that the operating system meets the minimum version requirements for the application? (while installing)
  7. vanishboy

    Setup Poject - Uninstalling

    Deployment VB.NET project (with uninstall file) In Visual Studio.NET: Ø File > Add Project > New Project > Setup & Deployment Project > Setup Project (Enter name and location) Ø Add (right-click in Application Folder > Add > Project Output): · Primary Output Ø If an error occurs about files...

Part and Inventory Search

Back
Top