P
Parham
Hello All,
I have a solution with two projects: one MyProjectControls in C# and
another MyProject in VB.net.
I have some bitmaps that are Embeded in MyProjectControls project and
using them for my custom controls in MyProjectControls. The bitmaps are
in the "Image" folder of MyProjectControls.
I am using MyProjectControls custom controls in MyProject project.
I can get bitmaps with "Bitmap1.bmp" at design time but at runtime I
should use "MyProjectControls.Images.Bitmap1.bmp" istead of
"Bitmap1.bmp" ! Why?
I have not this problem in Full framework, Is this problem for CF?
In full framework I can get bitmaps at DesignTime and RunTime with same
name.
Thanks,
Parham
I have a solution with two projects: one MyProjectControls in C# and
another MyProject in VB.net.
I have some bitmaps that are Embeded in MyProjectControls project and
using them for my custom controls in MyProjectControls. The bitmaps are
in the "Image" folder of MyProjectControls.
I am using MyProjectControls custom controls in MyProject project.
I can get bitmaps with "Bitmap1.bmp" at design time but at runtime I
should use "MyProjectControls.Images.Bitmap1.bmp" istead of
"Bitmap1.bmp" ! Why?
I have not this problem in Full framework, Is this problem for CF?
In full framework I can get bitmaps at DesignTime and RunTime with same
name.
Thanks,
Parham