Can someone advise proper syntax to use STRUCTURE for vb.net?
Can't find anything in help.
vb6 code
PUBLIC TYPE fw_Reginfo
fwrCLientLoaded as Boolean
fwrClientName as String
END TYPE
Or at least point me in the right direction?
Thanks
Printable View
Can someone advise proper syntax to use STRUCTURE for vb.net?
Can't find anything in help.
vb6 code
PUBLIC TYPE fw_Reginfo
fwrCLientLoaded as Boolean
fwrClientName as String
END TYPE
Or at least point me in the right direction?
Thanks
Sorry, figured it out!