News

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 ...
So I have this small app I was using to play with C# and start learning it...I used to have a slider that I could slide back and forth to make my form fade in and out. Not very fancy, but it ...