How to set controls on center of the winform?

.net, c#, winforms

Solution

Place the control on the center and set `Anchor` property to `None`.

Problem

Hello I am trying to set controls(i.e. Label or Textbox) on center of the form. I need this while i maximize that form. Can i set it statically or dynamically. Anyone have an idea than please tell me asap...

Original source

Related problems