Working With Resource File

Lesson 2
Tutorials - Page 1 - Page 2 - Page 3 - Page 4 - Page 5

Summary
Resource File is very useful when you have a lot of image files in your application,
or if you want to decrease the size of your application file.

The resource file is intended to deal with BMP, ICO, and Cur files, and you can easily load them from the resource file with Visual Basic Built-In functions.

But with additional function that copy the file from the resource file to the hard disk, you can use it with all the types of files.


Back  Tutorials