G
Guest
I want to add images to my project,but it seems very complicated to me
in VB6 it was very easy,but now..
I wanted to create something like Windows XP baloons,you know,something like a tool tip which usually appears on bottom-right side of screen when anything happens-for example when a new hardware is found
I created a class library project,added a form and changed it's appearance,I added a label control and set its Image property to point to an icon and built the project.no errors occured
when I try to use this component in another project,an error like "Missing resource manifest" occurs
I even tried it with an ImageList control,but the same error happened
Generally,I need some information about adding images to resource files,the same thing that could be done in VB6 using its resource editor
Thanx in advance,Ehsan.
in VB6 it was very easy,but now..
I wanted to create something like Windows XP baloons,you know,something like a tool tip which usually appears on bottom-right side of screen when anything happens-for example when a new hardware is found
I created a class library project,added a form and changed it's appearance,I added a label control and set its Image property to point to an icon and built the project.no errors occured
when I try to use this component in another project,an error like "Missing resource manifest" occurs
I even tried it with an ImageList control,but the same error happened
Generally,I need some information about adding images to resource files,the same thing that could be done in VB6 using its resource editor
Thanx in advance,Ehsan.