I had a weird problem earlier today involving the width of a GroupBox. I had dropped a GroupBox onto a panel. The panel was configured to automatically expand and contract as the size of the form is modified (using the Anchor property). I set the Anchor
Read More...
The application on which I'm working has the opportunity to dynamically load and assembly. Later in the application, one of the types from the loaded assembly need be retrieved using GetType. More specifically, the GetType was performed using a fully
Read More...
I ran into a problem yesterday that brought back memories. And not the good kind of memories either. I'm doing some work using TypeConverters. In particular, I'm creating a Windows Forms control that functions in a manner similar to a PropertyGrid, but
Read More...