Hello!

i have a windows form application which i have many controls such textboxes buttons and more.
that i need is to draw or add a control on top of all the form.but i need that control to be transparent so the user can see the textboxes and labels behind him but of course he can't perform any action because this control overlap all the form controls.

Thank you for your help

Recommended Answers

All 2 Replies

You can just set the ReadOnly property of the textBox to true and the user won't be able to edit it's contents, it's alot less work and more logical.

no i dont want this.the fact is that i display a pdf into the windows form,so i tried to set the security on the pdf itself,but the awful truth come with the new adobe reader,on mouse hover it shows the save and print icon.
so i want to add a control on top of the pdf.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.