Hey guys 
So i created resource file
New --> new file --> Native Resource Template
Then added icons with custom id, like "x", "u_100", .. so i understand,
what the files (in my case icons) is..
And i saved as 32-bit resource file (*.res)
So i have a question, how can i use these files inside of resource file
in my apps? i know how to add icons in to my app..
Me.Icon = New Icon(C:/icon.ico)
but how can i specifi the
icon i need, add and use it in my app from the resource file?
So i created resource file
New --> new file --> Native Resource Template
Then added icons with custom id, like "x", "u_100", .. so i understand,
what the files (in my case icons) is..
And i saved as 32-bit resource file (*.res)
So i have a question, how can i use these files inside of resource file
in my apps? i know how to add icons in to my app..
Me.Icon = New Icon(C:/icon.ico)
but how can i specifi the
icon i need, add and use it in my app from the resource file?