[VB.NET] About Resource


Description
     Normally if you need some file or resource file from external source to use in VB.NET , you just calling the path of external file but it will create a little delay when load if the file oversize.
    Sometimes you not only need the resource but the speed of execution too, VB.NET has added feature to solve this issue : RESOURCES.
    Resource will be embed you file into your application, and you don't have to be bothered in calling location path file and the speed of execution will increase , but the size of file executable will increase too.

Howto
   Project > Properties > Select Menu Resource (you can import , or remove resources safely without make the settings error ).
 
   Syntax to call resource :
   My.resources.Name_Resource


Post a Comment

Harap gunakan bahasa yang baik dan sopan, terima kasih