AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Outlook Express 6's lack of WinMenuSelectItem

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
TeknoMusicMan



Joined: 14 Apr 2005
Posts: 188
Location: Wisconsin, USA

PostPosted: Thu Apr 14, 2005 1:42 pm    Post subject: Outlook Express 6's lack of WinMenuSelectItem Reply with quote

I'm here at work and over the last couple days I've been writing a script to automate changing settings for the less then computer literate people that work here.

I want to try to avoid using MouseClick's because, well I guess because its just my perogative.

After about 5 minutes of "Why the hell won't this work" I opened up the window spy and realized that Outlook Express 6 is using a ToolbarWindow32 control for its "menu".

I'm wondering if anyone can point me to some PostMessage codes for controling said control.


In my search I came accross another PostMessage code i was looking for and it wasn't listed when i did a search for, it so here it is:

PostMessage, 0x1330, X,, SysTabControl321, WinTitle
0x1330 is TCM_SETCURFOCUS
Its for switching tabs on a window. and its better then TCM_SETCURSEL because it goes all the way of actually going to the tab instead of just highlighting the tab. Oh and remember kiddies computers start counting at 0 so tab1 isn't 1 it's 0 Wink
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
TeknoMusicMan



Joined: 14 Apr 2005
Posts: 188
Location: Wisconsin, USA

PostPosted: Thu Apr 14, 2005 8:00 pm    Post subject: Reply with quote

I Could also use some PostMessage Codes for SysListView32.

Chris, I know its on your ToDo list. But if anyone has some PostMessage codes for it I could use those in the interim.

Even better would be if anyone could tell me how i could "extract" those codes ie with a winspy tool or something. I have no clue where those magic hex numbers come from Razz
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
brajda



Joined: 02 May 2005
Posts: 4

PostPosted: Tue May 03, 2005 8:55 am    Post subject: PostMessage Tutorial Reply with quote

Hi TeknoMusicMan

Have you already checked out this PostMessage Tutorial ?
It explains how to use WinSpy and all...
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group