Question Disable webbrowser for user

gixslayer

Member
Joined
Nov 8, 2008
Messages
19
Programming Experience
Beginner
Hey,

I want to disable the webbrowser for the user, so the user wont be able to click anything (links on site and stuff) but I can still navigate the webbrowser through code. Anyone knows how to do this?

Thanks,
gixslayer
 
Work with the AllowNavigation property and the DocumentCompleted event.
 
Back
Top