Board index » delphi » Active X component with internet explorer

Active X component with internet explorer


2006-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.
 
 

Re:Active X component with internet explorer

"Igor" <XXXX@XXXXX.COM>escreveu na mensagem
Quote
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.
Igor.... If I understand well you want to make a program wich will be
displayed in IE and uses XML files to get data, right?
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
 

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
news:XXXX@XXXXX.COM...
>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.

Igor.... If I understand well you want to make a program wich will be
displayed in IE and uses XML files to get data, right?

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
 

Re:Active X component with internet explorer

Igor writes:
Quote
We missunderstood us. I want a form in which i will have an internet
explorer window.

Is this possible?
Use the TWebBrowser component or TEmbeddedWB
(bsalsa.com/product.html).
Willem
Quote


Frederico pissarra je napisal:
>"Igor" <XXXX@XXXXX.COM>escreveu na mensagem
>news:XXXX@XXXXX.COM...
>>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.
>Igor.... If I understand well you want to make a program wich will be
>displayed in IE and uses XML files to get data, right?
>
>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

--
Willem van Deursen, The Netherlands
XXXX@XXXXX.COM
replace _nospam@nospam_ for @ to get a valid email address
www.carthago.nl
 

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:
Quote
Igor writes:
>We missunderstood us. I want a form in which i will have an internet
>explorer window.
>
>Is this possible?
Use the TWebBrowser component or TEmbeddedWB
(bsalsa.com/product.html).

Willem

>
>
>Frederico pissarra je napisal:
>>"Igor" <XXXX@XXXXX.COM>escreveu na mensagem
>>news:XXXX@XXXXX.COM...
>>>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.
>>Igor.... If I understand well you want to make a program wich will be
>>displayed in IE and uses XML files to get data, right?
>>
>>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
>


--
Willem van Deursen, The Netherlands
XXXX@XXXXX.COM
replace _nospam@nospam_ for @ to get a valid email address
www.carthago.nl
 

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:
Quote
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:
>Igor writes:
>>We missunderstood us. I want a form in which i will have an internet
>>explorer window.
>>
>>Is this possible?
>Use the TWebBrowser component or TEmbeddedWB
>(bsalsa.com/product.html).
>
>Willem
>
>>
>>Frederico pissarra je napisal:
>>>"Igor" <XXXX@XXXXX.COM>escreveu na mensagem
>>>news:XXXX@XXXXX.COM...
>>>>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.
>>>Igor.... If I understand well you want to make a program wich will be
>>>displayed in IE and uses XML files to get data, right?
>>>
>>>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
>
>--
>Willem van Deursen, The Netherlands
>XXXX@XXXXX.COM
>replace _nospam@nospam_ for @ to get a valid email address
>www.carthago.nl

--
Willem van Deursen, The Netherlands
XXXX@XXXXX.COM
replace _nospam@nospam_ for @ to get a valid email address
www.carthago.nl
 

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:
Quote
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:
>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:
>>Igor writes:
>>>We missunderstood us. I want a form in which i will have an internet
>>>explorer window.
>>>
>>>Is this possible?
>>Use the TWebBrowser component or TEmbeddedWB
>>(bsalsa.com/product.html).
>>
>>Willem
>>
>>>
>>>Frederico pissarra je napisal:
>>>>"Igor" <XXXX@XXXXX.COM>escreveu na mensagem
>>>>news:XXXX@XXXXX.COM...
>>>>>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.
>>>>Igor.... If I understand well you want to make a program wich will be
>>>>displayed in IE and uses XML files to get data, right?
>>>>
>>>>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
>>
>>--
>>Willem van Deursen, The Netherlands
>>XXXX@XXXXX.COM
>>replace _nospam@nospam_ for @ to get a valid email address
>>www.carthago.nl
>


--
Willem van Deursen, The Netherlands
XXXX@XXXXX.COM
replace _nospam@nospam_ for @ to get a valid email address
www.carthago.nl