| Author |
Message |
Topic: Detect Realplayer playstate or insure it's paused |
Visioneer
Replies: 2
Views: 326
|
Forum: General Chat Posted: Thu May 28, 2009 2:51 am Subject: Detect Realplayer playstate or insure it's paused |
Thanks for you response. However I think that sending a pause
message whether by sendmessage or sendPlay, or controlsend,
would only "TOGGLE" the pause/play state. I wanted to be able to
... |
Topic: Detect Realplayer playstate or insure it's paused |
Visioneer
Replies: 2
Views: 326
|
Forum: General Chat Posted: Wed May 27, 2009 6:00 am Subject: Detect Realplayer playstate or insure it's paused |
Hi,
Is there a way to get the playstate of Realplayer running locally
on a pc W98-XP-Vista?
I need to insure it is "paused", not playing, or stopped.
It is easy enough to toggle th ... |
Topic: Tips N Tricks |
Visioneer
Replies: 399
Views: 188632
|
Forum: Scripts & Functions Posted: Thu May 14, 2009 9:21 pm Subject: Tips N Tricks |
Great works SKAN,
This thread is so long that I fear that the very important:
How to Hook on to Shell to receive its messages is
lost in the sauce.
But anyway, could you add an experiment or t ... |
Topic: XP won't change font in EXTERNAL WINDOWS controls |
Visioneer
Replies: 13
Views: 1124
|
Forum: General Chat Posted: Tue Apr 28, 2009 8:34 am Subject: XP won't change font in EXTERNAL WINDOWS controls |
Sean, you are da man.
I wish I was 30 years younger though. I use ahk as it was a fairly
high level language. For the most part it is because of guys like
you who provide #Includes or almost read ... |
Topic: Vista, Windows 2000, Me, and NT users needed. |
Visioneer
Replies: 1
Views: 105
|
Forum: Ask for Help Posted: Tue Apr 28, 2009 7:17 am Subject: Vista, Windows 2000, Me, and NT users needed. |
Please check out this post and help us all out.
http://www.autohotkey.com/forum/viewtopic.php?p=265630#265630
Thanks |
Topic: XP won't change font in EXTERNAL WINDOWS controls |
Visioneer
Replies: 13
Views: 1124
|
Forum: General Chat Posted: Tue Apr 28, 2009 7:02 am Subject: XP won't change font in EXTERNAL WINDOWS controls |
Hi Sean,
Well thanks for comfirming my sanity anyway. I have been chasing
this problem for years, and totally for the past 2 weeks. I just wanted
to finish my help viewer for an enlarged font app ... |
Topic: XP won't change font in EXTERNAL WINDOWS controls |
Visioneer
Replies: 13
Views: 1124
|
Forum: General Chat Posted: Tue Apr 28, 2009 4:16 am Subject: XP won't change font in EXTERNAL WINDOWS controls |
Hi Sean,
I tried WM_GETFONT on my large font, and applied it to an ahk GUI
control ON XP, and it did the same
thing that happens on the problem I am reporting, it made the font
small and bold. Jus ... |
Topic: XP won't change font in EXTERNAL WINDOWS controls |
Visioneer
Replies: 13
Views: 1124
|
Forum: General Chat Posted: Tue Apr 28, 2009 3:26 am Subject: XP won't change font in EXTERNAL WINDOWS controls |
Thanks Sean,
Sorry if I don't get it yet. Could you please elaborate.
So are you saying I can use a simple CreateFont, and take the
hfont from it, and do something to it, to get it to work with ... |
Topic: Using WM_SETFONT - 0x30 on CHM help files in XP |
Visioneer
Replies: 7
Views: 605
|
Forum: Ask for Help Posted: Tue Apr 28, 2009 12:15 am Subject: Using WM_SETFONT - 0x30 on CHM help files in XP |
Thanks svi,
Neat method to quickly test external windows that have
this problem. Could you or someone please try it on
a Vista with a larger font size, say 37, on a chm help file
(ahk_class HH ... |
Topic: XP won't change font in EXTERNAL WINDOWS controls |
Visioneer
Replies: 13
Views: 1124
|
Forum: General Chat Posted: Mon Apr 27, 2009 9:14 pm Subject: XP won't change font in EXTERNAL WINDOWS controls |
Chris, could you please see if Vista works directly with WM_SETFONT
like W98 does.
For XP, do you think it will be possible to apply a font to an external
windows "memory addresses" ? W ... |
Topic: XP won't change font in EXTERNAL WINDOWS controls |
Visioneer
Replies: 13
Views: 1124
|
Forum: General Chat Posted: Mon Apr 27, 2009 4:27 pm Subject: XP won't change font in EXTERNAL WINDOWS controls |
Hey Chris,
You are on to something here. I compiled a chm file with a 30 font
in the SysTreeView321, and then used:
SendMessage, 0x31, 0, 0, SysTreeView321, ahk_class HH Parent
hFont = %Error ... |
Topic: XP won't change font in EXTERNAL WINDOWS controls |
Visioneer
Replies: 13
Views: 1124
|
Forum: General Chat Posted: Mon Apr 27, 2009 3:36 pm Subject: XP won't change font in EXTERNAL WINDOWS controls |
Hi Chris,
Would that be an XP only thing. It works in W98. Could you see if it
works in Vista?
Also, it is changing the font a little.
In XP "only" tooltip seems to accept font c ... |
Topic: XP won't change font in EXTERNAL WINDOWS controls |
Visioneer
Replies: 13
Views: 1124
|
Forum: General Chat Posted: Sun Apr 26, 2009 4:32 am Subject: XP won't change font in EXTERNAL WINDOWS controls |
Hi,
It seems that XP won't properly update fonts in
EXTERNAL WINDOWS controls using ahk.
I have used all sorts of ways to get a font handle
or create a font, [myhfont], and they all work on ... |
Topic: Extended Styles Listing |
Visioneer
Replies: 4
Views: 249
|
Forum: Ask for Help Posted: Fri Apr 24, 2009 8:44 pm Subject: Extended Styles Listing |
Thanks, I upgraded my ahk help and now I can find it in help.
I was not working with GUI, but external controls anyway.
The search tip with Google took me right there in top hit.
But MS of course d ... |
Topic: Extended Styles Listing |
Visioneer
Replies: 4
Views: 249
|
Forum: Ask for Help Posted: Wed Apr 22, 2009 8:25 am Subject: Extended Styles Listing |
| Sorry, I should have put the word Extended in big red letters. |
| |