Results 1 to 5 of 5

Thread: Open files binary (solved) and sending it.. then writting it again (PROBLEM)

Threaded View

  1. #1

    Thread Starter
    Frenzied Member Ultimasnake's Avatar
    Join Date
    Feb 2002
    Location
    Amsterdam, holland
    Posts
    1,172

    Open files binary (solved) and sending it.. then writting it again (PROBLEM)

    VB Code:
    1. Open App.Path & "\temp.bmp" For Binary Access Read As #iHandle
    2.  Do Until EOF(iHandle)
    3.   Get #iHandle, , a$
    4.    packets = packets + 1
    5.    DoEvents
    6.  Loop
    7. Close #iHandle

    what am i doing wrong? it seems to be stuck ina loop (the packets thing is just a test)
    Last edited by Ultimasnake; Apr 23rd, 2003 at 07:43 AM.
    For my PC and MS Smartphone 2003 software visit
    http://www.ultimasoftware.nl

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width