We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2bcd6 commit 1bd3abfCopy full SHA for 1bd3abf
1 file changed
docs/Commands/LoadAndSetImage.md
@@ -1,14 +1,15 @@
1
-# PERemoveResource
+# LoadAndSetImage
2
3
Removes a resource added with [`PEAddResource`][PEAddResource].
4
5
## Parameters
6
7
- [/NOERRORS] restype resname reslang|ALL
+ [/EXERESOURCE] [/STRINGID] [/RESIZETOFIT[WIDTH|HEIGHT]] ctrl imagetype lrflags imageid [user_var(imagehandle)]
8
9
## Example
10
11
- PERemoveResource "#Icon" "#200" ALL
+ LoadAndSetImage /EXERESOURCE $hIconStatic 1 0 103
12
+ LoadAndSetImage /STRINGID /RESIZETOFITWIDTH $hBmpStatic 0 0x10 "$PluginsDir\myimg.bmp"
13
14
## History
15
0 commit comments