|
|
|
DW ControlMenu Events
|
|||
|---|---|---|---|
|
#18+
Какие events вызываются при нажатии на кнопки DW ControlMenu, например [х]? ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 06.02.2006, 11:13 |
|
||
|
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 |
|
||
|
|

start [/forum/topic.php?fid=15&fpage=75&tid=1337918]: |
0ms |
get settings: |
8ms |
get forum list: |
18ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
28ms |
get topic data: |
11ms |
get forum data: |
3ms |
get page messages: |
40ms |
get tp. blocked users: |
1ms |
| others: | 217ms |
| total: | 332ms |

| 0 / 0 |
