Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Font edit box

0 views
Skip to first unread message

Fender6

unread,
Dec 27, 2009, 6:16:47 AM12/27/09
to
Bonjour,

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,

Christian ASTOR

unread,
Dec 27, 2009, 4:47:52 PM12/27/09
to
On 27 déc, 12:16, Fender6 <fender6.og...@gmail.com> wrote:

> Je cherche a savoir si il existe une fonction pour modifier la taille
> du texte d'une edit box.

En envoyant WM_SETFONT

0 new messages