Skocz do zawartości

nowa linia w "edit"


Kid

Recommended Posts

Mam okienko:

hSKomunikat = CreateWindow ("edit", "",ES_MULTILINE WS_VSCROLL WS_VISIBLE WS_CHILD WS_BORDER , 0, 0, width - 7, height - 345, hWinMain, NULL, hInst, NULL ); 

i dodaje text:

char cbufor[1000]; 
char text = "\n nowa linia" 
long int lWinText = GetWindowTextLength (hSKomunikat); 
char cBufor[lWinText + strlen (text)]; 
GetWindowText (hSKomunikat , cBufor, lWinText + 1); 
strcat (cBufor, text); 
SetWindowText (hwnd, cBufor); 

ale chcę żeby ten text był w nowej lini a dodanie "\n" wstawia mi pionową kreskę

jak to zrobić?

Link do komentarza
Udostępnij na innych stronach

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Gość
Odpowiedz...

×   Wkleiłeś zawartość bez formatowania.   Usuń formatowanie

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Utwórz nowe...