A
Antonio Lopez Arredondo
hi all !!!
I developed a winform app that shows a Word inside a webbrowser control.
the problem is that, while it is displayed at the webbrowser control the
Word document can be modified by the user, and I don't want to allow that.
the question is: what can I do to just show the Word document in a read-only
non editable way ?
I tried to put a transparent label on top of the webbrowser control, but it
didn't work.
SetStyle(ControlStyles.SupportsTransparentBackColor, True)
Label8.BackColor = Color.Transparent
any help will be greatly appreciated.
regards,
ant.
I developed a winform app that shows a Word inside a webbrowser control.
the problem is that, while it is displayed at the webbrowser control the
Word document can be modified by the user, and I don't want to allow that.
the question is: what can I do to just show the Word document in a read-only
non editable way ?
I tried to put a transparent label on top of the webbrowser control, but it
didn't work.
SetStyle(ControlStyles.SupportsTransparentBackColor, True)
Label8.BackColor = Color.Transparent
any help will be greatly appreciated.
regards,
ant.