- Home
·
- Miscellaneous
·
- This simple code just allows you to create anyfile practically anywhere.
This simple code just allows you to create anyfile practically anywhere.
This simple code just allows you to create anyfile practically anywhere.
API Declarations
'Makes life easier.
Rate This simple code just allows you to create anyfile practically anywhere.
(1(1 Vote))
Private Sub Command1_Click
Open "C:\Windows\Desktop\Test123.ocx" For Binary Access Write As #1
Close #1
End Sub
'Where you see C:\Windows\ blah blah blah. You can put anything there.
'Enjoy .
This simple code just allows you to create anyfile practically anywhere. Comments
No comments yet — be the first to post one!
Post a Comment