PDA

Click to See Complete Forum and Search --> : [RESOLVED] Outlook StatusBar


nastya
Dec 22nd, 2005, 01:08 AM
How can i get access to Outlooks StatusBar?

Thanks..
Anastasia

nastya
Dec 22nd, 2005, 01:32 AM
ok, found myself:
Changing the Status Bar
There is no way to change the status bar text in Microsoft Outlook. The status bar is not exposed as it is in other Microsoft Office object models.

RobDog888
Dec 22nd, 2005, 04:07 AM
You will need to use APIs to change the text of Outlooks statusbar. Look up the FindWindow, FindWindowEx, and SendMessage with the WM_SETTEXT constant. The class name of the statusbar for Outlook 2003 is "msctls_statusbar32" If you use MS Spy++ you can get the window structure so you will know how to drill down the window heiarchy.