
01-11-2003, 12:24 PM
|
|
Junior Contributor
|
|
Join Date: Mar 2002
Posts: 372
|
|
For your background question, use LoadPicture to set the background, e.g.:
Code:
Form1.Picture = LoadPicture("C:\image001.jpg")
For your last question, set the BorderStyle of the form to either Fixed Single or Fixed Dialog, depending on the type of form you need.
|
|