[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.interop

CWnd::OnAmbientProperty equivalent in .net

herc

5/25/2007 3:34:00 AM

I am trying to change the User-Agent string in the .Net 2.0
WebControl. According to http://support.microsoft.com... the
way it is done is by:

"WebBrowser hosts can implement the DISPID_AMBIENT_DLCONTROL ambient
property on their default dispatch interface to override the global
settings for download options."

I see that MFC ActiveX containers have a OnAmbientProperty method to
handle such cases. Is there a such thing in .Net?

Cartoper