Freeze
01-11-2003, 12:10 PM
i set picture: d01.jpg as background to my form..
i made a button:
private sub cmd_click()
Form1.Picture , ("C:\image001.jpg")
End Sub
to change the picture on_click
i know this code cant be very correct.. but how do i chage the background?
ah.. and how do i set the form, that the user cant modify the size of the form?
i made a button:
private sub cmd_click()
Form1.Picture , ("C:\image001.jpg")
End Sub
to change the picture on_click
i know this code cant be very correct.. but how do i chage the background?
ah.. and how do i set the form, that the user cant modify the size of the form?