Custom Query (3933 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (244 - 246 of 3933)

Ticket Resolution Summary Owner Reporter
#347 Rejected Add _WinAPI_SetFilePointer Gary anonymous
Description

_WinAPI file-handling functions are very useful, but would be enhanced by including the SetFilePointer function. This would complete the functionality required to support random-access binary data files.

#868 Completed Add _WinAPI_SetLayeredWindowAttributes Jpm ProgAndy
Description

i think, _WinAPI_SetLayeredWindowAttributes and _WinAPI_GetLayeredWindowAttributes are useful functions to create layered windows, so they should be added to WinAPI.au3

#3131 Rejected Add a "safe" modifier to ReDim to preserve Dimensions minxomat
Description

This is a request for a modifying keyword (or alternatively an Opt flag) to warn the user when he tries to redim with different dimensions (trashing the old array). Example:

; (1) Runs and trashes old array:
Local $aTest[0][0]
ReDim $aTest[1]

; (2) Breaks with an error / warning:
Local $bTest[0][0]
ReDim Safe $bTest[1]
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.