Board index » delphi » Active X component with internet explorer
Igor
![]() Delphi Developer |
Igor
![]() Delphi Developer |
Active X component with internet explorer2006-11-27 03:14:38 AM delphi242 Hello, i am writting a program, which should be able to show internet explorer and xml file in it. Does someone now how to do it or has someone a relevant link. Thanks. |
Frederico pissarra
![]() Delphi Developer |
2006-11-27 07:46:55 PM
Re:Active X component with internet explorer
"Igor" <XXXX@XXXXX.COM>escreveu na mensagem
QuoteHello, 1. Create an Active-X Library; 2. Create an Active-Form Anything else is pretty much developing an application with a form... Take a look in Delphi's help file "Developing COM-based Applications" (I'm using Delphi 7 here)... it is very good! []s Fred |
Igor
![]() Delphi Developer |
2006-11-27 10:36:56 PM
Re:Active X component with internet explorer
We missunderstood us. I want a form in which i will have an internet
explorer window. Is this possible? Frederico pissarra je napisal: Quote"Igor" <XXXX@XXXXX.COM>escreveu na mensagem |
willem van deursen
![]() Delphi Developer |
2006-11-28 01:05:55 AM
Re:Active X component with internet explorer
Igor writes:
QuoteWe missunderstood us. I want a form in which i will have an internet Willem Quote
XXXX@XXXXX.COM replace _nospam@nospam_ for @ to get a valid email address www.carthago.nl |
Igor
![]() Delphi Developer |
2006-11-28 03:34:31 AM
Re:Active X component with internet explorer
I forgot to mention I am using Dephi 1. Don't ask me way, it is not my
fault.;P I'll stick with ShellExecute of default browser. it is the easiest way. Thanks anyway. willem van deursen je napisal: QuoteIgor writes: |
willem van deursen
![]() Delphi Developer |
2006-11-28 05:34:04 AM
Re:Active X component with internet explorer
I don't have any D1 copies around, but is there a way to import the
import the microsoft internet controls in Import ActiveX? That should give you an Webbrowser and a webbrowser_v1. No way to test this without D1, so I can not be sure.... Willem Igor writes: QuoteI forgot to mention I am using Dephi 1. Don't ask me way, it is not my XXXX@XXXXX.COM replace _nospam@nospam_ for @ to get a valid email address www.carthago.nl |
Igor
![]() Delphi Developer |
2006-11-28 06:42:50 AM
Re:Active X component with internet explorer
I'm not sure if it is possible. I can not find a way to import activex in
delphi 1. So, for now, I think, it is impossible. ;) willem van deursen je napisal: QuoteI don't have any D1 copies around, but is there a way to import the |