Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by AxelS

  1. AxelS

    read binary file in vbs

    Hi John, Many Thanx for your efforts. I found an other solution for the problem. I convert the binary file in an hex file read this file with the first methode (openTextFile) and convert them in the Java App. back to a binary file. This is not the best solution but this will work fine. best...
  2. AxelS

    read binary file in vbs

    Hi, when I run this code I become back some strength values. e.g. if I opened a file with hex 0x00 0x03 0x05 0x07 .. I become back 0x3F 0x3F 0x3F 0x3F.. The goal is to read a binary file in a var and post the contents to a Java Applet. If I use the first methode and I read a binary file I...
  3. AxelS

    read binary file in vbs

    Hi John, Thanx for your response. I search for an other solution for that problem and found the following code , but with the same result .. don`t work . Have you an other possibility ?? To read binary files ? Function GetFile(FileName) Dim Stream: Set Stream =...
  4. AxelS

    read binary file in vbs

    Hi All, I have a problem in vbs to read a binary file. Have everybody a solution for that ? For Text files I have the following solution, but how does this work with binary files (images...) ?? if len (filename) > 0 then answer= MsgBox ("Do you want to send this file ? "&...

Part and Inventory Search

Back
Top