Accessing Internet Explorer using VB
Hello there,
I am in serious trouble. Ive got a project to do which involves creating an interface agent for the internet explorer. This agent must in some way record all the user events. Im assuming that this can be done by activating a macro recorder. However, having only a tiny smattering of programming knowledge this is proving to be quite a difficult thing to do. Basicaly I dont have a clue and will shortly die because of this.
Any help/ideas would be greatly appreciated.
------------------------------------------------------------
Cheers to gwdash -I think it should do the trick
[Edited by the_hardmeister on 08-08-2000 at 01:35 PM]
Re: Accessing Internet Explorer using VB
hi
i put your code in vb class
but its says that in
txtURL.LinkTopic = DetermineDefaultBrowser & "|www_GetWindowInfo"
txtURL is not declare.
can you tell me how to solve this?
i am not too advance in vb,.net
Re: Accessing Internet Explorer using VB
Quote:
Originally Posted by bhavin12300
i am not too advance in vb,.net
Moved to VB.NET
Quote:
Originally Posted by bhavin12300
txtURL is not declare.
can you tell me how to solve this?
It means you are referencing a textbox that does not exist on the form from which you are running the code.
However, because your thread was in the wrong section, the suggested code, which is VB6, might not work anyway.
Re: Accessing Internet Explorer using VB
oh
i am really sorry
thanks for your support.
than you so much