Search results for query: *

  1. S

    Accessing an HTML page from within program

    The html page was an add in. Like when you add a new form. I dont know the correct term right now. What I want is for the page to be part of the program, so it goes wherever the program is with it, and when someone clicks a button, that page opens in IE.
  2. S

    use VB system call to activate one executable file

    System.Diagnostics.Process.Start("Notepad.exe") Should work.
  3. S

    Accessing an HTML page from within program

    How would one access an html page from within a vb.net program? So far I have the forms that I want set up and I have created an html page within VB.net, however I do not know how to access that page from the program. Like when the user clicks on a button the page opens from the source within...
Back
Top