|
|
От: |
Valodzka
|
|
| Дата: | 21.06.05 18:07 | ||
| Оценка: | |||
LONG stylr = GetWindowLong(hwnd, GWL_STYLE);
SetWindowLong(hwnd, GWL_STYLE, WS_GROUP | WS_GROUP);LONG stylr = GetWindowLong(hwnd, GWL_STYLE);
SetWindowLong(hwnd, GWL_STYLE, WS_GROUP & ~WS_GROUP);