LoadResConstants
Resource-type values for the Format argument of the LoadResPicture function.
| Constant | Value | Description |
|---|---|---|
| vbResBitmap | 0 | Load a bitmap resource. |
| vbResIcon | 1 | Load an icon resource. |
| vbResCursor | 2 | Load a cursor resource. |
| vbResBitmapFromIcon | 3 | Load an icon resource and convert it to a bitmap. (twinBASIC addition.) |