PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
Linking to files instead of embedding resources
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
Linking to files instead of embedding resources
![]() |
Linking to files instead of embedding resources |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
If I create an ImageList in a form (with Visual Studio), and add some
images to it the images will be embedded in the resx-file. Could I link to the image files instead? Embedding files makes it harder to update the resources sense I must add the images again. If I could "link" to which files to use it would be easier. PEK |
|
|
|
#2 |
|
Guest
Posts: n/a
|
You can build the imagelist runtime using the method ImageList.Images.Add.
That way you can add bitmaps created from files. HTH, Jakob. -- http://www.dotninjas.dk http://www.powerbytes.dk "pekspro@home.se" wrote: > If I create an ImageList in a form (with Visual Studio), and add some > images to it the images will be embedded in the resx-file. Could I link > to the image files instead? Embedding files makes it harder to update > the resources sense I must add the images again. If I could "link" to > which files to use it would be easier. > > PEK > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

