Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: olr
  • Order by date
  1. olr

    I open page in Internet Explorer fr

    I open page in Internet Explorer from Java application. How can I make sure from application is this page open complitely? Runtime rt = Runtime.getRuntime(); Process proc = rt.exec("iexplore.exe http://www.tek-tips.com");
  2. olr

    Closing Browser from program

    Please help! How can I close IExplorer window from Java program. Browser was open from same program, but I dont realy know How can I close it. Part of code for open is here: Runtime rt = Runtime.getRuntime(); Process proc = rt.exec(cmd); Where: cmd = new String[4]; cmd[0] =...

Part and Inventory Search

Back
Top