Posted: Sun Mar 22, 2009 3:37 am Post subject: [Problem] Vb6 Error.
So I'm working on a new program using Vb6, I finished it then ran it to test whether it was complete.
I thought all was good until i compiled it and tried to use it in Exe format.
Everytime i open the Exe it shows the Send error report, Which is weird since it runs fine in Vb6 run mode.
Anyone else ever had this and maybe know how to fix it?
My program is made up of two forms and two usercontrols. _________________
~What is a Juggalo?~
Raredaredevil = Respected
Add this to your sig if you agree.
I't sprobably something you are doing is dependant on files that are in the vb directory.
Are you using "file", instead of app.path & "file"?
Throw that exe in the vb6 directory and see how it does.
Yeah, Thats what i was guessing, I tried removing some of the work from it, But i guess i should just start over adding pieces of code one by one.
But i'll try that out first, And yes i use this in Form_Load()
Code:
If Dir(App.Path & "\Inject\Accounts.txt") <> "" Then
Call LoadListFromFile(App.Path & "\Inject\Accounts.txt", List2) 'Load Account list
Else
MsgBox "There are no Accounts to load, You need Accounts.txt file for this to work!", vbInformation, "No Accounts.txt!!"
End If
_________________
~What is a Juggalo?~
Raredaredevil = Respected
Add this to your sig if you agree.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum