AutoHotkey Community

It is currently May 23rd, 2012, 6:03 pm

All times are UTC [ DST ]


Search found 51 matches
Search these results:

Author Message

 Forum: Support   Topic: backspace first..then append txt files

Posted: September 7th, 2005, 1:17 am 

Replies: 3
Views: 669


How about StringTrimRight, OutputVar, InputVar, Count inFileLocation = c:\newfoler\*.txt Loop,%inFileLocation%,0,1 { FileRead,fileContents,%A_LoopFileFullPath% StringTrimRight, fileContents,fileContents, 2 FileAppend,`r`n%fileContents%,c:\newfiletxt } OR- instead of opening your new file a...

 Forum: Support   Topic: ControlClick- Enter

 Post subject: ControlClick- Enter
Posted: August 25th, 2005, 5:21 am 

Replies: 2
Views: 704


Ok, I've got this App where I export files, and my prob is with the Save As DialogueBox. If I manually click on the button "Save", the DB goes away immediately, same if I press the Enter key. When I try to AHK it with the following,( you can see I've tried several ways), the DB fades to about half c...

 Forum: Support   Topic: StringReplace

 Post subject: StringReplace
Posted: July 11th, 2005, 6:22 am 

Replies: 2
Views: 646


Okay, I modified this script from the CHM, it produces a list of installed printers separated by linefeeds, I'm trying to convert that list to a single line with the values separated by pipes(|), so I can FileAppend it & import that into another App. Problem is, it starts with a pipe, I tried St...

 Forum: Support   Topic: Mouse Curser Get

Posted: June 9th, 2005, 4:56 pm 

Replies: 2
Views: 671


Many Thanks, Chris. Now I can find another reason to lose my mind.
Don

 Forum: Support   Topic: Mouse Curser Get

 Post subject: Mouse Curser Get
Posted: June 9th, 2005, 5:11 am 

Replies: 2
Views: 671


I thought sure there was a way to get what the current mouse
shape, ie, pointer or curser(pipe), spent the last hour searching the .chm,
no luck. Am i losing my mind?
TIA
Don

 Forum: Support   Topic: search and replace

Posted: February 27th, 2005, 4:18 am 

Replies: 6
Views: 787


jonny wrote:
Also, almost every editor other than Notepad offers this simple functionality. :wink:

I must have a different version of Notepad, 'cause Find & Replace is there.
Don

 Forum: Scripts   Topic: AHK_Editor

Posted: February 22nd, 2005, 1:14 am 

Replies: 68
Views: 21031


Vrai = True and Faux = False
Works here, XP Pro
Merci
Don

 Forum: Support   Topic: Challenge of the week [1]

Posted: February 13th, 2005, 5:54 am 

Replies: 26
Views: 2903


jonny wrote:
Apparently you've never been to Minnesota in February. :lol: I had the pleasure of hearing a Siberian complain about the weather here last week.

That's why I got out of Wisconsin, Washington State is much better.
Don

 Forum: Support   Topic: Newbie

 Post subject: Re: Newbie
Posted: February 13th, 2005, 5:43 am 

Replies: 5
Views: 776


jbuck1975 wrote:
I just found this stuff to program hotkeys for my keyboard. I didn't know it would be so confussing.

I you think AHK is "confussing", don't even try AutoIt.
Thanks
Don

 Forum: Support   Topic: Find As You Type

Posted: February 9th, 2005, 1:20 am 

Replies: 26
Views: 2062


That link DOES work, looks interesting
Don

 Forum: Support   Topic: Find As You Type

Posted: February 8th, 2005, 5:18 am 

Replies: 26
Views: 2062


@Guest, You might consider logging on, makes things easier.
Also, your link doesn't work.
P.S.
Ihad Opera, Paid for it, now I use MOZ!
Don

 Forum: Scripts   Topic: Key Sender

Posted: February 3rd, 2005, 4:36 am 

Replies: 7
Views: 4084


Chris wrote:
It's not your fault; it's just that the forum has something of a learning curve.

and I'm enjoying every moment of it!
Don

 Forum: Support   Topic: Automate PDF printing

Posted: February 2nd, 2005, 5:26 am 

Replies: 8
Views: 1406


Hey Ben-(You're not that tower in London, are you, I'd hate to be talking to a Clock! lol) I hope you're not on a tight schedule, I just finished moving my office, and I'm ready for sleepy time. Look for an email(in your junk folder?), subject line "exhueydriver", let me know what time zone you're i...

 Forum: Support   Topic: Automate PDF printing

Posted: February 1st, 2005, 5:13 am 

Replies: 8
Views: 1406


Welcome to the AHK forum. Finally, another FMP'er! Having said that, there are a couple of problems here. (You didn't say which version of FMP?) - Verify that the user has a printer with 'PDF' in its name Using a third party app, CopyText.exe, you can get a list of the printer names, then loop thru ...

 Forum: Suggestions   Topic: Temporarily remove lines of code

Posted: January 10th, 2005, 7:51 am 

Replies: 4
Views: 1078


If var2 = 1 Ignore,49-56,Off The problem with this is what happens if you add a line before line 49? How about declaring a Var at the start- ScriptSection1=1 Then enclose that section with an If ScriptSection1=1 {Do this } ; then all you have to do is change the ScriptSection1=1 to ScriptSection1=0...
Sort by:  
Page 1 of 4 [ Search found 51 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group