Render.ru

Как скрыть Quick Access Toolbar?

Royal Ghost

Мастер
Рейтинг
229
#2
Код:
(
fn getIChwnd=
(
controlshwnds=windows.getChildrenHWND #max
out=for c in controlshwnds where c[4]=="HwndWrapper[3dsmax.exe;;910cee76-30df-4bc8-8985-60f04a22fc7f]" collect c
out   
)

mh=getIChwnd()

UIAccessor.CloseDialog mh[1][1]
)
 
Рейтинг
229
#6
Код:
(
fn getIChwnd=
(
controlshwnds=windows.getChildrenHWND #max
out=for c in controlshwnds where c[5]=="QATHwndSource" collect c
out 
)

mh=getIChwnd()

UIAccessor.CloseDialog mh[1][1]
)
попробуйте этот код...
 
Последнее редактирование:

frusty

Пользователь сайта
Рейтинг
4
#7
Код:
(
fn getIChwnd=
(
controlshwnds=windows.getChildrenHWND #max
out=for c in controlshwnds where c[5]=="QATHwndSource" collect c
out
)

mh=getIChwnd()

UIAccessor.CloseDialog mh[1][1]
)
попробуйте этот код...
Почти сработало - убралось все, кроме большой кнопки с иконкой макса
 
Сверху