Detecting controls of a winform

Posted by Ayush Saxena on Programmers See other posts from Programmers or by Ayush Saxena
Published on 2012-04-10T17:16:50Z Indexed on 2012/04/10 17:45 UTC
Read the original article Hit count: 294

Filed under:
|
|

I have a circular area cursor which is a circular winform(translucent) hooked to a cursor. On click, I want to get hold of the controls in the region of the parent winform just below the area of the cursor/form. These controls have to be arranged in circular layout on a different form. I am working on C#.NET.

Please tell how to access the controls of a winform and change their positions in context with my application described above. Like what classes, procedure , resources i need. I am a newbie but desperate to complete this task.thanks in advance.

© Programmers or respective owner

Related posts about c#

Related posts about .NET