Application.Name (gb)
Static Property Read Name As String
Retourne le nom de l'application comme définit dans le
dialog propriété de l'IDE pour le projet .
Exemples
DIM s AS String
s = Application.Name ' Retourne le nom de l'application
TextBox1.Text = s