Board index » cppbuilder » show a html page in my form

show a html page in my form


2005-05-09 11:59:27 PM
cppbuilder78
Hi
how can i show an html page into my form?. I need to display some user
messages in different format styles.
thanks in advance.
 
 

Re:show a html page in my form

"David" < XXXX@XXXXX.COM >wrote in message
Quote
how can i show an html page into my form?. I need to display
some user messages in different format styles.
Look at the TCppWebBrowser component that ships with BCB.
Gambit
 

Re:show a html page in my form

Tab: Internet / Last item: CppWebBrowser
--
Best regards,
Vladimir Stefanovic
"David" < XXXX@XXXXX.COM >wrote in message
Quote
Sorry, I can't find that component . I'm working with BCB 6, but desn't
appears.



"Remy Lebeau (TeamB)" < XXXX@XXXXX.COM >escribi?en el mensaje
news:427f9ab1$ XXXX@XXXXX.COM ...
>
>"David" < XXXX@XXXXX.COM >wrote in message
>news: XXXX@XXXXX.COM ...
>
>>how can i show an html page into my form?. I need to display
>>some user messages in different format styles.
>
>Look at the TCppWebBrowser component that ships with BCB.
>
>
>Gambit
>
>


 

{smallsort}

Re:show a html page in my form

Sorry, I can't find that component . I'm working with BCB 6, but desn't
appears.
"Remy Lebeau (TeamB)" < XXXX@XXXXX.COM >escribi?en el mensaje
Quote

"David" < XXXX@XXXXX.COM >wrote in message
news: XXXX@XXXXX.COM ...

>how can i show an html page into my form?. I need to display
>some user messages in different format styles.

Look at the TCppWebBrowser component that ships with BCB.


Gambit


 

Re:show a html page in my form

"David" < XXXX@XXXXX.COM >wrote in message
Quote
Sorry, I can't find that component . I'm working with
BCB 6, but desn't appears.
Which edition are you using?
Worse case scenerio, you just import the Internet Explorer ActiveX control
manually. That is all TCppWEbBrowser is anyway - a wrapper around the IE
ActiveX control.
Gambit