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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by wyattmc

  1. wyattmc

    CreateObject() problem

    how about if you do this 'First Session Set oIE1 = CreateObject("InternetExplorer.Application") oIE1.left = 300 oIE1.top = 50 oIE1.width = 424 oIE1.height = 250 oIE1.menubar = false oIE1.toolbar = false oIE1.statusbar = false oIE1.Resizable = False...
  2. wyattmc

    Server Application times out

    My App may run anywhere from 1 minute to 3 hours because of what I have it doing. I would like my page to say processing... while my app is working, but I don't know how to temporarely break away to update my page. Code: ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Sub btnTextFiles_OnClick(Source As Object, E...
  3. wyattmc

    Server Application times out

    Hi, I have a web app that runs, however it runs longer than 3 minutes and does not refresh the page in time and I receive this error: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable...

Part and Inventory Search

Back
Top