Sign In
Http Client Protocol Issues
If you use any of these solutions, Please let me know so I can track if any of this is useful to you! Thanks!
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Controls
.NET Interop
Asp.Net
ATL Controls
AtlServer
Certificates
DebugDiag
HTTP Troubleshooting
HttpWebRequest
IE 8
IIS 7
Internet Explorer
ISAPI
Metro
MSXML
SOAP
Soap ToolKit
SSL
System.Net
WebBrowser Control
Windows 8
WinHttp
WinInet
WWSAPI
XMLHttp
Archive
Archives
March 2012
(1)
December 2011
(2)
October 2011
(1)
June 2011
(1)
May 2011
(1)
April 2011
(2)
March 2011
(2)
February 2011
(1)
October 2010
(1)
September 2010
(2)
August 2010
(1)
June 2010
(1)
May 2010
(1)
April 2010
(1)
March 2010
(2)
October 2009
(2)
September 2009
(5)
August 2009
(2)
July 2009
(2)
June 2009
(10)
May 2009
(4)
April 2009
(3)
March 2009
(7)
February 2009
(1)
January 2009
(2)
December 2008
(4)
November 2008
(1)
October 2008
(2)
September 2008
(2)
June 2008
(1)
April 2008
(1)
March 2008
(2)
January 2008
(2)
December 2007
(2)
November 2007
(1)
October 2007
(2)
July 2007
(1)
June 2007
(1)
May 2007
(4)
April 2007
(2)
May, 2007
MSDN Blogs
>
Http Client Protocol Issues
>
May, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Http Client Protocol Issues
How To: Close the Form hosting the WebBrowser control when scripting calls window.close in the .Net Framework version 2.0
Posted
over 5 years ago
by
jpsanders
3
Comments
By design the WebBrowser Control does not close the parent Form when WebBrowser Control is closed. Here is one way you can accomplish this. The WebBrowser will send a WM_NOTIFYPARENT notification that can be captured and an event raised that a host...
Http Client Protocol Issues
How To: Capture the NewWindow2 Event from a Managed WebBrowser Control
Posted
over 5 years ago
by
jpsanders
2
Comments
The articles referenced in my post Internet Explorer WebBrowser Control loses state ... discusses sinking this event by adding an unmanaged version of the WebBrowser control to your Form and using that. But what if you want to use the Managed version...
Http Client Protocol Issues
Extra Characters (/r/n) when Converting MFC ISAPI under VS 2005
Posted
over 5 years ago
by
jpsanders
0
Comments
When you convert an MFC ISAPI project you created in an early version of Visual Studio to MFC 8 (VS 2005) you may notice that there is an extra set of carriage return linefeed characters. This will be true if your code does not add a header to the return...
Http Client Protocol Issues
Internet Explorer WebBrowser Control loses state when JScript performs a call to Window.Open
Posted
over 5 years ago
by
jpsanders
0
Comments
Session state for a web site is often stored in cookies. If you use the WebBrowser control in an program and the target website responds to an action with a call to Window.Open , then mysteriously the cookies for that site are not transmitted with the...
Page 1 of 1 (4 items)