rino_2
Dec 11th, 1999, 10:33 PM
Hi,
I posted a question not too lng ago on opening an EXE file but know I know. What I want to know now is how to display it into a textbox? I use this code to open it:
Open "C:\Windows\Calc.exe" for Binary Access Write As #1
'What code do I use to display it in text1???
Close #1
Can somebody please help me???
Thanks
I posted a question not too lng ago on opening an EXE file but know I know. What I want to know now is how to display it into a textbox? I use this code to open it:
Open "C:\Windows\Calc.exe" for Binary Access Write As #1
'What code do I use to display it in text1???
Close #1
Can somebody please help me???
Thanks