Modify ↓
Opened 16 years ago
Closed 16 years ago
#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)
Note:
See TracTickets
for help on using tickets.

Closing as duplicate of #1248.