Delete a bitmap from a control
In the Properties window:
- Highlight the value of the Picture property (the word "bitmap").
- Press DELETE.
Or, in code:
- Enter the following statement: Object.Picture = LoadPicture("")
In the Properties window:
Or, in code: