Gering Napisano Grudzień 29, 2018 Autor Zgłoś Napisano Grudzień 29, 2018 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ą Cytuj
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.