I know this might sound silly but I don't know how to retrieve my files that I saved on disk??
I'm a MICKEY FAN
here you go: Code: 'to save text1 Open c:\wazup.dat for output as #1 Print #1, text1.text Close #1 Code: 'to retreive file contains into text 2 Dim strText as string Open c:\wazup.dat for input as #2 Input #2, strText Close #2 text2.text = strText
'to save text1 Open c:\wazup.dat for output as #1 Print #1, text1.text Close #1
'to retreive file contains into text 2 Dim strText as string Open c:\wazup.dat for input as #2 Input #2, strText Close #2 text2.text = strText
NXSupport - Your one-stop source for computer help
Start/Find/Find Files or Folders... Enter in the most recognizable part of the name for the file you saved to disk and wait for it to be listed. Note the directory then use Windows Explorer to go there.
ohhh... if thats what you want I'm assuming that you want to locate your source files on my computer that has VB6 its located: C:\Program Files\Microsoft Visual Studio\VB98\
Forum Rules