CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2001
    Location
    Mississauga, CANADA
    Posts
    199

    vb6 TYPE vs vb.net STRUCTURE

    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
    Paul

  2. #2
    Join Date
    Apr 2001
    Location
    Mississauga, CANADA
    Posts
    199
    Sorry, figured it out!
    Paul

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured