Control webbrowser in VB2005

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Manish http://www.vlogix.in

    Control webbrowser in VB2005

    Hi friends,

    I have create a tool to access a web page in vb.net 2005. i can
    able to access the parent window thro the application. but when child
    window popup its get log out. i think, i have to get the session
    value. but i don't know. can any one help me. pls urgent.
  • Cor Ligthert[MVP]

    #2
    Re: Control webbrowser in VB2005

    Manish,

    As you are busy with the webcontrol you would everytime see more problems,
    just because the crap some people are distributing on the web based on holes
    in Firefox and IE often with the only reason to do some fraud.

    The webcontrol simply cannot handle PopUp screens simple because it is a new
    instance of the browser.

    Does not help you, but the problem is in my idea as I wrote.

    Cor

    Comment

    • kimiraikkonen

      #3
      Re: Control webbrowser in VB2005

      On Jun 18, 7:28 am, "Cor Ligthert[MVP]" <notmyfirstn... @planet.nl>
      wrote:
      Manish,
      >
      As you are busy with the webcontrol you would everytime see more problems,
      just because the crap some people are distributing on the web based on holes
      in Firefox and IE often with the only reason to do some fraud.
      >
      The webcontrol simply cannot handle PopUp screens simple because it is a new
      instance of the browser.
      >
      Does not help you, but the problem is in my idea as I wrote.
      >
      Cor
      Webbrowser in .NET 2.0 can recognize pop-up's when it's NewWindow(no
      other NewWindow events like 2 or 3) event is fired. Maybe he can keep
      the session by handling this event and more information may be useful.

      Thanks,

      Onur Güzel

      Comment

      Working...