Bryan
Well-known member
What is the VB.NET equivilant to App.Path in VB6?
Private Function AppPath() As String
Return IO.Path.GetDirectoryName(Application.ExecutablePath) & "\"
End Function
Originally posted by divil
They dont use legacy code, rather, they offer methods of doing things syntactically similar to the older VB6 ways. The namespace is only there to help the VB6 Project Upgrade Wizard upgrade those old projects without changing too much code.
DONT USE THEM!![]()