Board index » cppbuilder » newbie html question ...
A G
![]() CBuilder Developer |
Mon, 10 Sep 2001 03:00:00 GMT
|
A G
![]() CBuilder Developer |
Mon, 10 Sep 2001 03:00:00 GMT
newbie html question ...
I added the Microsoft Internet Controls (WebBrowser_V1Proxy,
WebBrowserProxy and ShellFolderViewOCProxy are the components) from IE 4.01 to my BCB 3 by simply using the Import ActiveX option. Where can i get information about using these components (mainly WebBrowser) in detail? I have found little on the borland webpage so far. thanks in advance. |
Mark Cashman [TeamB
![]() CBuilder Developer |
Tue, 11 Sep 2001 03:00:00 GMT
Re:newbie html question ...Check the Microsoft website, especially the developer's library (http://www.msdn.com/library/, I think). -- |
Alex Bakaev [TeamB
![]() CBuilder Developer |
Tue, 11 Sep 2001 03:00:00 GMT
Re:newbie html question ...Search the MSDN site on WebBrowser. There seem to be some info. MSJ had an article on it as well ( don't know the issue, sorry ). The way I did that - looked at the _tlb.h file to see what methods where generated for the control. HTH, QuoteA G wrote: HotSend - portable documents technology http://www.hotsend.com/ eFax - get your faxes via email - Free ! http://www.efax.com |
A G
![]() CBuilder Developer |
Tue, 11 Sep 2001 03:00:00 GMT
Re:newbie html question ...Thank you, I found everything I needed there, cept one thing. When I try to create the TWebBrowser at run time it says its an undefined symbol. I used the line ... TWebBrowser_V1Proxy *webCtrl = new TWebBrowser_V1Proxy(parent); like a normal VCL component, what is it im doing wrong? QuoteAlex Bakaev [TeamB] wrote: |
Mark Cashman [TeamB
![]() CBuilder Developer |
Tue, 11 Sep 2001 03:00:00 GMT
Re:newbie html question ...Which symbol is undefined? Does this happen at run time or compile time? Is parent supposed to be Parent? -- |
A G
![]() CBuilder Developer |
Wed, 12 Sep 2001 03:00:00 GMT
Re:newbie html question ...
I have a button that opens a new TabSheet on a PageControl, then is suppose TWebBrowser_V1Proxy *webCtrl = newTWebBrowser_V1Proxy(pPage); pPage being the newly created TabSheet on the page control, I have another QuoteMark Cashman [TeamB] wrote: |
A G
![]() CBuilder Developer |
Wed, 12 Sep 2001 03:00:00 GMT
Re:newbie html question ...
I have a button that opens a new TabSheet on a PageControl, then is suppose TWebBrowser_V1Proxy *webCtrl = newTWebBrowser_V1Proxy(pPage); pPage being the newly created TabSheet on the page control, I have another QuoteMark Cashman [TeamB] wrote: |
A G
![]() CBuilder Developer |
Wed, 12 Sep 2001 03:00:00 GMT
Re:newbie html question ...I have a button that opens a new TabSheet on a PageControl, then is suppose to create a TWebBrowser_V1Proxy component on that new tab (aligned to fill the client area). it tells me 'TWebBrowser_V1Proxy' is undefined when I try to compile the application. The line the error occurs is as follows... TWebBrowser_V1Proxy *webCtrl = newTWebBrowser_V1Proxy(pPage); pPage being the newly created TabSheet on the page control, I have another QuoteMark Cashman [TeamB] wrote: |
A G
![]() CBuilder Developer |
Wed, 12 Sep 2001 03:00:00 GMT
Re:newbie html question ...I have a button that opens a new TabSheet on a PageControl, then is suppose to create a TWebBrowser_V1Proxy component on that new tab (aligned to fill the client area). it tells me 'TWebBrowser_V1Proxy' is undefined when I try to compile the application. The line the error occurs is as follows... TWebBrowser_V1Proxy *webCtrl = newTWebBrowser_V1Proxy(pPage); pPage being the newly created TabSheet on the page control, I have another QuoteMark Cashman [TeamB] wrote: |
A G
![]() CBuilder Developer |
Wed, 12 Sep 2001 03:00:00 GMT
Re:newbie html question ...I have a button that opens a new TabSheet on a PageControl, then is suppose to create a TWebBrowser_V1Proxy component on that new tab (aligned to fill the client area). it tells me 'TWebBrowser_V1Proxy' is undefined when I try to compile the application. The line the error occurs is as follows... TWebBrowser_V1Proxy *webCtrl = newTWebBrowser_V1Proxy(pPage); pPage being the newly created TabSheet on the page control, I have another QuoteMark Cashman [TeamB] wrote: |
A G
![]() CBuilder Developer |
Wed, 12 Sep 2001 03:00:00 GMT
Re:newbie html question ...I have a button that opens a new TabSheet on a PageControl, then is suppose to create a TWebBrowser_V1Proxy component on that new tab (aligned to fill the client area). it tells me 'TWebBrowser_V1Proxy' is undefined when I try to compile the application. The line the error occurs is as follows... TWebBrowser_V1Proxy *webCtrl = newTWebBrowser_V1Proxy(pPage); pPage being the newly created TabSheet on the page control, I have another QuoteMark Cashman [TeamB] wrote: |
A G
![]() CBuilder Developer |
Wed, 12 Sep 2001 03:00:00 GMT
Re:newbie html question ...sorry for the many copies of message above, im using a new computer and encountering some problems i have not ran into before. QuoteA G wrote: |
Alex Bakaev [TeamB
![]() CBuilder Developer |
Sat, 15 Sep 2001 03:00:00 GMT
Re:newbie html question ...I have something similar. What I do is I drop the web browser on a page in the tab control. If you don't want to have the browser created that way, then you approach should work, unless you don't include the header files defining the web browser control. Alex QuoteA G wrote: HotSend - portable documents technology http://www.hotsend.com/ eFax - get your faxes via email - Free ! http://www.efax.com |
1. Second internet newbie question re: reading html table
2. This is a Newbie Question - But I'm a Newbie
3. Newbie Q:Internet Server App & HTML forms
4. Newbie: parsing a HTML-document and the IHTMLDocument2 interface
5. newbie - How to view HTML docs
6. Question: WinHelp or HTML Help for Delphi application?
7. Question: html component (Delphi 3)
8. I know this question must have been asked a thousand times about launching a HTML page