G
gsb58
Hi!
As a training case I'm trying to build a class, in VB.NET, that will
hold my friends names, addresses, zipcodes and cities, emails, like
this:
Public Class ContaktsData
Public fName As String
Public lName As String
Public fAdr As String
Public fZip As String
Public fEmail As String
End Class
However...Can anybody help me out with a simple example on how to build
this class, or point me to an article that deals with this subject?
I want to store the information from a form to a .dat file I think in
the end.
Me.Name
As a training case I'm trying to build a class, in VB.NET, that will
hold my friends names, addresses, zipcodes and cities, emails, like
this:
Public Class ContaktsData
Public fName As String
Public lName As String
Public fAdr As String
Public fZip As String
Public fEmail As String
End Class
However...Can anybody help me out with a simple example on how to build
this class, or point me to an article that deals with this subject?
I want to store the information from a form to a .dat file I think in
the end.
Me.Name