Total Commander Forum Index Total Commander
Форум поддержки пользователей Total Commander
Сайты: Все о Total Commander | Totalcmd.net | Ghisler.com | RU.TCKB
 
 RulesRules   SearchSearch   FAQFAQ   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Single Post  Topic: Активация окна Total Commander движением мыши 
Author Message
Flasher



PostPosted: Thu May 27, 2010 21:07    Post subject: Reply with quote

Нужна подсказка в модификации скрипта для скрытия панели задач при переводе фокуса курсора с области, где располагается панель задач, т.е. скрытие организовать аналогично системному. Добавляю к скрипту
Code:

    If ($mpos[0] <= @DesktopWidth - 0) And ($mpos[1] < @DesktopHeight - 28) Then
        $list = WinSetState("[CLASS:Shell_TrayWnd]", "", @SW_HIDE)
        If $list[1][1] > 0 Then WinHide ($list[0][0])
    EndIf
Понятно, что неправильно.)
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group