Hi all,
I'm creating a control derived from System.Windows.Forms.Control
I override the OnPaint() method.
In this method, I need to draw a string in an area.
This area is a rectangle (called fRect)
I want to display a text centered vertically.
I used MeasureString, but the result is not alwa...
more >>
Hi,
I need a windows forms designer in order to edit winforms in my environment.
I don't wanna start developing a designer Is there some commercial windows
forms designer ?
...
more >>
Hello
I have the following problem. When I'm designing controls and use them, Visual Studio tends to delete controls randomly
I think this is because my user control uses data-adapters, etc. which will result in an error during design time. The result is that Visual Studio deletes this control, b...
more >>