Groups | Blog | Home
all groups > c# > april 2004 >

c# : Visual C# Windows Form Background


David
4/16/2004 10:56:42 PM
Hi,

I want to scale an image in the background of a visual c# form. There isn't
an option in the parameter list and I wondered if there is a straightforward
way of doing it?

Thanks

William Ryan eMVP
4/17/2004 12:51:28 AM
Drag a PictureBox on the form, set it's docking to Full and set your image.
You can set the .SizeMode property to one of the enumerated values, and
guessing from what you are asking I think you'll want AutoSize.

HTH,

Bill
[quoted text, click to view]

AddThis Social Bookmark Button