| Author |
Message |
Topic: What is best way for AHK to detect when PC is done booting? |
Ron1
Replies: 7
Views: 302
|
Forum: Ask for Help Posted: Tue Jul 22, 2008 1:12 pm Subject: What is best way for AHK to detect when PC is done booting? |
jaco0646,
I share your concern about wuauclt.exe not being generic enough (and also wmiprvse.exe). Also, they require a very long wait, indeed, which I am questioning as necessary. So I have sett ... |
Topic: What is best way for AHK to detect when PC is done booting? |
Ron1
Replies: 7
Views: 302
|
Forum: Ask for Help Posted: Mon Jul 21, 2008 5:41 pm Subject: What is best way for AHK to detect when PC is done booting? |
Thrillski,
I am intrigued by your suggestion of monitoring Start Right. I use a somewhat similar program called StartUp Cop Pro, from the PC Magazine Utilities. But, unlike Start Right, StartUp C ... |
Topic: What is best way for AHK to detect when PC is done booting? |
Ron1
Replies: 7
Views: 302
|
Forum: Ask for Help Posted: Mon Jul 21, 2008 5:31 pm Subject: What is best way for AHK to detect when PC is done booting? |
Thrillski, SKAN, and jaco0646,
Thank you all for your very helpful suggestions. They prompted me to explore the boot process further, as least as it applies to Windows XP, Service Pack 3, running ... |
Topic: What is best way for AHK to detect when PC is done booting? |
Ron1
Replies: 7
Views: 302
|
Forum: Ask for Help Posted: Sun Jul 20, 2008 9:27 pm Subject: What is best way for AHK to detect when PC is done booting? |
In Windows XP (Service Pack 3), what is the best way for AHK to detect when a computer has finished booting?
Ideas to Date
Use the Task Manager (Ctrl+Alt+Del, and then the Processes tab) to find ... |
Topic: Can AHK get "play state" of Windows Media Player? |
Ron1
Replies: 8
Views: 576
|
Forum: Ask for Help Posted: Sun Jul 20, 2008 10:32 am Subject: Can AHK get "play state" of Windows Media Player? |
Thank you, engunneer. I will explore that concatenate operator.
Ron1 |
Topic: Can AHK ask Windows Media Player if playing has started? |
Ron1
Replies: 7
Views: 342
|
Forum: Ask for Help Posted: Fri Jul 18, 2008 9:38 pm Subject: Continuation of discussion or player.playState for WMP11 |
If you would like to follow the continuing discussion of the player.playState function of the Windows Media Player 11, please jump to this new thread:
http://www.autohotkey.com/forum/viewtopic.php? ... |
Topic: Can AHK get "play state" of Windows Media Player? |
Ron1
Replies: 8
Views: 576
|
Forum: Ask for Help Posted: Fri Jul 18, 2008 9:29 pm Subject: Windows Media Player 11 "playState" |
Sean,
Thank you alerting me to the update needed for the COM Standard Library. That worked. I am most grateful for your help.
Two questions:
(1) Why is there a period (.) after the "+& ... |
Topic: Can AHK get "play state" of Windows Media Player? |
Ron1
Replies: 8
Views: 576
|
Forum: Ask for Help Posted: Tue Jul 15, 2008 2:21 am Subject: Can AHK get "play state" of Windows Media Player? |
Sean,
Thank you again for the effort to help. I am most grateful.
I modified my code, as you suggested, as shown below. But, unfortunately, I got the same result. That is, playState = 0 alway ... |
Topic: Can AHK get "play state" of Windows Media Player? |
Ron1
Replies: 8
Views: 576
|
Forum: Ask for Help Posted: Mon Jul 14, 2008 7:36 pm Subject: Can AHK get "play state" of Windows Media Player? |
| Using, as a model, Lexikos excellent script on playing a specific track on a CD-ROM in Windows Media Player 11, I am making a second effort to retrieve the play state of WMP 11 for another purpose, b ... |
Topic: Can AHK (GUI) create a window with a wide border? |
Ron1
Replies: 9
Views: 341
|
Forum: Ask for Help Posted: Mon Jul 14, 2008 4:28 pm Subject: Can AHK (GUI) create a window with a wide border? |
Tic and SKAN,
Thank you so much for your very helplful suggestions. I am learning much by studying them. The depth of AHK continues to amaze me as a relative beginner. And the knowledge, and hel ... |
Topic: play radio |
Ron1
Replies: 4
Views: 169
|
Forum: Ask for Help Posted: Sun Jul 13, 2008 9:38 am Subject: Windows Media Player can stream Internet Radio and TV |
You asked about streaming without a music player, so this response does not address that particular question.
But I wanted to be sure that you knew that the Windows Media Player 11, which is avail ... |
Topic: Can AHK (GUI) create a window with a wide border? |
Ron1
Replies: 9
Views: 341
|
Forum: Ask for Help Posted: Sun Jul 13, 2008 9:23 am Subject: Can AHK (GUI) create a window with a wide border? |
QUESTION: Can AHK (GUI) create a window with a wide border of controllable width and controllable color, and also transparent inside this special border?
I realize that AHK (GUI) can create a wind ... |
Topic: Can AHK ask Windows Media Player if playing has started? |
Ron1
Replies: 7
Views: 342
|
Forum: Ask for Help Posted: Mon Jun 30, 2008 2:13 pm Subject: Can AHK ask Windows Media Player if playing has started? |
Guest,
Thank you for your message. Very kind of you to help.
I should have indicated in my previous message that I began with the COM approach, without success, and then tried the DllCall() app ... |
Topic: Can AHK ask Windows Media Player if playing has started? |
Ron1
Replies: 7
Views: 342
|
Forum: Ask for Help Posted: Mon Jun 30, 2008 10:07 am Subject: Can AHK ask Windows Media Player if playing has started? |
| I checked out the player.playState reference that Guest provided, which suggests to me that an AHK DllCall() should work. But I have been unsuccessful so far with the following approach. I show the ... |
Topic: Can AHK ask Windows Media Player if playing has started? |
Ron1
Replies: 7
Views: 342
|
Forum: Ask for Help Posted: Sun Jun 29, 2008 11:47 am Subject: Can AHK ask Windows Media Player if playing has started? |
Jaco0646 and Guest,
Thank you for your posts. I am most grateful.
The COM approach suggested by Guest sounds most promising. I shall check the powerful COM script kindly provided by Lexikos ea ... |
| |