Custom Control

  • Thread starter Thread starter seshu
  • Start date Start date
S

seshu

Hi,

Can any one help me in creating the custom control in C-Sharp .Net.

I want to create a transparent resizable rectangle which when placed on any
window should be able to see the contents of the window.


Thanks in advance
 
I don't know exactly what you are trying to use it for but just use the Panel
control, set the TransparencyKey for the form to say, Color.Black and set the
BackColor of the Panel control to black. This will do the same thing. Or you
could just set the BackColor of the Panel to Transparent
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top