Questions tagged [axwebbrowser]

39 questions
0
votes
1 answer

Open office documents in AxWebBrowser control without file download dialog programmatically in vb.net

I am trying to open office files in AxWebBrowser control and i did it programmatically in vb.net. But during opening it shows file download dialog with open,save and cancel button so how can i setup it "Open" always instead clicking on it by mouse.
0
votes
2 answers

How to swtich Protected Mode of IE in my own Explorer based on Microsoft Browser Activex control?

I made a simple browser based on Microsoft Browser Activex control,Any ways to switch protected mode in my own browser?
0
votes
1 answer

WebBrowser.Document property getter throws UnauthorizedAccessException

We have a Windows Forms app that hosts a web application from http://localhost (on a port selected at runtime) in a WebBrowser control which mostly works fine. Within the webapp there is a 'help' link that pops up a new window, and we handle this by…
redcalx
  • 8,177
  • 4
  • 56
  • 105
0
votes
1 answer

IE10 broke axWebBrowser control

I maintain the code for a private company's proprietary web browser that its employees use to conduct their work. The browser uses the axWebBrowser COM object rather than the .NET WebBrowser control. I just updated to IE10 to test the browser with…
Amy Marty
  • 46
  • 4
0
votes
1 answer

How to detect document changes when using the MSHTML WebBrowser in edit mode using C# in Windows Forms?

I'm using the .NET WebBrowser control in a WinForms application to implement a very basic e-mail template editor. I've set it in edit mode by this code: wbEmailText.Navigate( "about:blank" ); ( (HTMLDocument)wbEmailText.Document.DomDocument…
speednick
  • 13
  • 1
  • 4
0
votes
1 answer

Intercept Ctrl-V or WM_PASTE in AxSHDocVw.AxWebBrowser and do cleanup

I am using a winform HTML Editor which uses AxSHDocVw.AxWebBrowser. User are copying and pasting text from other software into this control. The problem is that, on paste Ctrl-V it add few font tags to preserve formatting. I do not want to preserve…
SamTech
  • 1,305
  • 2
  • 12
  • 22
0
votes
0 answers

AxWebBrowser full page Snapshot

Im currently enhancing an old software with an AxWebBrowser control. Let's say i navigated to www.yahoo.com and the page is too long, it's scrollable. I already done the part of screen capture but it's unable to capture the page in full page…
C PWL
  • 519
  • 6
  • 10
  • 26
0
votes
1 answer

c# AxWebBrowser Document OnClick Disables browser

It seems like there is a lot of questions like this, but cant find the answer. I've implemented OnClick event like it this thread: http://support.microsoft.com/?kbid=312777 But the result is that browser is completely disabled (scrollbar,…
YanDaik
  • 167
  • 1
  • 10
-1
votes
1 answer

When using AxWebBrowser which version of ie?

I am using AxWebBrowser inside my app. How do I know which version of IE that is being used and how do I set it to ie 10?
lascoff
  • 1,321
  • 4
  • 17
  • 35
1 2
3