axwebbrowser and XHTML Id
Wed, 27 Jul 2005 05:24:03 -0700
hello,
I use a winForm with a axwebbrowser. With C#, I would like to click on a
radio and a submit button on a html page. But this page contains XHTML and
the button has no name but just an id.
like that :
<input type="radio" name="optin" id="optin_y" value="1">Oui</input>
<input type="radio" name=" ...
|
Problem with implementing IDocHostUIHandler
Wed, 13 Jul 2005 16:26:41 +0430
hi,
I have implemented IDocHostUIHandler in an activex with Visual C++.
But I have problem with Yahoo compose email, in body fielod i can not type
anything.
I have returned E_NOTIMPL in all methods, but it doesn't worked.
but whenever i remove IDocHostUIHandler it works fine.
Can anybody help me?
...
|
mshtml printpreview
Mon, 11 Jul 2005 09:19:12 -0700
Hi,
I am hosting mshtml in C# as an ActiveX Document. I want to provide a print
preview similiar to the way InfoPath works. InfoPath displays its own
preview dialog window with an office command bar at the top and a child
window which contains mshtml.
How are they getting the mshtml window in print p ...
|
sizing a custom popup window hosting a web control gpf's
Fri, 1 Jul 2005 12:25:27 -0600
Hello,
I'm hosting a web control in ATL and I am implementing a new window using
the control when window.open is issued in script. I am simply creating
another instance of of this class for the browser control when the
NEWWINDOW2 event is fired, however it seems to gpf with some exception in
mfc42.dll when ...
|
IE plugin access html from page...
Thu, 30 Jun 2005 00:28:02 -0700
I write IE plugins, i need to modify the html code of display page and save
it before the page is display.
Actualy i found how modify somme flags on memory, but only after the page is
display and when i use edit source from IE browser i can't see my change.
Actualy i use a class base on IObjectWithSiteIm ...
|
Axwebbrowser and target
Tue, 28 Jun 2005 09:05:02 -0700
Hello
I use 2 AxWebBrowser in a C# form.
I have AXwebbrowser1 as primary window. And AxWebBrowser2 as secondary.
I would like send a HTML page in AxWebBrowser2 from AxWebBrowser1 with
a target in a HTML form.
exemple
function Submit(form)
{
eval("form.target='toto';form.action='toto.php';form.submi ...
|
Access to HTML Source through WebBrowser2 ActiveX
Mon, 27 Jun 2005 19:45:59 -0700
I have dialog based program. And I used "WebBrowser2 ActiveX"
And I want to have html-source of that I been Navigate like "mail.yahoo.com"
as CString or VARIANT or .
How can I do that? Can I have this option with Webbrowser-ActiveX or I have
to use different Tech. and how?
Thank
...
|
|
|
Register Explorer add-on problem
Tue, 21 Jun 2005 07:43:07 -0700
I register IE add-on to IE Toolbar and Explorer bar.
I try to change the captions and other add-on attributes, sometimes IE
recognize the changes, some times not.
The MSDN article ID 214842 may relate to my problem, but its solutions does
not solve my problems.
...
|
How to delete cookies for specific domain?
Wed, 15 Jun 2005 18:22:47 +0300
Hello,
I need to delete cookies for specific domain. Here's what I
do by now:
1. SHGetFolderPath(CSIDL_COOKIES)
2. Inside this folder I can find all cookie files that
belong to specific domain. (The info how to tell domain for
cookie was found in section "Peeking at Your Cookies" here:
"Basics of Cook ...
|
Get HWND when using asynchronous protocol handler
Wed, 15 Jun 2005 08:16:00 -0400
I hooked into asynchronous protocol handler. In the handler code, I would
like to get the control that call the protocol handler. Is it possible to
do?
Thanks,
...
|