Application.ExecutablePath

cool8 Messages postés 4 Date d'inscription vendredi 10 janvier 2003 Statut Membre Dernière intervention 20 novembre 2005 - 20 nov. 2005 à 03:33
 Utilisateur anonyme - 17 déc. 2005 à 11:53
Bonjour,

Comment recuperer la propriete
Application.ExecutablePath
dans une application Pocket PC

Merci

1 réponse

Utilisateur anonyme
17 déc. 2005 à 11:53
alors en vb.net

dim chemin as string

chemin = IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase)

La variable chemin contiendra le chemin de l'executable

cau'X
0
Rejoignez-nous