Yes this can be done quite simply:
Structure Student
Public ID As Integer
Public DatofBirth As Date
<VBFixedString(15)>Public FirstName As String
<VBFixedString(15)>Public Surname As String
End Structure
For more details check out this MSDN article.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment