just sugesstion, dont ever made permanent path, example C:\data\
make like this
Dim strPathDB As String
strPathDB = App.Path
If Right$(strPathDB, 1) <> "\" Then strPathDB = strPathDB & "\"
strPathDB = strPathDB & "\sampledatabase.mdb"
much be better
EQ
-----Original Message-----
From: [email protected]
[mailto:[email protected]]on Behalf Of yana
Sent: Sunday, October 18, 2009 7:45 PM
To: [email protected]
Subject: [Programmer-VB] create exe for vb6 program
hi all! i need ur help in creating exe for vb6 project. I'm using
Microsoft Visual Basic. I'm trying to create exe using tab 'File' and choose
'Make ..exe'. But got problem when i only copy that exe, and paste in the
outside the project path. The error means that it cannot find the correct
path. can u told me the step in creating the exe for vb6 project?Thank you..