Originally posted by: Sasi Nair
I add one button in the band.I want to navigate the given url to the same instance of iexplorer.Is it possible through IWebBrowser2 or CHtmlView.If can please reply me.
my eid is sasi_c@rediffmail.com.
thanks
sasi
Originally posted by: Ilgini
Hi, i develop app where i need to get url from running instance of Netscape.Do you have any idea.
Thank's advanced.
Originally posted by: Robert_Potencz
Hello!
First thanks for the sourcecode, it has been really helpful!
I noticed that the HTML source displayed when you press the "View Source" button even includes the values entered in the text input boxes. However, the text from password input boxes is not displayed. I am working on a program that saves the entered passwords. Do you know if it is possible to access the data in the password input boxes, maybe using the "element" objects of the "document" object?
Thanks in advance,
Robert
Originally posted by: Ben Kayam
Hello,
Let's say that I have A BHO that is working on the post data when the BeforeNavigate is fired.
i want to assure that i'm thy only BHO that i reading the postdata and there are no other BHO that can get into my PostData, how can i get the list of the BHO and when i need, block them from getting events.
Thanks,
Originally posted by: Kevin Tang
This is a very good program I think.
I am writing a program to get the content from IE. When user click a button from IE toolbar, it will call my VC program to get the current webpage. therefore, I am useing API to create a win32 program without interface.
Can I change this sample without MFC ?? so that i can remove the interface.
Thanks,
Kevin.
Originally posted by: Qiuxiang
I have read the article at http://codeguru.earthweb.com/ieprogram/enumIE.html .
It is really very good. It can list all the IE instances. What I want to do is:
I added a button to IE toolbar(done already) and associate the button with my VC++ program, when
click the button, the desired result is I can get the URL at the IE instance which
is at the front(or activate), NOT all of the URL in all the IE windows, Could you please tell me
how to achieve this? I am contactable at
qiuxiang@krdl.org.sg
Thank you very much for your precious time!
Have a nice day!
Best Regards,
Qiuxiang
Originally posted by: Mahesh
This article is really helpful.
On the same line I need your help.
I am able to connect to the running instance of IE and also able to change its URL.
But if the IE instance is minimized then how can I Maximize it?
Originally posted by: Jackson Lai
My application would like to connect to a running instance of IE and then parse the whole HTML document so that I will get a list of URL links (href) and other objects such as textboxes and images. Is it possible to achieve this?
Thank you very much.
ReplyOriginally posted by: Onkar Singh
This code gives enough information to do some really serious work. Thanks....
Regards,
Onkar Singh
http://thedevelopers.faithweb.com
Originally posted by: yuan yunchang
How can i startup a new ie instance?
Reply