This property refers to the types of errors that can occur when using the Thumbnail Control.
[Visual
Basic] thumbcontrolname.ErrorStatus
[ = Integer ]
[Visual C++] [
short =
]thumbcontrolname.GetErrorStatus()
Property Value
Value | Explanation |
---|---|
0 | No error has occurred |
1 | The process was canceled |
2 | An unspecified error has occurred |
3 | A memory error has occurred |
4 | This function is not supported |
5 | A value has an inproper setting |
6 | The file is incorrect or corrupted |
7 | The image is incorrect or corrupted |
9 | An error has occurred while drawing on or displaying an image |
10 | That image format is not supported |
11 | The order of execution is incorrect |
14 | The DLL is not loaded |
15 | Transmission error |
16 | The file can't be fined |
17 | The file is corrupted |
18 | Process has timed out and has been cancelled |
19 | Access denied. Incorrect username or password |
20 | The file can't be open |
21 | The file can't be created |
22 | Cannot write file |
23 | Cannot read file |
24 | There is no displayable image data |
Explanation
The ErrorStatus property refers to the types of errors that can occur when using the Thumbnail Control. The ErrorStatus property value can be retrieved after a Thumbnail Control method has been executed.
Setting this value
This value cannot be set.Retrieving this value
This value can be retrieved at run-time.