Best 6 ~ 6 users ~ 6 comments
Ogni tanto a me servirebbe la funzione che esisteva nel vecchio VB6 di AppPath. L'ho banalmente ricreata anche in VB.NET
Private Function AppPath() as String
return System.Windows.Forms.Application.StartupPath
End function
Be the first to rate this post