|
-
Jun 9th, 2013, 09:42 AM
#2
Re: about LoadImage(): what images files can read?
I believe PNG is supported only in icons, i.e., individual images in an icon compressed using the PNG format. The LoadImage's uType parameter clearly states that only the following image types are supported:
| Value |
Meaning |
IMAGE_BITMAP
0 |
Loads a bitmap. |
IMAGE_CURSOR
2 |
Loads a cursor. |
IMAGE_ICON
1 |
Loads an icon. |
On Local Error Resume Next: If Not Empty Is Nothing Then Do While Null: ReDim i(True To False) As Currency: Loop: Else Debug.Assert CCur(CLng(CInt(CBool(False Imp True Xor False Eqv True)))): Stop: On Local Error GoTo 0
Declare Sub CrashVB Lib "msvbvm60" (Optional DontPassMe As Any)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|