Re: [ADVANCED-DOTNET] AxWebBrowser questions

2004-03-09 Thread Sean Chase
I mentioned that you can also create a binary DHTML behavior in Visual Basic 6.0. This is pretty cool because you can edit-and-continue, unlike the Visual C++ example I posted earlier. I wrote up some instructions[1] on how to do the same thing in VB using a COM DLL if you are still working on this

Re: [ADVANCED-DOTNET] AxWebBrowser questions

2004-02-20 Thread Sean Chase
[EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] AxWebBrowser questions Hello, I'm working on an application that uses an AxWebBrowser control. I've had a couple of problems. I dynamically create the HTML that I load into some of the pages and others are static pages. Sometimes when I click

[ADVANCED-DOTNET] AxWebBrowser questions

2004-02-19 Thread Nick Howard
Hello, I'm working on an application that uses an AxWebBrowser control. I've had a couple of problems. I dynamically create the HTML that I load into some of the pages and others are static pages. Sometimes when I click on a link that should take be to a dynamic page I get a "Page cannot be found"