Bonjour,
j'ai un problème quand j'utilise la fonction shellexecute, je voudrais éditer des fichiers .ini avec différents éditeur de texte (ex : ultraedit, wordpad, notepad, notepad++...)
j'utlise la commande quand j'ai un événement sur le bouton:
ShellExecute(Dlg, "C:\Program Files\Windows NT\Accessories\Wordpad.exe" "%1","C:\configs\DME\glflux.ini", NULL,"",SW_SHOWNORMAL);
Et pourtant rien ne se produit.
Pourtant, j'arrive à éditer un texte quand j'utilise
WinExec(notepad.exe C:\configs\DME\glflux.ini, SW_SHOW);
Merci si vous pouvez m'avancer.