|
-
Dec 19th, 2001, 07:59 AM
#1
Thread Starter
New Member
can you give an example ? i am not quite sure i understood it... and i am still open to any other suggestions...
-
Dec 19th, 2001, 08:15 AM
#2
Hyperactive Member
start a new project with a textbox on it
insert this code:
Private Sub Form_Load()
Text1.Text = Command
End Sub
and compile it
then in windows you need to create an associtaition for a filetype
eg. create a file called 'testfile.xyz' click on it and it will ask what program you wish to open it with..click other and find your program that you just compiled....make sure the always use this program for this filetype is checked...
now whenever you click on a file of type .xyz it will open your program and the name of the file will be in the text box
-
Dec 19th, 2001, 02:33 PM
#3
Thread Starter
New Member
thank you very much chrisa it really works )
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|