Modify ↓
Opened 12 years ago
Closed 8 years ago
#2806 closed Bug (Fixed)
GUICtrlCreateIcon an blank Icon
| Reported by: | Tweaky | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.15.1 | Component: | AutoIt |
| Version: | 3.3.12.0 | Severity: | None |
| Keywords: | Cc: |
Description
If you set a blank icon and wants to identify with GUIGetCursorInfo its ID, this is not working.
You have to instead of
GUICtrlCreateIcon("", 0, ...
GUICtrlCreateIcon(@SystemDir & "\shell32.dll", -50, ...
use
This should be noted in the remarks of the help file
Attachments (0)
Change History (3)
comment:1 by , 12 years ago
| Component: | Documentation → AutoIt |
|---|
comment:2 by , 12 years ago
comment:3 by , 8 years ago
| Milestone: | → 3.3.15.1 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [12002] in version: 3.3.15.1
Note:
See TracTickets
for help on using tickets.

Don't think it's a bug ore some because GUICtrlCreateIcon("", 0, ... does not add an icon but adds nothing as GUICtrlCreateIcon(@SystemDir & "\shell32.dll", -50, ... shows an emtpy icon same as <ALT><255>
Best regards,
Emiel