BHO in C# - Catch Internet Explorer HTTP posted data
10 May 2005 06:06:07 -0700
Hi,
I've created a BHO in C# which works well. What I need to do now, is
to catch HTTP posted data by Internet Explorer. Indeed, there is an
ActiveX object in the page I browse (which is basically a form which
lets users input some data), which I need to catch user input values
from. Since the form is displ ...
|
Changing FRAME or IFRAME src parameter from IWebBrowser2 control...
Fri, 6 May 2005 01:02:05 +0400
Hi,
I need to change src attribute of FRAME or IFRAME tag in contents of
IWebBrowser control without refreshing page. how can I do it?
Thanks.
--
Best Regards,
Levan Jgharkava
...
|
How to execute script in browser window with IWebBrowser2 control?
Fri, 6 May 2005 00:53:48 +0400
Hi,
How can I execure javascript function or command in IWebBrowser2 window?
I saw a command like ExecWB, but I'm not sure how exactly I can do it with
this function. Can anyone show me an example?
Thanks.
--
Best Regards,
Levan Jgharkava
...
|
controlling IE from another application
Fri, 29 Apr 2005 02:00:09 -0700
Hi all,
I've the following problem:
In IE I display a web site. If I click on a link, an external
application launches. Then I do some work with this application and
after finishing it and pressing a certain button the web site should
reload. I thought about Browser Helper Objects, but I really don't
know ...
|
Parches de microsoft
Thu, 21 Apr 2005 16:34:18 +0200
Me han mandado un parche por correo para mi windows pero no se si abrirlo, tengo miedo ^^ ...
|
[MFC] Using IWebBrowser2 => Navigate with TargetFrameName
Sun, 17 Apr 2005 18:25:02 +0200
Can someone explain me how i can use the Navigate method to target a
specific frame within a frameset?
I tried the following way:
VARIANT vargFrame = {0};
VariantInit(&vargFrame);
vargFrame.vt = VT_BSTR;
CString mainFrame = "<anyFrame>";
vargFrame.bstrVal = mainFrame.AllocSysString();
m_browserWindow ...
|
modeless popup dialog blocker
Fri, 15 Apr 2005 08:49:04 -0700
Hi,
Can anyone please tell me how to block modeless dialog popups in Internet
Explorer? Can this be done using just a BHO?
Thanks,
lav ...
|
|
|
AxSHDocVw.AxWebBrowser memory leak
Thu, 14 Apr 2005 08:11:10 -0700
I am cleaning a C# application that uses AxSHDocVw.AxWebBrowser to open a
browser continuosly. I was seeing it that memory leak for every instance of
my AxSHDocVw.AxWebBrowser and eventually it will hit OUT OF MEMORY fatal
error.
I think that I need to somehow release/cleanup AxSHDocVw.AxWebBrowser, but ...
|
Open new window with WebBrowser hosting application.
Wed, 11 May 2005 20:19:57 -0600
We have an C# application that hosts a WebBrowser control.
The applications behaviors in most cases like a normal browser
with some additional features. The problem we have is that
if a page has a link element, like <a href="/abc.hmtl"
target="_blank">ABC</a>
when we click on this link, we got the normal Int ...
|
new hosting for me
Fri, 08 Apr 05 23:37:15 GMT
Ill have my website back up tonight. I had to get new hosting . I got it at
http://isphost.org
they had my site back online fast. Thanks Ted
...
|