je debute avec l'API et j'ai un ptit probleme:
je crée un control static text de la maniere suivante:
hwndCurrentValue = CreateWindow(TEXT("statictext" ), NULL, WS_CHILD | WS_VISIBLE,
0, 0, 20, 20,
hDlg, (HMENU) 501,
NULL, NULL);
et j'aimerais savoir comment je peux choisir le texte à afficher.
Merci.