Sign in
Http Client Protocol Issues (and other fun stuff I support)
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
Tags
AtlServer
Certificates
DebugDiag
HTTP Troubleshooting
HttpWebRequest
IE 8
IIS 7
Internet Explorer
ISAPI
MSXML
Push Notifications
SOAP
Soap ToolKit
SQL
SSL
System.Net
WebBrowser Control
Windows 8
Windows Azure Mobile Services
Windows Store applications
WinHttp
WinInet
WNS
WWSAPI
XMLHttp
Archive
Archives
June 2013
(3)
May 2013
(6)
April 2013
(2)
March 2013
(4)
January 2013
(1)
December 2012
(2)
November 2012
(1)
August 2012
(2)
July 2012
(1)
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)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Http Client Protocol Issues (and other fun stuff I support)
How To: Close the Form hosting the WebBrowser control when scripting calls window.close in the .Net Framework version 2.0
Posted
over 6 years ago
by
Jeff Sanders
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 (and other fun stuff I support)
How To: Capture the NewWindow2 Event from a Managed WebBrowser Control
Posted
over 6 years ago
by
Jeff Sanders
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 (and other fun stuff I support)
Internet Explorer WebBrowser Control loses state when JScript performs a call to Window.Open
Posted
over 6 years ago
by
Jeff Sanders
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...
Http Client Protocol Issues (and other fun stuff I support)
Extra Characters (/r/n) when Converting MFC ISAPI under VS 2005
Posted
over 6 years ago
by
Jeff Sanders
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...
Page 1 of 1 (4 items)