Afficher la fenêtre About.

Afficher la fenêtre About.

ShellAbout

Voir version :

Pas de dépendances

Télécharger :

#include <windows.h>
#include <tchar.h>

int main(void)
{
    return ShellAbout(0, _T("Titre"), _T("Un message ...\nsur 2 lignes ..."), 0);
}




Commentaires

	Un programme très court pour afficher la fenêtre "about" qu'on trouve dans de nombreux programmes.

	Documentation de la fonction :
	https://msdn.microsoft.com/en-us/library/windows/desktop/bb762152(v=vs.85).aspx


	Merci à magma pour ce programme !
	https://openclassrooms.com/forum/sujet/fenetre-winapi?page=1#message-90097788