Hello everyone,
I know how to add images and icons etc to dll file.
What I would like to know is there is a way to add those icons on the forms
during the run time from the dll or to reference it to the dll during the
design time, then when I compile the project and install it, then all the
images still inside the dll file. not to be installed into winnet, or system
or system32 or any directory,
1) is it possible ? and how ? link or examples
2)do I need to open the dll file and save it as a resource then add it to my
project ?
3)add it as *.res file or what?
Any help will be appreciated , I'm using VB5 or VB6 o/s XP.
MAK
I know how to add images and icons etc to dll file.
What I would like to know is there is a way to add those icons on the forms
during the run time from the dll or to reference it to the dll during the
design time, then when I compile the project and install it, then all the
images still inside the dll file. not to be installed into winnet, or system
or system32 or any directory,
1) is it possible ? and how ? link or examples
2)do I need to open the dll file and save it as a resource then add it to my
project ?
3)add it as *.res file or what?
Any help will be appreciated , I'm using VB5 or VB6 o/s XP.
MAK
Comment