Results 1 to 3 of 3

Thread: WebBrowser control

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2004
    Posts
    8

    WebBrowser control

    Me again!
    I wish to create the body message section using webBrowser control so that the message i wrote there is formatable / editable. However, i have found that the WebBrowser control is uneditable( means can not be inserted any text ).
    Any setting /coding i need to set or write in order to make the WebBrowser control editable? If it is so, can show to how to do it?
    Really thanks lot !!!

    Enjoy Ur Day!

  2. #2
    Fanatic Member TheVader's Avatar
    Join Date
    Oct 2002
    Location
    Rotterdam, the Netherlands
    Posts
    871
    When the document had been loaded :
    VB Code:
    1. WebBrowser1.Document.designMode = "on"
    Author for Visual Basic Web Magazine

    My articles on the Web Browser Control:
    Using the Web Browser Control & Using the DHTML Document Object Model

    The examples referenced in the articles can be found here:

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2004
    Posts
    8
    Thanks lot for your help! i am gonna work it out!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width