Can I visualize Internet Exlporer in my form, I mean to show it as part of my form? I'm using Delphi 4, and I not have TWebBrowser component, thats why. THTML component, that's providing this version is not good for my job. Thank you.
: Hi, : : Can I visualize Internet Exlporer in my form, I mean to show it as part of my form? I'm using Delphi 4, and I not have TWebBrowser component, thats why. THTML component, that's providing this version is not good for my job. : Thank you. : You need to create an ActiveX component, which interfaces with IE just like the TWebBrowser. Or you could get the TWebBrowser from someone.
Comments
:
: Can I visualize Internet Exlporer in my form, I mean to show it as part of my form? I'm using Delphi 4, and I not have TWebBrowser component, thats why. THTML component, that's providing this version is not good for my job.
: Thank you.
:
You need to create an ActiveX component, which interfaces with IE just like the TWebBrowser. Or you could get the TWebBrowser from someone.