mirror of
https://github.com/janbodnar/Windows-API-examples.git
synced 2024-11-24 11:25:30 +00: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:
|
||||
|
||||
LoadMyImage();
|
||||
hsti = CreateWindowW(L"static", L"",
|
||||
hsti = CreateWindowW(L"Static", L"",
|
||||
WS_CHILD | WS_VISIBLE | SS_BITMAP,
|
||||
5, 5, 300, 300, hwnd, (HMENU) 1, NULL, NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user