Show the About Windows.

Show the About Windows.

ShellAbout

See version :

Pas de dépendances

Download :

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

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




Explanations

	No explanations yet.