Modify ↓
#1261 closed Bug (Duplicate)
IsHWnd() returns TRUE for some values
| Reported by: | Yashied | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.1.4 | Severity: | None |
| Keywords: | IsHWnd | Cc: |
Description
IsHWnd() returns TRUE for some integer values (20, 22, 24, 26 for me) that may conflict with IDs in many native AutoIt UDF.
For $i = 1 To 50
ConsoleWrite(IsHWnd($i))
Next
ConsoleWrite(@CR)
Attachments (0)
Change History (1)
comment:1 by , on Nov 1, 2009 at 12:38:02 AM
| Resolution: | → Duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Closing as duplicate of #1248.