Advertisement

1 - 10 of 60 containing alltags:("axwebbrowser") (0 seconds)
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...
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...
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...
Zones: MS Visual BasicDate Answered: 09/30/2004 Grade: A Views: 0
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...
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...
Zones: MS Visual C++Date Answered: 12/20/2004 Grade: A Views: 0
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...
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...
Zones: MS Visual BasicDate Answered: 02/28/2005 Grade: A Views: 0
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...
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" & _ "   ...
Zones: MS Visual BasicDate Answered: 07/05/2005 Grade: A Views: 4
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...
Zones: C#Date Answered: 09/18/2005 Grade: A Views: 5