This is the code for you to assign background in the designer:
internal static Bitmap email_bg
{
get
{
return (Bitmap)RuntimeHelpers.GetObjectValue(AutoOffers.My.Resources.Resources.ResourceManager.GetObject("email_bg", AutoOffers.Resources.resourceCulture));
}
}
Since otherwise I can only put color background xd.
I get the following error:
'Resources.resourceCulture' is not accessible due to its level of protection
I need to put something in the bitmap because otherwise the value is null then it does not show me the background ..