| |
|
|
Bongbaer | Hello,
I have the following trouble: my new Program should with a Trayicon under right aufzurufen his. the functions too so far. the menu goes on and one can The suitable Options You can. If I though the menu ausversehen aufgekickt have, would like I gladly, that it itself after a conscience Time again closes or at klick on the desktop. Also can it partly his, that itself the Program at klick on the desktop opens. Why the blos. with the subesquent Procedure frag I the Icon ex:
proc Trayiconabfrage declare characters$,end%,mouse%,counter%,doppelklick%
sleep(20) if TaskBarNotification(1234) sleep(20) if mouse($1) let counter%=0 let doppelklick%=0 sleep(100) while xor(neq(counter%,GetDoubleClickTime()),doppelklick%) sleep(100) let counter%=add(counter%,100) case mouse($1) : let doppelklick%=1 wend case doppelklick%:let Fensterauf%=1 elseif mouse($2) let appendmenü%=1 endif let end%=1 endif endproc
thanks for Help |
|
|
| |
|
|