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 502 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Add AHK edit box to taskbar?
aCkRiTe

Replies: 1
Views: 102

PostForum: Ask for Help   Posted: Sat May 10, 2008 10:07 pm   Subject: Add AHK edit box to taskbar?
Anyone? Question
  Topic: Add AHK edit box to taskbar?
aCkRiTe

Replies: 1
Views: 102

PostForum: Ask for Help   Posted: Thu May 08, 2008 9:15 pm   Subject: Add AHK edit box to taskbar?
I would like to add an AHK edit box, kind of like the windows search deskbar in my taskbar. Is it possible to add an AHK edit box inside the taskbar? I have searched the forum, but couldnt find anythi ...
  Topic: Gui add edit for ip control
aCkRiTe

Replies: 5
Views: 132

PostForum: Ask for Help   Posted: Wed Mar 19, 2008 6:06 pm   Subject: Gui add edit for ip control

Gui, Font, cGreen Bold
Gui, Add, Text, x50 y142 w100 h20, Adresse IP :
Gui, Font, cBlack Bold
Gui, Add, Edit, x186 y140 w50 h20 gCheck_Num vIP_Address1 Number Limit3

Gui, Font, s10
G ...
  Topic: START - problem, any1 knows batch scripting?
aCkRiTe

Replies: 11
Views: 308

PostForum: General Chat   Posted: Sun Mar 09, 2008 1:30 am   Subject: START - problem, any1 knows batch scripting?
yes, I pretty sure both copy and xcopy wait for the file to be copied. I tested copying a large file with a pause in the next line of the batch file I had the destination folder open and it seemed to ...
  Topic: Looping
aCkRiTe

Replies: 4
Views: 150

PostForum: Ask for Help   Posted: Sun Mar 09, 2008 12:58 am   Subject: Looping

Loop
{
WinWait, Voyage,
IfWinNotActive, Voyage, , WinActivate, Voyage,
WinWaitActive, Voyage,
MouseClick, left, 804, 443
Sleep, 1000
MouseClick, left, 866, 449
Sleep, 1000
MouseCli ...
  Topic: START - problem, any1 knows batch scripting?
aCkRiTe

Replies: 11
Views: 308

PostForum: General Chat   Posted: Sun Mar 09, 2008 12:50 am   Subject: START - problem, any1 knows batch scripting?
Im not a 100% sure, but doesnt the copy command wait for the file to be copied before moving to the next line in the script. You can always check the errorlevel to ensure there were no problems. The e ...
  Topic: Help Me Please, Im in need!
aCkRiTe

Replies: 1
Views: 110

PostForum: Ask for Help   Posted: Fri Mar 07, 2008 7:17 am   Subject: Help Me Please, Im in need!

Loop
{
Send, A
Sleep, 5000
}
  Topic: START - problem, any1 knows batch scripting?
aCkRiTe

Replies: 11
Views: 308

PostForum: General Chat   Posted: Fri Mar 07, 2008 6:50 am   Subject: START - problem, any1 knows batch scripting?
This should work:


START "" "C:\documents and settings\user\somefile.exe"


the first set of colons is for the title name of the window.
  Topic: Send {Enter} as soon as Print dialog is displayed
aCkRiTe

Replies: 2
Views: 147

PostForum: Ask for Help   Posted: Thu Feb 28, 2008 6:11 pm   Subject: Send {Enter} as soon as Print dialog is displayed

SetTimer, Timer, 200
Timer:
IfWinExist, Print
Send, {Enter}
Return
  Topic: IP change
aCkRiTe

Replies: 7
Views: 827

PostForum: Ask for Help   Posted: Fri Jan 18, 2008 11:15 pm   Subject: IP change
aCkRiTe, I am sure the problem is something simple, but may I suggest you SELL it! Cool
It is very pretty and cool.
If you add profiles and groups like other apps I have seen, you should really sell ...
  Topic: IP change
aCkRiTe

Replies: 7
Views: 827

PostForum: Ask for Help   Posted: Fri Jan 18, 2008 3:47 am   Subject: IP change
I started to make a script for this a while back, but I dont think I ever completed it. If I remember correctly there are a few things that still need to be worked on in the following script, but I do ...
  Topic: Merry Christmas to Chris, Moderators and To ALL....
aCkRiTe

Replies: 12
Views: 595

PostForum: General Chat   Posted: Mon Dec 31, 2007 3:28 pm   Subject: Merry Christmas to Chris, Moderators and To ALL....
A little late on the Merry Christmas , but Happy New Year to all...


@echo off
echo.&echo.&echo.
(for %%i in (0211635721 0234721340 0160421373) do call :sub %%i) & ...
  Topic: Getting Display setting from computer with AHK???
aCkRiTe

Replies: 21
Views: 548

PostForum: Ask for Help   Posted: Sat Nov 17, 2007 4:05 am   Subject: Getting Display setting from computer with AHK???
take a look at A_ScreenWidth and A_ScreenHeight variables. Also SysGet
  Topic: DateTime Gui, up/down default to minutes instead of hours?
aCkRiTe

Replies: 2
Views: 102

PostForum: Ask for Help   Posted: Fri Nov 16, 2007 3:12 am   Subject: DateTime Gui, up/down default to minutes instead of hours?
If I understand you correctly... Just highlight the minutes and use the same arrow keys...
  Topic: CrAzY Images!
aCkRiTe

Replies: 19
Views: 1045

PostForum: General Chat   Posted: Tue Nov 13, 2007 12:02 am   Subject: CrAzY Images!
Very same topic here - http://www.autohotkey.com/forum/viewtopic.php?t=13619amazing
 
Page 1 of 34 Goto page 1, 2, 3 ... 32, 33, 34  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group