Skocz do zawartości

Recommended Posts

Napisano

Pisze [
color=green]case WM_CREATE:
{
HWND Scan;

Jenny = ((LPCREATESTRUCT) lParam)->hInstance ;
Scan = CreateWindow("button", "Scan", WS_CHILD | WS_VISIBLE , 10,10,40,18,OknoJenny, (HMENU)100,Jenny, NULL);
CreateWindow("button", "Stop", WS_CHILD | WS_VISIBLE , 10,28,40,18,OknoJenny, (HMENU)101,Jenny, NULL);
CreateWindow ("LISTBOX", NULL, WS_CHILD | WS_VISIBLE | WS_BORDER | LBS_SORT, 70,10, 400, 200, OknoJenny, (HMENU) 123, (HINSTANCE) GetWindowLong (OknoJenny, GWL_HINSTANCE), NULL) ;
SendMessage(Scan,WM_SETFONT,GetStockObject(DEFAULT_GUI_FONT ),1);

return 0;
}
break;[/color]

Piszę i błedy wyskakują

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...