Tagged Questions
0
votes
0answers
81 views
TextArea in WebBrowser
I have a WebBrowser object that I use to navigate to a forum site. Now, I am filling a form that has a textarea I need to interact with.
When I finished writing the topic and submit the value of the ...
1
vote
1answer
78 views
CHtmlEditCtrl: Windows is destroyed on ShowWindow(SW_HIDE)
I've derived CHtmlEditCtrl, and done very few changes on it. I haven't overriden any methods so far.
The problem is, when I call ShowWindow(SW_HIDE) on this control, the window itself gets destroyed ...
0
votes
1answer
90 views
IViewObjectPresentSite::CreateSurfacePresenter fails in WebBrowser control
My ActiveX control calls IE9's CreateSurfacePresenter to get an ISurfacePresenter interface.
I use it to render to a d3d surface exposed by the IE9 (or higher) browser,
and thus achieve ...
2
votes
1answer
57 views
how does browser know that an activex control is safe?
How does IE browser know that an activex control is safe?
Any policy or method in IE?
Thanks for any one who consider this.
0
votes
1answer
54 views
How can I find what parameters are passed to the event methods of Shell.Explorer?
I thought Shell.Explorer means Webbrowser Control in AutoHotkey.
But as I view the output of the parameters of theNavigateError event, it is slightly different than the ones described in MSDN pages.
...
0
votes
1answer
524 views
how to use Mozilla ActiveX Control (axMozillaBrowser1) c#/.net
i am trying to reload a web page 3 times using "axMozillaBrowser1(Mozilla ActiveX Control)"
but axMozillaBrowser1 control is not loading web page and it's waiting courser is blinking regular but ...
0
votes
1answer
68 views
If an ActiveX control running in IE calls other libraries, do those libraries need to implement IObjectSafety?
I have a .NET ActiveX control running in the browser (IE.) It calls other libraries (also passed through the site) to perform features such as logging, which requires writing to disk. Do these other ...
2
votes
2answers
1k views
Error using WebBrowser control inside PowerBuilder app when select an item in <select> tag
I'm using WebBrowser control in a window inside a PowerBuilder 11.5 application. Everything works fine on IE7 and IE8 but the application crashes in IE9 under Windows 7 when you select an item in a ...
0
votes
1answer
130 views
.NET equivalent functionality for C++ Builder
I am developing a native application using C++ Builder. I have added an internal browser control (using the supplied TCppWebBrowser class) to the application (a first for me :-)). This control ...
0
votes
0answers
115 views
Second instance of form not showing
I am having some difficulty with a windows forms application.
From my main form I am opening a second form which has a webbrowser control.
After the second form closes, I dispose of it.
private ...
0
votes
1answer
267 views
How to access host's DOM from inside of ActiveX control?
I have an ActiveX control written using the ATL framework. This ActiveX control is hosted inside a Windows Sidebar gadget. I need to access the DOM of the host from inside of the ActiveX control. E.g. ...
1
vote
0answers
408 views
WebBrowser control Automation Server Can't Create ShockwaveFlash ActiveXObject
I'm trying to load an external webpage in the winforms WebBrowser control. I have IE (9.0.8112.16421) + .NET 4.0 installed on the machine. The page contains a script element with the src attribute set ...
0
votes
0answers
849 views
How to automatically enable ActiveX Elements inside a webBrowser Control
I have a WebBrowser Control in my WPF Application, when I now load a local .html file that will display a .swf file, it works, but only after I accept the ActiveX-Warning. Is it possible to change the ...
2
votes
1answer
4k views
VBA With Microsoft Access - Check if object exists
I'm using VBA with Microsoft Access.
I'm setting an object to an item inside a WebBrowserControl that sometimes exists, sometimes doesn't.
Dim myWebBrowser As Object
Dim myItemInsideWebpage As ...
1
vote
1answer
347 views
ActiveX in WebBrowser in WinForms crashing whole app
I have a C# WinForms application, that has a WebBrowser control, which loads an html page in which is embedded a 3rd-party ActiveX object, which plays IPTV video. The Active X supplied by Exterity. ...
1
vote
3answers
1k views
Is there a way to use the latest IE9 MSHTML interfaces from C++ Builder (or Delphi) with TCppWebBrowser?
I have a situation where I would like to use some methods available via the IHTMLDocument7 interface shipped with IE9. In particular the getElementsByTagNameNS() method because I want to work with ...
0
votes
0answers
675 views
How to allow ActiveX creating in WebBrowser control
I have WebBrowser control in my .NET program. It actually doesn't matter which .net wrapper is used (wpf or winforms) because they all wrap ActiveX component "Microsoft Internet Controls" ...
0
votes
1answer
594 views
jQuery arrow key binding ( webbrowser class IE )
I have an application which uses the microsoft webbrowser class ( IE activex ).
I'm trying to bind the keydown event and add custom control to the arrow keys, but the keydown event is not fired when ...
1
vote
1answer
1k views
WebBrowser control has different results for loading URL and setting DocumentText containing Silverlight
I have a .NET 2.0 app (using C#) that shows some dynamically constructed HTML pages, some of which contain Silverlight. Here's a simple example of the HTML (Note, I am using absolute paths):
...
2
votes
2answers
1k views
WebBrowser Control in ATL window. How to free up memory on window unload? I'm stuck
I have a Win32 C++ Application. There is the _tWinMain(...) Method with GetMessage(...) in a while loop at the end. Before GetMessage(...) I create the main window with
HWND m_MainHwnd = ...
3
votes
1answer
3k views
Security Level for WebBrowser control
I am trying to migrate an .hta application to a C# executable. Of course, since it's an .hta the code is all HTML and Jscript, with calls to local ActiveX objects.
I created a C# executable project ...
6
votes
5answers
5k views
How do I develop browser plugins with cross-platform and cross-browser compatibility in mind?
My company currently has a product which relies on a custom, in-house ActiveX control. The technology it employs is itself cross-platform by design, but our solution is obviously limited to Internet ...
3
votes
4answers
5k views
OLE Container for .NET
I'm working on a project that requires me to load an OLE object and render it in a .NET WinForm app (C#). Unlike VB6 .NET has no built in OLE container, and the recommended approach is to use the ...
0
votes
1answer
1k views
How to download WebView.dll from windows mobile to desktop
To host Webview (Web Browser Webview.dll) ActiveX control in C# smart device application, we need to download and access WebView.dll present in Windows mobile 6.0, 6.1, 6.5 version in root windows ...
0
votes
1answer
755 views
Hosting ActiveX Controls in the .NET Compact Framework 2.0
After following the method to Host the ActiveX Web Browser (webvw.idl) control in C#, we are struck in getting webview.dll file from the mobile device.
To create a complete class definition by using ...
