Forum: VB.NET Jun 22nd, 2009 |
| Replies: 2 Views: 224 Thank you for your suggestion on 'Friend'! It worked! |
Forum: VB.NET Jun 22nd, 2009 |
| Replies: 2 Views: 224 Hello!
I have program that consists of multiple forms. Each of the forms share a common variable which I stored in the main form. But to access the variable from another form, I have to type... |
Forum: VB.NET Dec 14th, 2008 |
| Replies: 3 Views: 866 Try changing the code in frmAddress to:
Public Shared strName As String
Dim DataForm As New frmData
Private Sub lblContact_SelectedIndexChanged _
(ByVal... |
Forum: VB.NET Dec 11th, 2008 |
| Replies: 3 Views: 886 Put the date in a variable first and then compare them.
Private Sub Form1_Load(ByVal sender As System.Object, _
ByVal e As System.EventArgs) _
... |
Forum: VB.NET Dec 11th, 2008 |
| Replies: 4 Views: 454 Take a look at this tutoria (http://www.homeandlearn.co.uk/NET/vbNet.html)l, you may have an idea about what a beginner tutorial should have. |
Forum: VB.NET Dec 11th, 2008 |
| Replies: 4 Views: 778 Just clear the dataset and then re-fill it. |
Forum: VB.NET Dec 11th, 2008 |
| Replies: 1 Views: 784 This code may help:
Private Sub Form1_Load(ByVal sender As System.Object, _
ByVal e As System.EventArgs) _
Handles MyBase.Load
... |
Forum: VB.NET Dec 9th, 2008 |
| Replies: 2 Views: 597 Try using the shortcut key to the Design View(which is Shift+F7). |
Forum: VB.NET Dec 9th, 2008 |
| Replies: 2 Views: 587 Thank you bharanidharanit! I didn't know that the view in the ListView control can be changed!! |
Forum: VB.NET Dec 9th, 2008 |
| Replies: 2 Views: 587 Hello,
How can I create a multi-field list box like in the picture in the link below in Visual Studio.
NEo4
http://i465.photobucket.com/albums/rr12/black-eagle-bucket/multi-field_listbox.png |