Originally posted by: Murugan
There was a statement
"However the Internet Explorer 4.0 doesn't not register itself in ROT "
My question is that whether Internet Explorer 5.0 register itself with ROT or not? Can you please answer ?
Thanks in advance
Originally posted by: Neeraj
Hai,
Through VC++
How can I know whether a connection exists between
My system and its immediate Gateway.
That is, I want to know whether I am connected to net
or not. And I want to know what is the Ip Address
of my immediate Gateway.
Thanks
Neeraj
ReplyOriginally posted by: Kun Lee
I would like to simulate right button click on the internet explorer.
I could simulate click event by IHtmlElement::click() but I can't find how to simulate right button click.
Please tell me about it.
ReplyOriginally posted by: madhour
Hi,
I have a pb, can you help me please?
I have developped a DLL COM (ATL) object as a soap server. I connect to it from different instance of IE. How can I know inside my DLL which instance of IE is calling me (I must attribute rights to read information posted by my dll and i don't know how to attribute key to each instance of IE).I already used SessionID, but it is not unique.
Regards
Originally posted by: Sung-il Park
Hi.
I'm Sung-il
I was download your sample program.
but there are no code what IE's URL change module.
so.
pardon you. I asking for some problem.
please help me.
please show me the (www.source.com-->www.target.com)!!
Reply
Originally posted by: Seo
Upon loading a page into the browser how do find out the final full length of the page? meaning except the scroll?
Reply
Originally posted by: tannguyen
I don't know how to launch Outlook Express and read somes mails from my application (Visual Basic 6.0)
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: bo
can you tell me?
ReplyOriginally posted by: Mike K
I have been able to enum the ROT and get a pointer to my running obj with the ROT GetObject API. But when I call
pUnknown->QueryInterface(IID_IPVStats, (void**)&pPVStat);
the address of pPVStat get messed up when the QueryInterface funtion receives it. I set break points on both projects(2 seperate application) one before the QueryInterface in one proj and one inside the QueryInterface in the other proj(with the running obj) and the address passed in is not the address that is received. Somehow the address is getting trashed. What could be happening here? I pass in 0x0012fe64(=&pPVStat) in the one application, but the running object receives 0x0012f684. Just to see what would happen, I passed in 0x00000000 and the running obj received 0x0012f604. What the heck is going on??? Anyone with any ideas, please help!