AutoHotkey Community

It is currently May 22nd, 2012, 2:35 pm

All times are UTC [ DST ]


Search found 27 matches
Search these results:

Author Message

 Forum: Scripts   Topic: PGN Stats

 Post subject: PGN Stats
Posted: November 9th, 2010, 6:10 pm 

Replies: 0
Views: 302


I am using the below script to help show my stats that aren't normally posted at chess.com. It of coarse can use more work, but I got the basics of what I was looking for. You must get a hold of your .PGN file from chess.com for this to work. The script only edits & counts strings relevant to th...

 Forum: Support   Topic: Faster way to add rows to a Listview or an alternative?

Posted: January 27th, 2010, 10:54 pm 

Replies: 9
Views: 831


This Sped my process up alot I used to use a Parsing loop. Loop, read, %Data_Base_File_Name% { DataBase_Record_Count = %A_Index% ;Add Feilds into List View StringSplit, Record_Array, A_LoopReadLine, `, LV_Add("",Record_Array1,Record_Array2,Record_Array3,Record_Array4) }

 Forum: Support   Topic: Poker hand evaluation

 Post subject: Hand evaluator
Posted: July 14th, 2009, 9:59 pm 

Replies: 2
Views: 462


Poker Stove is your answer http://www.pokerstove.com/download/ Its not in AHK code, but you can certainly, automate it with AHK. It will save a lot of work I have been watching your posts, as I have / am attempting to do similar things with poker stars. Although I have not been working on any of it ...

 Forum: Support   Topic: Automatically Install a Printer

 Post subject: If Printer Exist
Posted: July 13th, 2009, 9:24 pm 

Replies: 3
Views: 262


Ok that did it. Now I am stuck again.
I searched the help chm& this forum & did not see any thing.
So..
What would the easiest way to check if a Printer Exists?

 Forum: Support   Topic: Automatically Install a Printer

 Post subject: Printer Install
Posted: July 13th, 2009, 8:05 pm 

Replies: 3
Views: 262


ahhh...
very helpful
I will have to test it with the settings I need.
But that was exactly what I was looking for.

Thanks

 Forum: Support   Topic: Automatically Install a Printer

Posted: July 13th, 2009, 6:08 pm 

Replies: 3
Views: 262


I am looking to automatically install a
"Generic - Text Only" Printer"
on LPT1

What is the best way to Automatically Install (maybe in the backround) a Printer on LPT1?

Or any other port for that matter?

Any Help or Suggestions would greatly be appreciated.

 Forum: Support   Topic: Install Printer and change defult settings

Posted: July 9th, 2009, 8:04 pm 

Replies: 3
Views: 738


I am looking to automatically install a "Generic - Text Only" Printer" on LPT1 I am new or just beginning to mess around with the DLL's via AHK Would some one be so kind as to describe the field variables for me? Or just dsecribe this line. run rundll32 printui.dll,PrintUIEntry /Sr /n...

 Forum: Support   Topic: In game hotkeys

Posted: July 9th, 2009, 7:43 pm 

Replies: 4
Views: 701


See "Send Play"
http://www.autohotkey.com/docs/commands/Send.htm#SendPlay

along with "#IfWinActive"
http://www.autohotkey.com/docs/commands/IfWinActive.htm

Give it a try

 Forum: Support   Topic: Pausing

Posted: July 9th, 2009, 7:13 pm 

Replies: 1
Views: 243


I put this at the end of ALL my scripts <<your scripts code here>> Return ;ListVars Pause::Pause ; Assign the toggle-pause function to the "pause" key... ^!r::Reload Quit: Escape:: MsgBox, Closing``n``n`%A_ScriptFullPath`% ExitApp ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;...

 Forum: Support   Topic: Creating a fileShredding hotkey

 Post subject: File/Cyber Shredder HotKey
Posted: July 9th, 2009, 1:43 pm 

Replies: 4
Views: 396


Here it is... Use the Windows key & left click on the mouse Thanks to "SKAN" in the "Tips N Tricks" Post http://www.autohotkey.com/forum/viewtopic.php?p=86542#86542 SetBatchLines, -1 SetBatchLines, 1 CoordMode, Mouse, Screen Gui, +AlwaysOnTop -Caption +Border +ToolWindow Gui,...

 Forum: Support   Topic: Creating a fileShredding hotkey

 Post subject: Try This
Posted: July 8th, 2009, 7:30 pm 

Replies: 4
Views: 396


I use "Cyber Shredder" but the concept is the same. This should at least get you on the right path. ;First Create the File Loop, 50 FileAppend, SomeText_%A_Index%`n, %A_Desktop%\DeleteMe.txt MsgBox, Ready to Delete`n"%A_Desktop%\DeleteMe.txt" ;Now Open the File Shredding Program ...

 Forum: Support   Topic: Process Close

 Post subject: Process Close
Posted: June 18th, 2009, 7:22 pm 

Replies: 3
Views: 344


Ok, it turned out to be certain processes that I could not close. But most will. "AppleMobileDeviceService.exe" Is for "Itunes" & no matter what I could not get AHK to close it. Since I don't use "Itunes" I unistalled it. I did that to the other processes too. Thank...

 Forum: Support   Topic: Process Close

 Post subject: Process Close
Posted: June 18th, 2009, 6:14 pm 

Replies: 3
Views: 344


I have tried various other processes with no success.

 Forum: Support   Topic: Process Close

 Post subject: Process Close
Posted: June 18th, 2009, 5:31 pm 

Replies: 3
Views: 344


What am I Missing? Why wont it close? I can't get "Process, Close" to work. Process, Exist, AppleMobileDeviceService.exe PID = %ErrorLevel% MsgBox, AppleMobileDeviceService.exe`n%PID% Process, Close, %PID% Return I can get this to work from the example in the help guide: Run Notepad.exe, ,...

 Forum: Support   Topic: Values of Variable too High?? (NcR Probabability)

 Post subject: Thanks
Posted: May 28th, 2009, 2:35 pm 

Replies: 6
Views: 328


I think that's my problem,
I will post the finished code when I'm done.
Sort by:  
Page 1 of 2 [ Search found 27 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group