|
-
Dec 2nd, 2011, 01:48 PM
#1
Thread Starter
Member
WebBrowser1 Easy Help
hello i am sure you can help me.
Thing 1
I want my WebBrowser1, to be/scroll always in a specific coordinate (x:0, y:147)
Actually i added a timer doing this, but it causes lag and i want webbrowser to always be in this position
Code:
If WebBrowser1.ReadyState = WebBrowserReadyState.Complete Then
WebBrowser1.Document.Window.ScrollTo(0, 147)
End If
Thing 2
I want also to make the WebBrowser1 UNCLICKABLE, people can only see the content in it, not click it, not interact with it, i don't know how to do this. Help! thanks
Waiting for Assistance Guys!
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
|