Ein Icon im Notifikationsbereich anklicken und Menü bedienen

Moderator: MVogt

Post Reply
User avatar
Theo_Gottwald
Posts: 367
Joined: 03. Oct 2009, 08:57
Location: Herrenstr.11 * 76706 Dettenheim
Contact:

Ein Icon im Notifikationsbereich anklicken und Menü bedienen

Post by Theo_Gottwald » 16. Oct 2017, 09:17

Wer ganz hinten im Forum schaut findet den Post schon Mal von 2009.
Da hat sich ja nun einiges geändert und so habe ich das Gleiche Mal unter Windows 10
getestet und zeige wie das geht.

Wer Outlook oder ein anderes Programm aus dem Notfikationsbereich (rechts unten wo die Uhr ist)
aufrufen will, kann das so machen.

Code: Select all

' Outlook Icon im Notifikationsbereich anklicken und Menü bedienen
STW\shell_traywnd\notext|w285
GCW\1504\3\toolbarwindow32\*|w285
AFO\43\Outlook
MRI\
GTW\#32768\*
AFM\99\Outlook öffnen&&
MLI\
Das ist jetzt eher zur Bedienung von Tools im Notifikationsbereich.
Wenn man nur einfach ein Fenster holen will, das minimiert ist, geht das ja auch so:

Code: Select all

STW\rctrl_renwnd32\- microsoft outlook|w903
' Fenster Position und Größe
' SWP\ -> Set Windows Position and Size
SWP\4398,649|1725,963
oder so ...

Code: Select all

STW\rctrl_renwnd32\- microsoft outlook|w903
' WNO\ -> Window Normal
WNO\
Der Smart Package Robot verhält sich ein wenig anders.

Code: Select all

STW.ct|Shell_TrayWnd|{&NOTEXT:}
AGR.43!WII.MLI.|Microsoft Office Outlook||1|3|60
ENR.
Zwei Zeilen sind da auch schon genug um das Programm hervorzuholen.
OK eine Zeile reicht auch ...

Code: Select all

STW.ct|rctrl_renwnd32|- Microsoft Outlook
und wer dann das Fenster nicht genau oben links haben will kann hier dann auch das SWP. nehmen.

Code: Select all

SWP.4398,649|1725,963|T
Wer aber mal sehen will wie man mit dem SPR nun Menüs in der Traybar anspricht, das geht so:

Code: Select all

STW.ct|Shell_TrayWnd|{&NOTEXT:}
SCW.nict|1|303|TrayNotifyWnd|{&NOTEXT:}
AGR.43|Microsoft Office Outlook||1|3|60
MLI.
STW.Ac|#32768
AGR.12|öffnen||1|3|60
MDI.
ENR.
Zum Abschluß noch ein Trick wie man herausbekommen kann, welche EXE-Datei hinter einem Traybar-Icon steckt.

Code: Select all

STW.ct|Shell_TrayWnd|{&NOTEXT:}
SCW.nict|1|303|TrayNotifyWnd|{&NOTEXT:}
AGR.43|Microsoft Office Outlook||1|3|60
MLI.
STW.Ac|#32768
' a - lokalisiertes Fenster, f - Dateipfad
GDF.af|$$TXT
' Zeigt den kompletten Pfad zur Outlook.exe an.
MBX.$$TXT
ENR.

Post Reply

Return to “Package Robot”

Who is online

Users browsing this forum: No registered users and 7 guests