Dmitry Timoshkov (@dmitry) commented about programs/wordpad/wordpad.c:
HWND hEditorWnd = GetDlgItem(hMainWnd, IDC_EDITOR); set_bar_states();
- ShowWindow(hEditorWnd, TRUE);
- ShowWindow(hEditorWnd, SW_HIDE);
In other places ShowWindow(TRUE) is replaced by ShowWindow(SW_SHOW), is there anything special about this place?