Hi
I have a class library that has a form. I want to be able to open a .htm form that is in the app.path of the project. Does anyone know how to do this? The application.startup doesnt work in a class library.
Thanking you in advance
PORRASTAR
Printable View
Hi
I have a class library that has a form. I want to be able to open a .htm form that is in the app.path of the project. Does anyone know how to do this? The application.startup doesnt work in a class library.
Thanking you in advance
PORRASTAR
What do you mean by it doesn't work ??
Try this :
VB Code:
Process.Start(Application.StartupPath & "\xxxx.htm")