|
-
May 28th, 2002, 08:31 PM
#1
-
May 28th, 2002, 08:33 PM
#2
Hyperactive Member
Can you give more information on the files you are moving? Are you moving ALL the files or just some of them?
We don't know what's wrong. . . So the best bet might be to remove something surgically.
-
May 28th, 2002, 08:35 PM
#3
Guess:
Do u have a line of code specific to a File Path?
ie Open "C:\MyOldFolder\Data\myfile.txt"...
If so, use:
VB Code:
Open App.Path & "\myfile.txt"........ 'Dosn't matter where u move ur app to then!
-
May 28th, 2002, 08:42 PM
#4
i moved the files Myfile.vbp , A.frm and B.frm >> Blinky Bill
Yap i have something like dat its :
Open App.Path & "\Folder\" & selected2 For Input As #1
selected2 is a file selected from a listBox >> Bruce Fox
-
May 28th, 2002, 08:43 PM
#5
Hyperactive Member
did you move the a.frx and b.frx files as well?
We don't know what's wrong. . . So the best bet might be to remove something surgically.
-
May 28th, 2002, 08:46 PM
#6
Nope i didnt move the a.frx files
'll try moving them 2gether and see if the errors still occur >> Blinky Bill
-
May 28th, 2002, 08:49 PM
#7
YEAH THE ERROR DIDNT COME OUT AFTER I MOVED ALL THE FILES !!!!
Thanxx Blinky Bill
-
May 28th, 2002, 08:55 PM
#8
Hyperactive Member
We don't know what's wrong. . . So the best bet might be to remove something surgically.
-
May 28th, 2002, 08:57 PM
#9
-
May 28th, 2002, 09:11 PM
#10
Hyperactive Member
did you include the 'folder' directory on the cd?
We don't know what's wrong. . . So the best bet might be to remove something surgically.
-
May 28th, 2002, 09:15 PM
#11
Wat do u mean by 'folder' directory on the cd ???
i burn all the files i needed into the cd but the error kept occuring
-
May 28th, 2002, 09:32 PM
#12
Actually i also receive this error :
Run-Time error '52'
Bad file name or number
-
May 28th, 2002, 10:10 PM
#13
Hello ???
Can anyone help mi with this error ???
I made the Myfile.vbp into MyFile.exe and burn the MyFile.exe into a cd together with the file AutoRun.inf ...
The autorun.inf contains :
[autorun]
open=MyFile.exe
After burning i tested the cd on another Computer and the cd can autorun and it will automatically execute the MyFile.exe ... BUT when i click on the buttons in another error occured ...
Run-Time error '75'
Path/File access error
Actually i also receive this error :
Run-Time error '52'
Bad file name or number
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
|