?
=?iso-8859-1?Q?Jan_Weing=E4rtner?=
Hi.
I have placed a panel at location (0,0) on a form.
With:
Control ctrl = this.GetChildAtPoint(new Point(50, 50));
i try to find the panel, but ctrl is always null.
What is my problem?
best regards and thanks,
Jan
I have placed a panel at location (0,0) on a form.
With:
Control ctrl = this.GetChildAtPoint(new Point(50, 50));
i try to find the panel, but ctrl is always null.
What is my problem?
best regards and thanks,
Jan