VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This simple code just allows you to create anyfile practically anywhere.

by Mr.Frost (1 Submission)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 19th October 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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.




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 .

Download this snippet    Add to My Saved Code

This simple code just allows you to create anyfile practically anywhere. Comments

No comments have been posted about This simple code just allows you to create anyfile practically anywhere.. Why not be the first to post a comment about This simple code just allows you to create anyfile practically anywhere..

Post your comment

Subject:
Message:
0/1000 characters