mirror of
https://github.com/janbodnar/Windows-API-examples.git
synced 2026-08-07 18:34:45 -04:00
Update static_image.c
This commit is contained in:
parent
2735c34059
commit
8338cae41e
@ -41,7 +41,7 @@ LRESULT CALLBACK WndProc(HWND hwnd, UINT msg,
|
|||||||
case WM_CREATE:
|
case WM_CREATE:
|
||||||
|
|
||||||
LoadMyImage();
|
LoadMyImage();
|
||||||
hsti = CreateWindowW(L"static", L"",
|
hsti = CreateWindowW(L"Static", L"",
|
||||||
WS_CHILD | WS_VISIBLE | SS_BITMAP,
|
WS_CHILD | WS_VISIBLE | SS_BITMAP,
|
||||||
5, 5, 300, 300, hwnd, (HMENU) 1, NULL, NULL);
|
5, 5, 300, 300, hwnd, (HMENU) 1, NULL, NULL);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user