iwebbrowser2 Questions
2
Solved
A have a web browser embedded in a dialog of my Win32 C++ application (no MFC, ATL, etc.) and I initially set the document's content from a string containing some HTML code. This HTML is rendered c...
Shaper asked 17/1, 2015 at 11:55
5
Solved
I want to prevent IE from showing JS error dialogs, I read that it can be done by setting
ScriptErrorsSuppressed = true.
Where exactly do I set it in IWebBrowser2?
Thanks
Paleethnology asked 4/10, 2011 at 9:52
1
Solved
I'm developping a winapi c++ program that uses IWebBrowser2 embedded control.
I'm running Windows 7 + IExplore 11 so when I open IE11 and call to my server I get this User Agent string:
Mozilla/5...
Great asked 24/1, 2014 at 17:46
1
Solved
[Revised yet again for clarity]
I have a C++ program which interacts with a website. The site is IE-specific, and so is my program.
I'm connecting to the running instance of IE in an ordinary way...
Ober asked 17/4, 2013 at 9:29
3
I am using ATL in VisualC++10 to host browser control.
My code is similar to this example: http://msdn.microsoft.com/en-us/library/9d0714y1(v=vs.80).aspx
Difference is I have main window and then ...
Shippen asked 25/11, 2011 at 20:27
2
Solved
i have a native Windows application that embeds the WebBrowser, i.e.
CLSID_WebBrowser
8856F961-340A-11D0-A96B-00C04FD705A2
Shell.Explorer.2
Unfortunately, when running on Windows Servers, the ...
Laguna asked 21/12, 2012 at 21:57
2
According to
http://www.rendelmann.info/blog/CommentView,guid,356fbe68-3ed6-4781-90a4-57070a0141da.aspx and http://msdn.microsoft.com/en-us/library/aa770056(v=vs.85).aspx
getting the hosted WebBr...
Fincher asked 20/4, 2012 at 16:28
1
I am attempting to build a system in delphi that allows users to use Google Maps. It all works fine, but i'm noticing that every time a new TWebBrowser object is created and the javascript that han...
Desquamate asked 1/3, 2012 at 15:7
5
Solved
The MSDN documentation on WebBrowser Customization explains how to prevent new windows from being opened and how to cancel navigation. In my case, my application is hosting an IWebBrowser2 but I do...
Stafford asked 27/5, 2010 at 21:54
1
Solved
I'm developing on a Win7 machine with IE8 browser (same thing occurs also on IE9).
I've create an application with an IWebBrowser2 object embedded within a native window.
Within that browser obje...
Nordau asked 2/8, 2011 at 15:37
1
Solved
The MSDN documentation for addEventListener says it accepts a callback function in the form of an IDispatch * object. From C# (I'm using COM interop), Visual Studio displays the parameter type as j...
Firehouse asked 15/2, 2011 at 1:58
2
Solved
I have a class (JSObject) that implements the IDispatch interface. The class is exposed to JavaScript running in my hosted web browser control (IWebBrowser2).
See more here about how this works: C...
Faucal asked 20/9, 2010 at 18:24
1
Solved
I have embedded a web browser control in my c++ application. I want javascript running in the web browser control to be able to call a c++ function/method.
I have found mentions of three ways to d...
Outlawry asked 19/9, 2010 at 20:47
2
Solved
I've been trying to render the entire canvas in an IWebBrowser2 control to a bitmap. IViewObject::Draw seems to be the most promising approach, but I can't get it to render anything that would requ...
Mineral asked 29/1, 2010 at 2:57
2
Solved
I have IWebBrowser2 ctrl embedded into my own dialog. I want to simply
display a promo banner within it from my url. How to disable all popup
menu items from the control and force it to open link...
Orethaorferd asked 22/9, 2009 at 12:44
1
© 2022 - 2024 — McMap. All rights reserved.