Results 1 to 4 of 4

Thread: Web Browser control

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Location
    uiouoi
    Posts
    12

    Cool

    Is that possible to put annotation (like drawing line)onto the *.ppt file that is viewed onto the web browser control ??

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    ???
    Could you rephrase that one please ?

    To add a line to a web page, you use the <hr> tag ...

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Location
    uiouoi
    Posts
    12

    Wink Web browser control

    As we know there is a web brrowser control in Visual Basic.

    Below is the code that i m using to design a user control:

    control: textbox, command button,web browser control


    Private Sub Command1_Click()

    WebBrowser1.Navigate TextURL.Text

    ' TextURL.Text = C:\WhiteBoard project\IApresentation.ppt
    'This is power point presentation file , *.ppt
    End sub

    The problem now that i m having is: how to put annotation like pen drawing on the *.ppt presentation on the webbrowser.

  4. #4
    Fanatic Member alexandros's Avatar
    Join Date
    Oct 2002
    Location
    Milky Way Galaxy
    Posts
    694
    you could get the hwnd from the webbrowser and then
    use API graphics functions for windows to draw lines.

    (see previous posts of me on how to get the hwnd of the webbrowser control)

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