Results 1 to 4 of 4

Thread: External "Resource" files

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    9

    Post

    I've seen lots of programs use what seems to be an external resource file. It contains data for the program, like text and images, much like a standard resource file, but it isn't compiled into the exe file. The program just accesses the file and gets what it needs from it. Any idea how to do this?

  2. #2
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    Hi,
    You can use ini files to store application data. Check out this link for how to do this.

    http://visualbasic.about.com/compute...y/aa121998.htm

    Danial

  3. #3
    Guest
    Although it's somewhat improper, you can create a DLL for this, i.e: In the DLL, include a RES file that contains the strings, pictures, sounds and videos.


  4. #4

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    9
    Originally posted by Danial
    Hi,
    You can use ini files to store application data. Check out this link for how to do this.

    http://visualbasic.about.com/compute...y/aa121998.htm

    Danial
    INI files really shouldn't be used for storing data. They're more for keeping initialization information, like window location and size.

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