Forum: VB.NET Sep 28th, 2008 |
| Replies: 1 Views: 1,953 MSDN has a few examples in it and for once a clear explanation ie
' Declare a new DataGridTableStyle in the
' declarations area of your form.
Dim ts As DataGridTableStyle = New... |
Forum: VB.NET Sep 28th, 2008 |
| Replies: 1 Views: 460 use MSDN index on TextBox theres loads of examples in there. |
Forum: VB.NET Sep 28th, 2008 |
| Replies: 1 Views: 750 Public NotInheritable Class OpenFileDialog _
Inherits FileDialog
or
Dim OpenFileDialog1 As OpenFileDialog
should fix error 1, Ive had this, im still making the transition from VB6 to... |