Question:
If I apply a picture to a Form's Picture property, is there a way to
clear it out at design time? (Rather than by using LoadPicture "" at run
time in the Form_Load subroutine.)
Answer:
- Open the Properties window with F4.
- Highlight the word (Picture) in the Picture property
- Hit the "Delete" key...backspace won't work.
- The picture should change to (None).
This technique works for all Picture properties.