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 John Tel 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 rshearin

  1. rshearin

    Session lost when opening new window from w/in WebBrowser control

    The purpose of using window.open() is to remove the toolbars from the new window and set it's size - things that can't be done with DIVS. Yes, the problem is something related to the Webbrowser control. Everything works fine in IE but I am using the Webbrowser control inside of a form so that I...
  2. rshearin

    Session lost when opening new window from w/in WebBrowser control

    Tried posting this on asp.net board and someone suggested that I post it here. New to asp.net - and only using it for a few days for a small project. I have a WebBrowser control inside of a form. On the asp webpage served inside the control from IIS, I set several session cookies using VB. I...
  3. rshearin

    Session cookies lost when new window launched from form

    New to asp.net - and only using it for a few days for a small project. I have a WebBrowser control inside of a form. On the webpage served inside the control from IIS, I set several session cookies. I have verified that these get set by printing them on subsequent pages. However, if launch a new...
  4. rshearin

    How do I write an Init() that works?

    I posted this to the wrong forum originally and it was suggested that I repost it here. OK, by now you've already figured out that I am not a VBA programmer. However, I need to write one very basic form. I seem to have most of it working well but I can not figure out how to properly write an...
  5. rshearin

    How do I write an Init()?

    OK, by now you've already figured out that I am not a VBA programmer. However, I need to write one very basic form. I seem to have most of it working well but I can not figure out how to properly write an Init() and/or get it to run when I open the form that I am creating. I am using Visual...

Part and Inventory Search

Back
Top