Originally posted by: Gavin
How do I reuse the same Modal Dialog to load another page with a document.action?
ReplyOriginally posted by: John Myczek
I am trying to use this dialog with an HTML form. The only problem is when the user submits the form they are redirected to a confirmation page. The confirmation page is open in a new IE window. Is there any way to make the confirmation page display in the dialog (or make it not display at all). Any help would be greatly appreciated.
ReplyOriginally posted by: by
The code is not calling Release() for the IMoniker created. Is ShowHTMLDialog() supposed to free it ? I don't see it mentioned anywhere in the documentation.
Originally posted by: Qi Yang
The icon of dialog window posted by CDlgHtml is one of the IE icons. Is there a way to change this icon to something else?
Thanks
Qi
ReplyOriginally posted by: Kim Myoung-sub
Hi.
How control ScrollBar in CHtmlView?
How control ScrollBar only as MFC Function ?
Thanks--very much
Originally posted by: Karl Stubsjoen
Hi and Thank you!
I really appreciate the code you have placed here regarding MSHTML.
I have recently discovered MSHTML and am looking for internet resources, tutorials, examples, etc... I would like to develop with it. There isn't a lot of it available on the internet (I am sadly finding).
Maybe you have some leads for me?
Thank you!
Karl Stubsjoen
Phoenix, Arizona
Originally posted by: venkat
i want to know how to insert jpg images into the resource. becaz iam unable to place any images into html file
Reply
Originally posted by: Brad
Calling SetDlgOptions with any of the options, such as "center: Yes; help: No;" as well as the other options listed for ShotHTMLDialog does not work for me.
I have not been able to use SetSize either.
Any ideas?
ReplyOriginally posted by: Tim
The HTML dialog works great. I was just wondering how one could get rid the of the little '?' (Help) button in the top right of the dialog.
Thanks!