hi to all, i just want to know the equivalent of vb6 ap.path in vb.net,
i have vb.net application and ms acces, my problem is how can i get the
path of my database?
in vb6 isu app.path in order to find the location of my database on the disc,
just like:
strPath = app.path
if right(strpath, 1) > "\" then
strPath = strPath & "\EmployeeRec.mdb"
else
strPath = strPath & "EmployeeRec.mdb"
end if
how can i do this in vb.net?
app.path is not support in vb.net
if you have any idea pls reply to my post.
thnx
- Add new comment
- 70 views