WPF: Handling Button.Click or defining a command?
If I’ve got an Avalon Button, e.g. Should I give the button a name so I can handle the event (I would never put the event handler directly in the...
If I’ve got an Avalon Button, e.g. Should I give the button a name so I can handle the event (I would never put the event handler directly in the...
Because Michael Weinhardt has ported it to Windows Forms 2.0 and ClickOnce, now Wahoo2! is available on your Start menu whether you’re connected to...
Today Michael Weinhardt and I submitted the final chapters of “Windows Forms 2.0 Programming in C#” for review. Mike has worked his butt off for the...
HereThe Windows Forms team has posted .NET 2.0 versions of their UI clone apps, including: Outlook 2003 Clone File Explorer Clone RSS Portal Money...
I’ve noticed that various prolific bloggers feel the need to tell me that they’re going to stop blogging for more than 24 hours. That’s one of the...
a list of steps to take when you want to use Visual Studio 2005 to continue to maintain your .NET 1.x applications under the .NET 1.x Framework...
it’s on my calendar for 11/10“...
What’s the best way to implement the following semantic (feel free to change the signature)? bool ConvertFromStringToT(string in, ref T out) {…} I’d...