|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function SetBackPictureFromFile (
strPathname as String,
nMode as enumBitmapModes
) as enumErrorCodes
|
|
[C#]
public enumErrorCodes SetBackPictureFromFile (
string strPathname,
enumBitmapModes nMode
);
|
|
[C++]
public: enumErrorCodes SetBackPictureFromFile (
string strPathname,
enumBitmapModes nMode
);
|
|
Parameter
|
Description
| |||||||||||||||
|
|
| |||||||||||||||
|
strPathname
|
Absolute pathname of the BMP file to load.
| |||||||||||||||
|
nMode
|
Bitmap mode.
Supported values are the following:
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The method call was successful.
|