Adding Background to the whole Form
-
Hello!!! I would like to know how I can add background to the whole Form, while the background file is a smaller than the Form size. I don't want to create a large background which is .bmp file, but JPEG or GIF. Thank you !!!! Ahuva
Just set the Picture property of the form. -- David Wengier Sonork ID: 100.14177 - Ch00k
-
Hello!!! I would like to know how I can add background to the whole Form, while the background file is a smaller than the Form size. I don't want to create a large background which is .bmp file, but JPEG or GIF. Thank you !!!! Ahuva
Make a .JPEG that's the same size as your form and set it as the Picture property on your form... like David said ;)
First Programmer: "How many bits are in a bite?" Second Programmer: "You spelled bytes wrong." First Programmer: *stares* "It's a joke, moron." Second Programmer: "Joke...?"