Home > Net > All winform project image resources as a class library, and then let the other library reference, th
All winform project image resources as a class library, and then let the other library reference, th
Time:12-10
1, when a library name ImgRescources, stored inside are image files, and image files are as the resources of the library 2, win1, win2 win3 is actually win procedures, now win1, win2, win3 reference the ImgRescources this library, but when the screen designer to choose No ImgRescources resources inside, what method can be implemented? Or do you have any other plan, can be packaged image resources and let the other project reference?
CodePudding user response:
Work, although the designer can not directly select the images, but does not affect the actual use, a handwritten.
If there is a String is the need to share, then suggest the Image and the String can be divided into two Project, to generate the Assembly of two independent. Can be used for multiple projects.