Hello Guys, How can I convert this code into vb.net 2005
Public Type UserInfo
UserName As String
RealName As String
UserLevel As Integer
End Type
Thanks Guys
Printable View
Hello Guys, How can I convert this code into vb.net 2005
Public Type UserInfo
UserName As String
RealName As String
UserLevel As Integer
End Type
Thanks Guys
Just change it to this:
You can refer to this link for more info:Code:Structure UserInfo
UserName As String
RealName As String
UserLevel As Integer
End Structure
http://msdn.microsoft.com/en-us/library/6s6zzdks.aspx
Thanks burningslash
No Prob! kabayan!
hehehe! Newbies lang kasi ako. Thanks