background pictures

P

pnp

Hi all,
I try to place a background image on a form and while it is compiled and
builded successfuly an error occurs at the run time:


An unhandled exception of type
'System.Resources.MissingManifestResourceException' occurred in mscorlib.dll

Additional information: Could not find any resources appropriate for the
specified culture (or the neutral culture) in the given assembly. Make sure
"Login.resources" was correctly embedded or linked into assembly
"MainFrame".
baseName: Login locationInfo: FE.MainFrame.Login resource file name:
Login.resources assembly: MainFrame, Version=1.0.1577.33148,
Culture=neutral, PublicKeyToken=null
 
P

pnp

Is there a way to load an Image in an assembly and use it at run time in
general?
Since the above seems to fail maybe something like that coul work...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top