Loads a background image from a file.
SyntaxVB6
Copy Code
|
|---|
Public Sub LoadPicture( _ |
C++
Copy Code
|
|---|
public: |
RemarksLoads a background image from a file. The file format can be any of OleLoadPicture supported image formats. You can also use the Picture property to set the background image.
See Also