Je cherche a savoir si il existe une fonction pour modifier la taille
du texte d'une edit box.
Je la créé de cette façon :
<code type="c">
HWND edithWnd = CreateWindowEx(WS_EX_OVERLAPPEDWINDOW, "EDIT", "",
WS_VISIBLE|WS_CHILD|ES_AUTOHSCROLL|ES_NOHIDESEL,sudoku[1].x-8, 5, 38,
38, hwnd, NULL, instance, NULL);
</code>
Merci,
> Je cherche a savoir si il existe une fonction pour modifier la taille
> du texte d'une edit box.
En envoyant WM_SETFONT