|
-
Nov 25th, 1999, 10:53 PM
#1
Thread Starter
Hyperactive Member
Ok, i am trying to make an Open dialog box to open a file.. and put it on to the form i have:
CommonDialog1.InitDir = App.Path & "\Blarb\"
CommonDialog1.filename = ""
CommonDialog1.Filter = "Blar (*.blah)|*.blah"
CommonDialog1.ShowOpen
And i can't figure out how to make it open the file that they have selected..
the File info has been saved as the following:
Text1.tag,Text1.caption,text1.value, text1.tooltiptext
then the text2.tag, Ect
And also..
how do u make a Button Copy ALL the text from text1.text???
Thanks
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
|