|
-
Mar 15th, 2008, 04:16 PM
#1
Thread Starter
New Member
[2005] Class Instances Please help
I need to be able to create an instance of a list class to store instances of an employee class.
my employee class is:
Public Class Employee
Public EmployeeID As Integer
Public EmployeeType As Integer
Public EmployeeName As String
Public EmployeeAddress As String
Public EmployeeSSN As Double
End Class
I really appreciate it in advanced
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|