Results 1 to 3 of 3

Thread: INI in VB.net

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2002
    Posts
    33

    INI in VB.net

    Can i use the same API's from VB6 in VB.net to read an INI file?

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Yes you can use the Windows APIs but you declare them a little bit different, search around for some examples. Although INI files have been replaced with XML config files now, much better and easier to work with. So unless you are going for backward compatiability I'd say go with XML.

  3. #3
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    I second that.

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