Helen1greece
Technical User
I'm trying to find out a way to create a file using its binary text. For example if I have an executable file called "sth.exe", I opened it with MS-DOS Edit and I copied and pasted it in a TextBox in my program. Then I use this source code.
Open "c:\blahblah.exe" For Binary As #1
Put #1,, Text1.Text
Close #1
Is there a way to do something like that? Can anybody give me an example code in order to accomplish that?
Open "c:\blahblah.exe" For Binary As #1
Put #1,, Text1.Text
Close #1
Is there a way to do something like that? Can anybody give me an example code in order to accomplish that?