Results 1 to 2 of 2

Thread: Open internet explorer in class lib

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Location
    Cape Town, SA
    Posts
    144

    Open internet explorer in class lib

    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

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    What do you mean by it doesn't work ??
    Try this :
    VB Code:
    1. Process.Start(Application.StartupPath & "\xxxx.htm")

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