I need a link (most likely button, or similar) within my Visual Studio 2010 Windows form (c#), that will open up a pre-developed access form. Is this tricky or is it simpler than it sounds =P
Regards, Bserk
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Description
Assuming you mean an Microsoft Access Database, you can use
System.Diagnostics.Processto open any file / programm.Sample
More Information