Click here to Skip to main content
15,887,350 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Team,

I want to add an image as background to windows form. It is an windows apllication and Iam using C#.
Please guide me.

Thanks,
Royal
Posted
Comments
Sushil Mate 25-Oct-12 6:33am    
there is one property for form "BackgroundImage".

1 solution

There is a property called BackgroundImage. Look at MSDN for documentation:

http://msdn.microsoft.com/en-us/library/system.windows.forms.control.backgroundimage.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900