C++ : comment lancer un fichier htm dans exe
Fermé
Doo
-
13 avril 2005 à 20:12
gwenm Messages postés 594 Date d'inscription lundi 6 octobre 2008 Statut Membre Dernière intervention 17 mai 2024 - 16 août 2013 à 16:11
gwenm Messages postés 594 Date d'inscription lundi 6 octobre 2008 Statut Membre Dernière intervention 17 mai 2024 - 16 août 2013 à 16:11
2 réponses
C'est bon, j'ai trouvé !
merci quand-même.
Voilà la réponse si jamais
#include <windows.h>
int main()
{
ShellExecute(NULL, NULL, "CD_index.htm", NULL, "interactif", SW_SHOWNORMAL);
return 0;
}
A+
merci quand-même.
Voilà la réponse si jamais
#include <windows.h>
int main()
{
ShellExecute(NULL, NULL, "CD_index.htm", NULL, "interactif", SW_SHOWNORMAL);
return 0;
}
A+
16 août 2013 à 16:11