|
-
Feb 22nd, 2001, 12:53 AM
#1
Thread Starter
New Member
Is that possible to put annotation (like drawing line)onto the *.ppt file that is viewed onto the web browser control ??
-
Feb 22nd, 2001, 06:19 AM
#2
???
Could you rephrase that one please ?
To add a line to a web page, you use the <hr> tag ...
-
Feb 22nd, 2001, 07:55 PM
#3
Thread Starter
New Member
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.
-
Apr 26th, 2003, 02:41 PM
#4
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|