VB Code:
Open App.Path & "\temp.bmp" For Binary Access Read As #iHandle Do Until EOF(iHandle) Get #iHandle, , a$ packets = packets + 1 DoEvents Loop Close #iHandle
what am i doing wrong? it seems to be stuck ina loop (the packets thing is just a test)
