News

VS.NET, C#, adding custom properties for inherited controls in the form designer Jinxo Sep 5, 2004 Jump to latest Follow Reply ...
Two members of Microsoft's Windows Forms dev team appeared in a Channel 9 video on "Supporting VB.NET" in .NET 5," a task that in some ways poses "a huge challenge." Specifically, one such aspect is ...
I've got a C# form that is going to be displayed as a Modal Dialog from another form. In the event handler for the "OK" button, I validate the other controls on the form, and do some work.In the ...