Helen1greece
Technical User
I tried to open an executable file with windows notepad.Then I copied and pasted the letters which where in the notepad after opening the file in a textbox on a project in Visual Basic.Then with a command button I did this...
Open "C:\something.exe" For Output As #1
Print #1, Text1.Text
Close #1
Then I executed the created file and it doesn't work.Why is it doing that?Is there a way to make it work?
Open "C:\something.exe" For Output As #1
Print #1, Text1.Text
Close #1
Then I executed the created file and it doesn't work.Why is it doing that?Is there a way to make it work?