Micro Focus QTP (UFT) Forums
Click an item in the notification area to open. - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: Click an item in the notification area to open. (/Thread-Click-an-item-in-the-notification-area-to-open)



Click an item in the notification area to open. - pjavvaru - 04-05-2010

Hi all,

i placed this question before but i didnot get answers so i am writing it again.

I need to open Ms Office Communicator 2007 from the notification area.(system tray area)
When i click the MS Office communicator 2007 from the notification area,
A context menu appears which has sign in as, sign in, open and exit. I go to the open and click on it. Office Communicator opens up.( even double click works but i need X and Y so dont want to use it)

I tried recording, but nothing worked. The position of the communicator is not defined so how do i locate this object and click on it to open????

its important , please help.. its urgent tooooooo.


RE: Click an item in the notification area to open. - manishbhalshankar - 04-06-2010

Why dont you use
Code:
SystemUtil.Run "<application exe path>"
OR
Code:
Dim var
Set var = CreateObject("<appname>.Application")



RE: Click an item in the notification area to open. - pjavvaru - 04-06-2010

I did that

but it wont open up. All it does is it puts in the notification area.Anyhow Miland found a solution for me to open up the application from the notification area.

Many thanks to Miland.
If you also need solution for this check my other forum about Dblclick


RE: Click an item in the notification area to open. - Saket - 04-09-2010

link for the thread mentioned above
https://www.learnqtp.com/forums/Thread-dblclick-help