Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (325 - 327 of 3901)

Ticket Resolution Summary Owner Reporter
#1860 Fixed DriveStatus Returns Ready with blank value Jon aef03 <autoit.forums@…>
Description

I am trying to do code similar to the below.

When the registry key does not exist, I get the status "READY" back.

If my combination of statements means this is not a bug, I would like to request that this report be changed to a feature request for the below to work properly.

If DriveStatus(Regread("HKLM\Software\ABC","DriveLetter")) = "READY" Then $ABCDriveAvailable = True

Thanks much.

#1870 Fixed @GUI_DRAGFILE Jon anonymous
Description

The @GUI_DRAGFILE seems to return an extra 2 bytes, assumably a @CRLF, when a file is dropped onto an Edit control, as opposed to the return string when dropped e.g. onto a button.

#1883 Fixed IsHWnd(), Return Value. (Nitpick: Value = Bool) Jon mvg
Description

IsHWnd() Return Value Success: Returns 1 if the expression is a pointer type AND a valid window handle. Failure: Returns 0 if expression is not a pointer OR not a valid window handle.

MsgBox(0,'MsgBox',IsHWnd('abc')) ;; False

(Other Is*() function all return 1/0 value types.)

Note: See TracQuery for help on using queries.