Как перезагрузить Explorer?
01.01.2007
HWND hwndShell;
hwndShell = FindWindow ('Progman', NULL);
PostMessage (hwndShell, WM_QUIT, 0, 0L);
ShellExecute (0, 'open', 'Explorer', NULL, NULL, SW_SHOWNORMAL);
01.01.2007
HWND hwndShell;
hwndShell = FindWindow ('Progman', NULL);
PostMessage (hwndShell, WM_QUIT, 0, 0L);
ShellExecute (0, 'open', 'Explorer', NULL, NULL, SW_SHOWNORMAL);
|
Previous page:
Определение адреса во всех открытых Explorer |
Top: DRKB |
Next page: Реализация закладки свойств файла |