picturebox resources options
-
when changing the Image property of a picturebox, the select resource dialogue is showing up with two options... local resource and project resource file. What is the difference? thank you
When you get mad...THINK twice that the only advice Tamimi - Code
-
when changing the Image property of a picturebox, the select resource dialogue is showing up with two options... local resource and project resource file. What is the difference? thank you
When you get mad...THINK twice that the only advice Tamimi - Code
-
Hi, Project resources are *shared* throughout all the classes in the project but local resources are stored in the current form's resx file so they are usable only through current form. Hope this helps, Mika
thank you.. but is there any relation between these options and the project distribution ??
When you get mad...THINK twice that the only advice Tamimi - Code
-
Hi, Project resources are *shared* throughout all the classes in the project but local resources are stored in the current form's resx file so they are usable only through current form. Hope this helps, Mika
-
You may want to look at this: http://msdn.microsoft.com/en-us/library/f45fce5x.aspx[^] Mika
thank you
When you get mad...THINK twice that the only advice Tamimi - Code
-
thank you
When you get mad...THINK twice that the only advice Tamimi - Code