I have a form that uses an AxWebBrowser control. However, it will not navigate to any site or local file. What is the problem and how can I fix it? I have tried everything. Please help. By the...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20521113.html
Zones:
C#Date Answered: 02/26/2003 Grade: B Views: 0
Hi,
Can you help me with some info concerning AxWebBrowser component:
1. How can I get HTML code of a loaded page?
2. Can I control page loading stream?
3. Can I control such things like abilit...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20769752.html
Zones:
.NETDate Answered: 01/27/2004 Grade: A Views: 0
Hello experts,
Can you use Help.ShowHelp to display in a AxWebBrowser object, if so how? The only place i can get it to display is in a new EI window. Where I would like it to display is in th...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21149988.htm...
Hi,
I have a little application that performs naviation through a given site, using the axWebBrowser control. This works fine and you can see the software navigating through all the site, like a...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21205832.html
Zones:
C#Date Answered: 11/19/2004 Grade: A Views: 0
Hello,
I want my axWebBrowser to go to a specific url when i click on a button.
The code in the button is this: axWebBrowser1->Navigate("http://www.google.com/", NULL, NULL, NULL, NULL);
Bu...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_21248010.html
Hello
I am using AxWebBrowser for the first time in vb.net. What is the difference between navigateComplete2 and documentComplete? Is there anywhere I can find a good explanation on using AxWe...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21268214.html
Zones:
.NETDate Answered: 01/25/2005 Grade: A Views: 0
In VS.NET 2003, pretty much the only way to display HTML pages is to use the Microsoft Web Browser (AxWebBrowser or shdocvw.dll) control. I already know how to use it to browse to an *existing* web...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21326118.htm...
I'm not sure a solution to this question actually exists but I'm going to give it a shot anyway.
I need to add <style /> tags to the <head /> tag of a document loaded in an instance of the AxWeb...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21412878.html
Zones:
C#Date Answered: 05/16/2005 Grade: A Views: 0
I am using AxWebBrowser and need to find out how to feed it html.
like so AxWebBrowser = " <html>" & _
" <head>" & _
" <title>" & _
" Hello World Demonstration Document" & _
" ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21480830.htm...
Experts,
I am navigating to a url and needing to sendkeys to the webbrowser. For example:
private void btnSingleFileDownload_Click(object sender, EventArgs e)
{
axWebBrowser1.NavigateC...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21565151.html
Zones:
C#Date Answered: 09/18/2005 Grade: A Views: 5