| View previous topic :: View next topic |
| Author |
Message |
TeknoMusicMan
Joined: 14 Apr 2005 Posts: 188 Location: Wisconsin, USA
|
Posted: Thu Apr 14, 2005 1:42 pm Post subject: Outlook Express 6's lack of WinMenuSelectItem |
|
|
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  |
|
| Back to top |
|
 |
TeknoMusicMan
Joined: 14 Apr 2005 Posts: 188 Location: Wisconsin, USA
|
Posted: Thu Apr 14, 2005 8:00 pm Post subject: |
|
|
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  |
|
| Back to top |
|
 |
brajda
Joined: 02 May 2005 Posts: 4
|
Posted: Tue May 03, 2005 8:55 am Post subject: PostMessage Tutorial |
|
|
Hi TeknoMusicMan
Have you already checked out this PostMessage Tutorial ?
It explains how to use WinSpy and all... |
|
| Back to top |
|
 |
|