AutoHotkey Community

It is currently May 26th, 2012, 1:53 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: June 8th, 2005, 6:10 pm 
Offline

Joined: May 13th, 2005, 7:43 pm
Posts: 188
Location: The Desert Southwest
Here's a snippet which seeks to change text on the banner just above the listbox on OE 6.0:

Code:
Start:

ControlSetText, FolderBar Window1, Some Text, Outlook Express

Goto, Start


...but is a complete bust.

Oddly enough,

Code:
Control, Hide, , FolderBar Window1, Outlook Express


works just fine on this control -- the banner disappears.

:?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 8th, 2005, 6:36 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
All ControlSetText does is send a WM_SETTEXT message to the control. This control might be a custom control that ignores the message.

I wish there were a way to take full control over these stubborn control types.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 8th, 2005, 6:41 pm 
Offline

Joined: May 13th, 2005, 7:43 pm
Posts: 188
Location: The Desert Southwest
Thanks, Chris.

Well, I guess I'll look for some other way to markup Outlook 8)

Have a great day.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 6 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group