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"?
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.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




Reply With Quote
