holtgrewe
11-01-2008, 03:13 PM
This is the code I am using to set the Application Title.
appHdl = Application.GetWndHandle()
Window.SetText(appHdl, "New Application Title")
It changes back to the original title when I Page.Jump()...
Am I missing something or shouldn't the Application window title remained changed...?
appHdl = Application.GetWndHandle()
Window.SetText(appHdl, "New Application Title")
It changes back to the original title when I Page.Jump()...
Am I missing something or shouldn't the Application window title remained changed...?