|
|
|
DW ControlMenu Events
|
|||
|---|---|---|---|
|
#18+
Какие events вызываются при нажатии на кнопки DW ControlMenu, например [х]? ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 06.02.2006, 11:13:24 |
|
||
|
DW ControlMenu Events
|
|||
|---|---|---|---|
|
#18+
Action with Max/Min/Close Buttons on a Sheet/DW Map this to the userevent: PBM_SYSCOMMAND IF commandtype = 61488 THEN // Maximize Button ..... END IF IF commandtype = 61472 THEN // Minimize button .... END IF IF commandtype = 61536 THEN // Close the Window .... END IF Пример: // Disable Max/Min/Close Buttons IF message.wordparm = 61488 THEN // Maximize Button message.processed = TRUE message.returnvalue = 1 END IF IF message.wordparm = 61472 THEN // Minimize button message.processed = TRUE message.returnvalue = 1 END IF IF message.wordparm = 61536 THEN // Close the Window message.processed = TRUE message.returnvalue = 1 END IF ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 06.02.2006, 14:13:00 |
|
||
|
|

start [/forum/topic.php?desktop=1&fid=15&tid=1337918]: |
0ms |
get settings: |
7ms |
get forum list: |
11ms |
check forum access: |
2ms |
check topic access: |
2ms |
track hit: |
50ms |
get topic data: |
8ms |
get forum data: |
2ms |
get page messages: |
27ms |
get tp. blocked users: |
1ms |
| others: | 240ms |
| total: | 350ms |

| 0 / 0 |
