Application.Name (gb)

Static Property Read Name As String

Retorna el nom de l'aplicació.

Examples

DIM s AS String

= Application.Name ' Retorna el nom de l'aplicació
TextBox1.Text = s