Hey there, I used to program a lot in Visual Basic 6, got Visual Studio and wow there are a ton of changes, don't get me wrong I think most of the changes are great! but now I'm finding myself stuck at some points and with a lack of books available to me it's getting more and more difficult.
just one small thing that I used to do in VB was with opening files, i was able to call up my applications home directory making it easier to store files and keep everything in order
e.g.
open app.path & "\data\data.txt" for output as #1 << insert code here >> close #1
With the current changes I have no clue how to get that app.path function again please help
thanks
Visual Studio Express Editions31
|