Results 1 to 4 of 4

Thread: Need Help with restarting webbrowser // recognizing cookies been deleted

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2009
    Posts
    9

    Question Need Help with restarting webbrowser // recognizing cookies been deleted

    My problem is I have code delete a cookie it deletes it perfectly but my webbrowser1 doesnt recognize that its gone unless I restart the app. I'm wondering how I could get the webbrowser to restart (not refresh) or any way to get it to recognize the cookies no longer there?

    Any help is greatly appreciated, thanks in advance!

  2. #2
    Frenzied Member stateofidleness's Avatar
    Join Date
    Jan 2009
    Posts
    1,780

    Re: Need Help with restarting webbrowser // recognizing cookies been deleted

    you could do a "SendKeys" ctrl+F5 which clears the cache and refreshes.

    or you could store the web address, dispose of the WebBrowserControl and create a new one that navigates to the stored address.

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2009
    Posts
    9

    Re: Need Help with restarting webbrowser // recognizing cookies been deleted

    Quote Originally Posted by stateofidleness View Post
    you could do a "SendKeys" ctrl+F5 which clears the cache and refreshes.

    or you could store the web address, dispose of the WebBrowserControl and create a new one that navigates to the stored address.
    ctrl+f5 didnt work. How exactly would I dispose of the webbrowser and create a new one?

  4. #4

    Thread Starter
    New Member
    Join Date
    Jun 2009
    Posts
    9

    Re: Need Help with restarting webbrowser // recognizing cookies been deleted

    Still haven't gotten this to work, any help is greatly appreciated.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width