Thread: CppWebBrowser (BCB) HELP!!!

  1. #1
    Registered User
    Join Date
    Apr 2003
    Posts
    29

    CppWebBrowser (BCB) HELP!!!

    i finally figurered out how to show a site in BCB.. with the CppWebBrowser component.

    Everything is fine... except i want to disable javascript... is there any way to do this? if so plz tell me how.

    my other problem: this is probably somthing really simple.. but i wanna know how to send it to a site (Navigate function??)
    Code:
    Navigate (WideString(Edit1->Text));
    thats how i have it right now... how do i make it so it just sends it to a link.. i tried typing "Navigate (http://www.microsoft.com);" but that, obviusly, didnt work.. so what do i type in to make it go there?
    Last edited by Demon1s; 04-26-2003 at 04:27 AM.

  2. #2
    Registered User
    Join Date
    Nov 2002
    Posts
    491
    http://bdn.borland.com/article/0,1410,27519,00.html

    Learn how to use google. Asking API specific questions isn't really a good idea here since most of us probably havn't used it.

  3. #3
    Registered User
    Join Date
    Apr 2003
    Posts
    29
    i looked on google for hours

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Anyone want load 3DS files in BCB?
    By GletchM in forum C++ Programming
    Replies: 1
    Last Post: 05-18-2005, 06:50 AM
  2. CppWebBrowser + keys
    By Demon1s in forum C++ Programming
    Replies: 0
    Last Post: 04-29-2003, 02:09 AM
  3. BCB uses a different language ?
    By quiteblack in forum C++ Programming
    Replies: 9
    Last Post: 07-13-2002, 02:07 PM
  4. Changing default unit in BCB 5
    By Mario in forum C++ Programming
    Replies: 0
    Last Post: 05-26-2002, 09:22 AM
  5. BCB build .exe file
    By skar in forum C++ Programming
    Replies: 1
    Last Post: 05-19-2002, 09:48 AM