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 

Search found 37 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Changing Icon of Autohotkey Execuatbale ...
padarrju

Replies: 1
Views: 212

PostForum: Ask for Help   Posted: Sun Aug 12, 2007 5:52 am   Subject: Changing Icon of Autohotkey Execuatbale ...
Dear Friends,

Whenever I compile Autohotkey source code, an execuatble file is created with icon having letter 'H' in it. Is it possible to change this icon of executable file to something else ? F ...
  Topic: How could I keep only one or two specific windows open on PC
padarrju

Replies: 1
Views: 175

PostForum: Ask for Help   Posted: Sat Jul 21, 2007 11:57 am   Subject: How could I keep only one or two specific windows open on PC
Hello Friends,

I have developed a script which requires only one window with title 'SAP R/3' open on my pc. I need to close / minimize any window that pop ups inbetween when my script is running. M ...
  Topic: How to know the duration of a song ....
padarrju

Replies: 1
Views: 188

PostForum: Ask for Help   Posted: Mon Jul 16, 2007 12:09 pm   Subject: How to know the duration of a song ....
Hello All friends,

I need to know the duration of a song without using mp3. I need to use soundplay in my script. Is it possible ?

Kindly guide me or finger out some clue.

Thanks in advance t ...
  Topic: How to select next song .....
padarrju

Replies: 1
Views: 137

PostForum: Ask for Help   Posted: Fri Jul 13, 2007 1:44 pm   Subject: How to select next song .....
Hello Friends,

I have developed a small program to play songs from my My Documents folder by pressing Win+Home hotkeys. It will play each song one by one.
I need to select next song in sequence by ...
  Topic: SoundPlay locks a file
padarrju

Replies: 8
Views: 1068

PostForum: Bug Reports   Posted: Sat Jul 07, 2007 7:04 am   Subject: SoundPlay locks a file
I'm guessing (just a guess - I didn't check the source) that a close command wasn't sent after the song finished playing so the handle to the file remains valid until an attempt to play another song i ...
  Topic: Where is the problem in this script ...
padarrju

Replies: 2
Views: 164

PostForum: Ask for Help   Posted: Tue Jul 03, 2007 4:52 am   Subject: Where is the problem in this script ...
Dear All,

I have developed one small script just to play a prayer everyday based on the day of the week. Somehow today it is "Tuesday" but prayer z.mp3 doesn't play. What could be the pos ...
  Topic: How to run a script only once in a day ...
padarrju

Replies: 4
Views: 259

PostForum: Ask for Help   Posted: Tue Jun 26, 2007 11:41 am   Subject: How to run a script only once in a day ...
Using the Windows task scheduler, set it to run at a certain time of day, rather than every time you boot.

You can also specify it from the commandline (in WinNT, 2K, XP and Vista: may not work in ...
  Topic: How to run a script only once in a day ...
padarrju

Replies: 4
Views: 259

PostForum: Ask for Help   Posted: Tue Jun 26, 2007 11:38 am   Subject: How to run a script only once in a day ...
IniRead, LastRun, Settings.INI, %A_ScriptName%, LastRun, 0
If !LastRun
{
LastRun := A_Now
IniWrite, %LastRun%, Settings.INI, %A_ScriptName%, LastRun
}

DaysSinceLastRun : ...
  Topic: How to run a script only once in a day ...
padarrju

Replies: 4
Views: 259

PostForum: Ask for Help   Posted: Tue Jun 26, 2007 8:32 am   Subject: How to run a script only once in a day ...
Hello All,

I have developed one Autohotkey program / script that runs daily the moment I boot up my PC using task schedular. So as & when I re-boot my pc, every time it gets fired. I want to ru ...
  Topic: How could I display properties of a file for each file ...
padarrju

Replies: 1
Views: 149

PostForum: Ask for Help   Posted: Fri Nov 03, 2006 11:53 am   Subject: How could I display properties of a file for each file ...
Hello All Autohotkeyers,

I need to display property dialog box for each file in sequence from a folder. How could I do it with Autohotkey ? I am using Windows XP with service pack 1. (When we selec ...
  Topic: How to ensure if some hotket key is pressed or not ...
padarrju

Replies: 2
Views: 248

PostForum: Ask for Help   Posted: Thu Oct 05, 2006 10:04 am   Subject: How to ensure if some hotket key is pressed or not ...
Thank U very very much !!!
Your code is working fine !!!

Best Regards & Hope the same support for newbies like us.

Raju C Padaria
  Topic: How to ensure if some hotket key is pressed or not ...
padarrju

Replies: 2
Views: 248

PostForum: Ask for Help   Posted: Thu Oct 05, 2006 6:19 am   Subject: How to ensure if some hotket key is pressed or not ...
Hello All AutoHotKey Users & Developers,

I have developed a small program to auto logon SAP application using some hot key. I need to check if the hot key is not pressed within 30 seconds, auto ...
  Topic: How to open a window with title stored in a variable ...
padarrju

Replies: 2
Views: 186

PostForum: Ask for Help   Posted: Thu Sep 07, 2006 12:41 pm   Subject: How to open a window with title stored in a variable ...
Hi,

I have a small question. I need to activate a window with a variable name.
Say, winactivate, %mywintitle%
Is it possible ? If yes, then how ?

Best Regards,

Raju C Padaria
  Topic: ^c is not working while PrintScreen hotkey is defined ...
padarrju

Replies: 1
Views: 251

PostForum: Ask for Help   Posted: Sat Sep 02, 2006 5:57 am   Subject: ^c is not working while PrintScreen hotkey is defined ...
Hello All Friends,

I have developed following program to disable PrintScreen Key's function in specific applications. But while running this program, I am not able to get the effect of CTRL+C (^C) ...
  Topic: How to find the window title name last but one ...
padarrju

Replies: 13
Views: 427

PostForum: Ask for Help   Posted: Sat Aug 26, 2006 6:40 am   Subject: How to find the window title name last but one ...
padarrju, people are trying to help here in the forum. If you dont give any feedback (and checking your posts, lately your are prone to do that), soon you will not get any help. We feed our ego on pos ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group