Custom Query (3926 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (382 - 384 of 3926)

Ticket Resolution Summary Owner Reporter
#854 Fixed InetGetSize psandu.ro
Description

#include <Inet.au3> $a = InetGetSize("http://address/version.dat") If $a > 0 Then

_INetGetSource('www.google.com') $b = InetGetSize("http://" & $user & ":" & $pass & "@address/download/fis.upd" MsgBox(262144, 'Size:', $b)

EndIf

-without _INetGetSource('www.google.com')

always $b=0

why? pls help thanks.

#101 Fixed _ScreenCapture_Capture: Cursor is not on the right position Gary progandy
Description

If you make a Screenshot and the upper left corner is not 0,0 the cursor has a wrong position. To fix it, line 77 in ScreenCapture.au3 has to be changed to

_WinAPI_DrawIcon($hCDC, $aCursor[3] - $aIcon[2] - $iLeft, $aCursor[4] - $aIcon[3] - $iTop, $hIcon)
#1808 Works For Me OS Crash while executing.. prakharpd@…
Description
UDPStartup()
$Sock=UDPBind(@IPAddress1,80)
Local $buf
For $i=1 to 1024*1024*1
	'''$buf &="A"'''
Next
'''ConsoleWrite($buf)'''

Windows XP SP3 (x86) with 1GB RAM, first hangs and then crashes after writing the data in variable $buf to Console via ConsoleWrite()

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