I have a panel. I need to represent it in WYSIWYG.
Now, when drawing on it, is possible to draw using millimeters instead of pixels.
graphics.PageUnit = GraphicsUnit.Millimeter
graphics.DrawRectangle(pen,rect)
Is it possible to position the controls(buttons, textboxes) also in millimeters, in order to get a “real” paper image of the panel?
In VB6 this was possible. Is .NET a step backward or VB6 just use the approximation that we don’t want to use in .NET?
Till this, an acceptable solution:
http://social.msdn.microsoft.com/Forums/en-US/winforms/thread/ffb7e52d-8533-465c-bd57-17f7b704c927