Forum: VB.NET Jun 12th, 2009 |
| Replies: 1 Views: 885 Well, one way you could go about it, is using the Dictionary class (in System.Collections.Generic). Set the key to string and the value to integer (Dictionary<string, int>). Then for each column,... |
Forum: VB.NET Jun 11th, 2009 |
| Replies: 2 Views: 1,099 I don't believe that support for these methods will be removed in any future release, for backwards compatability. The reason for it being marked as obsolete is because when suspending a thread, you... |
Forum: VB.NET Jun 11th, 2009 |
| Replies: 1 Views: 530 I believe this is what you are looking for: http://msdn.microsoft.com/en-ca/library/system.windows.controls.mediaelement.aspx. This uses the WPF, I'm not sure if you can use this with WinForms, if... |