Custom Query (3927 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (403 - 405 of 3927)

Ticket Resolution Summary Owner Reporter
#1304 Fixed _GDIPlus_BitmapLockBits() input parameters are incorrect Valik QED
Description
#Include <GDIPlus.au3>
_GDIPlus_BitmapLockBits($hBitmap, $iLeft, $iTop, $iRight, $iBottom[, $iFlags = 1[, $iFormat = 0x00022009]])

According to the help file, $iRight and $iBottom refer to the lower right x,y coordinate of the rectangle to be locked.

This is incorrect. In practice $iRight is actually the WIDTH and $iBottom is actually the HEIGHT of the rectangle to be locked.

#1306 Fixed DriveGetSerial Docs can be misleading Valik GEOSoft
Description

This is not important at all because most of us know the answer but for new comers it might be benificial to add a remark in DriveGetSerial() that the returned value is actually the Volume ID and not the hardware serial number designated by the manufacturer.

#1310 Fixed TCPConnect Timeout Proggy
Description

I'd like the TCPconnect() function to have a parameter where you can specify the timeout before stopping the connection attempt.

The current TCPConnect function is as follows:

TCPConnect(IPAddr,port)

If IPAddr or port is unavailable/closed then the connection attempt only times out after 5-10 secs. What I want is the ability to set the timeout (in ms)

ex:

TCPConnect(IPAddr,port[,timeout])

Thanks Hawk

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.