Windows Develop Bookmark and Share   
 index > Windows Forms Designer > How can I add backgroundimage in Designer Form(DesignSurface)??
 

How can I add backgroundimage in Designer Form(DesignSurface)??

Hallo,i make the Designer Form from the source code
http://msdn.microsoft.com/de-de/magazine/cc163634(en-us).aspx

The form or the other controls with local resource as properties, for example a local picture as background for the form,occurs the fehler in runtime.It can be saved as XML file but can't run with any local resource as properties.Does anybody know the reason and the solution to solve this problem??
Sorry for my pure English!

Thanks
bell2256@ Thursday, November 13, 2008 1:29 PM

bell2256�wrote:
Hallo,i make the Designer Form from the source code
http://msdn.microsoft.com/de-de/magazine/cc163634(en-us).aspx

The form or the other controls with local resource as properties, for example a local picture as background for the form,occurs the fehler in runtime.It can be saved as XML file but can't run with any local resource as properties.Does anybody know the reason and the solution to solve this problem??
Sorry for my pure English!

Thanks

I am not sure what you need. You can set the background of the form with a local pic in design time by set its perperty in PropertyGrid. This is just a sample, not a designer.

JackFans  Tuesday, November 18, 2008 9:45 AM
Hallo,JackFans,
i didn't mean the designtime of VS.I know set a pic to the form in VS is simply.
My problem is so,my project is making a designer form and this designer form just like VS with some easy funktions.
it has also designtime and runtime,which in designtime i can put the controls in the form.Now it can't be working with IResouceservice.......just so.I hope,that now you unterstood my problemSmile
bell2256@ Tuesday, November 18, 2008 2:23 PM

You can use google to search for other answers

Custom Search

More Threads

• Keys Property
• Formdesigner doesn't display controls
• Tree View User Control Help...
• How to disable the box in upper left hand corner of a window
• Context menu sub menu appears on the top of the screen
• Resource browsing for an image
• My Class shows the class name as text not the text i give it
• Auto change parent in design-time
• Import 16x16 bmp & use as an icon for forms
• Adding custom designerverb (combobox)