Originally posted by: Kun Lee
I'm using the CHtmlView in my project but I don't know how I can handle mouse events like a mousemove event.
please let me know...
Originally posted by: Sachin
I would like to have the functionality of browser in one of my aplication.How do I embed IE5.5 in my application ?
Can I embed more than one instance of IE in the same application ?
Does any body has a code or any pointers for this?
I think this can be done; cause applications like RealPlayer / RealJukebox / Editplus uses this
Thanks
Sachin
Originally posted by: Quang Nguyen
Hi All,
I'd like to use MSHTML component to create a basic HTML editor
(text, links, controls... manipulation, drag/drop, ...). and also can work
with 3 modes: design, view source and browse.
Can I program this program without forcing end-user to install
Internet Explorer?
Which DLL files should I install on end-user's machine?
Should I apply another solutions without using MSHTML?
I would be grateful if you could give me a sample source code or links to this topic?
Thanks a million!!
Quang Nguyen
Originally posted by: Quang Nguyen
Hi All,
I'd like to use MSHTML component to create a basic HTML editor
(text, links, controls... manipulation, drag/drop, ...). and also can work
with 3 modes: design, view source and browse.
Can I program this program without forcing end-user to install
Internet Explorer?
Which DLL files should I install on end-user's machine?
Should I apply another solutions without using MSHTML?
I would be grateful if you could give me a sample source code or links to this topic?
Thanks a million!!
Quang Nguyen
Originally posted by: Asaf Sh.
Hi
can anyone tell me how to control the view, or invoke a view commands ("View->List").
or even better how can I find the IShellView from the control.
Thnaks
Asaf
Originally posted by: joan
I have custom tool band with many buttons and want to IE to navigate URL when button is clicked
In other words how can we pass Navigate method to InternetExplorer, How can we control the IE object (In same window)
Originally posted by: Vlatko Šurlan
The page I download contains username and password fields. User can easily log in from the control. Is there a way for me to hide the control, ask the user for password and username and then log him in without him ever having to see the page?
ReplyOriginally posted by: Jeremy Berube
Does anybody know how to remove the 3d border around the WebBrowser2 ActiveX?
You've probably done this by now. but the easy answer is to place the Webrowser in a frame. Then size and position the webbrowser so the frame is hidden.
ReplyOriginally posted by: Leo
I want to change the contents of the page downloaded on event "DocumentDownloadComplete", Can I do it?
Originally posted by: wengo
How to get URL of IE Address Bar by application