Results 1 to 7 of 7

Thread: How to open Access 2000(mdb) file with button click in VB.NET project?

Threaded View

  1. #1

    Thread Starter
    Addicted Member kutlesh's Avatar
    Join Date
    Jun 2018
    Location
    Skopje, Macedonia
    Posts
    211

    How to open Access 2000(mdb) file with button click in VB.NET project?

    My application is old, and it was upgraded to VB.NET from VB6.
    There is a need to open an Access 2000 file, but I am not sure where to start in VB.NET code?

    Is it possible?

    I am using Visual Studio 2005.

    In C# 4 there is "dynamic" keyword which I used to open "xls" file. Is there something similar in VB.NET ?

    What to put in the click event? Any tutorials on the topic, "open Access file in VB.NET and WinForms"?

    Code:
    Public Class Form1
    
        Private Sub openAccessFileBtn_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles openAccessFileBtn.Click
    
        End Sub
    End Class
    Note: I was handling this by creating an installer with VS 2005 installation project. When installing, the program created two icons on desktop. One to open the application itself, and the second icon was to open the *.mdb file.
    Last edited by kutlesh; Feb 6th, 2019 at 07:14 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width