[Visual Basic] Liens Relatifs
Résolu/Fermé
Utilisateur anonyme
-
Modifié par SaintGazatus le 6/02/2013 à 16:05
Utilisateur anonyme - 6 févr. 2013 à 16:05
Utilisateur anonyme - 6 févr. 2013 à 16:05
A voir également:
- [Visual Basic] Liens Relatifs
- Visual basic - Télécharger - Langages
- Microsoft 365 basic - Accueil - Microsoft Office
- Microsoft visual c++ runtime - Guide
- Visual petanque - Télécharger - Sport
- Visual paradigm - Télécharger - Gestion de données
1 réponse
Utilisateur anonyme
6 févr. 2013 à 16:05
6 févr. 2013 à 16:05
Dim CheminAppli As String 'on créer la variable pour accueillir le chemin absolu
CheminAppli = Application.StartupPath + "\index.html" 'on récupère et affecte le chemin à cette variable + le fichier html
System.Diagnostics.Process.Start("iexplore.exe", CheminAppli) 'on lance avec la variable
CheminAppli = Application.StartupPath + "\index.html" 'on récupère et affecte le chemin à cette variable + le fichier html
System.Diagnostics.Process.Start("iexplore.exe", CheminAppli) 'on lance avec la variable