Forum: C# Jul 25th, 2009 |
| Replies: 4 Views: 336 2ddanbe
I totally agree with you)) |
Forum: C# Jul 25th, 2009 |
| Replies: 4 Views: 336 Disabled menu item doesn't generate Click event, that's why your code isn't executed.
I think in this situation it is better do define a boolean variable in the your Form class.
In constructor... |
Forum: C# Feb 21st, 2009 |
| Replies: 2 Views: 323 |
Forum: C# Feb 20th, 2009 |
| Replies: 2 Views: 4,429 oh ****, this post is 4 years ago)))))
i'm an idiot |
Forum: C# Feb 20th, 2009 |
| Replies: 2 Views: 4,429 a little sample to help you out,
but you'd better read some ADO.Net tutorials
using System;
using System.Collections.Generic;
using System.Linq; |