Click to See Complete Forum and Search --> : set background image at run time?


dineshchirayil
April 30th, 2006, 01:17 PM
hi



i want to set background image at runtime,like form background image or panel back ground image...Actualy i want to make calss for screen .in that class i want to set background image,color of button,etc...



Thanks in advance



Dinesh

aniskhan
April 30th, 2006, 11:16 PM
simple
Me.BackgroundImage = Image.FromFile("c:/myimage.jpg")