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 29 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Finding a processes PID
jchristl

Replies: 1
Views: 222

PostForum: Ask for Help   Posted: Wed Feb 24, 2010 11:19 pm   Subject: I love solving my own problems :)

;============================================
Sleep, 5000

NeedleRegEx = i)^.*\\
FoundPos := RegExMatch(param1, NeedleRegEx, RegPID )
StringReplace, NewPID, param1, %RegPID%

...
  Topic: Finding a processes PID
jchristl

Replies: 1
Views: 222

PostForum: Ask for Help   Posted: Wed Feb 24, 2010 10:18 pm   Subject: Finding a processes PID
Hi all. I have a simple script that I want to use in conjunction with my Media Center. I basically want to have it close the Media center when I launch an embedded application. Everything seems to ...
  Topic: LVX: Row highlighting and cell editing for ListView controls
jchristl

Replies: 55
Views: 12130

PostForum: Scripts & Functions   Posted: Fri Jul 03, 2009 12:22 pm   Subject: Strange placement
first of all this code is awesome, and is something I wish was implemented into the autohotkey code directly.

Here is my code. Ultimately I'd like this to allow multilpe rows of numbers be added ...
  Topic: Continuously updating GUI
jchristl

Replies: 4
Views: 376

PostForum: Ask for Help   Posted: Tue Sep 25, 2007 6:55 pm   Subject: Continuously updating GUI
nice. Will have to give that a try. Smile
  Topic: Continuously updating GUI
jchristl

Replies: 4
Views: 376

PostForum: Ask for Help   Posted: Tue Sep 25, 2007 2:11 pm   Subject: Continuously updating GUI
I figured out a better way. I only added a TEXT control one at a time, removed the RETURNs, added a SHOW at each spot, And used the SHOW to display a larger box in the beginning.

The last step h ...
  Topic: Continuously updating GUI
jchristl

Replies: 4
Views: 376

PostForum: Ask for Help   Posted: Tue Sep 25, 2007 12:24 pm   Subject: Continuously updating GUI
Hi all. I am writing another script.

In this one, I want to display to the users running it, a status window showing the completion of each step. I have something that works, but it seems a litt ...
  Topic: MouseMove and Splinter Cell
jchristl

Replies: 4
Views: 498

PostForum: Ask for Help   Posted: Sun Aug 05, 2007 2:01 pm   Subject: MouseMove and Splinter Cell
i wonder if dll sendinput or mouse_event would be better, but I am not sure how to structure them.
  Topic: MouseMove and Splinter Cell
jchristl

Replies: 4
Views: 498

PostForum: Ask for Help   Posted: Wed Aug 01, 2007 2:10 am   Subject: MouseMove and Splinter Cell
No. I dont have it moving too many pixels for that to happen. It's almost like I do the D::right part, and then hit A::left and it actually does A::right ... almost like it forgets that A should be ...
  Topic: MouseMove and Splinter Cell
jchristl

Replies: 4
Views: 498

PostForum: Ask for Help   Posted: Tue Jul 31, 2007 11:14 pm   Subject: MouseMove and Splinter Cell
I hate games that force you to use the mouse. I love playing games, but hate the mouse, because I get sore muscles nowadays (sucks getting old)

anyway, I was looking for a way to use AHK to move m ...
  Topic: IfInString, A gui and some Returns
jchristl

Replies: 4
Views: 474

PostForum: Ask for Help   Posted: Thu Jul 26, 2007 4:33 pm   Subject: IfInString, A gui and some Returns
no biggie. Smile Thanks for the assistance
  Topic: IfInString, A gui and some Returns
jchristl

Replies: 4
Views: 474

PostForum: Ask for Help   Posted: Thu Jul 26, 2007 4:07 pm   Subject: IfInString, A gui and some Returns
the first one looks good, but it isn't finding anything.

I take it Found .= Found ? "`n" . A_LoopReadLine | A_LoopReadLine may be a little off.

EDIT: I changed it to Found .= ...
  Topic: IfInString, A gui and some Returns
jchristl

Replies: 4
Views: 474

PostForum: Ask for Help   Posted: Thu Jul 26, 2007 2:06 pm   Subject: IfInString, A gui and some Returns
Hi all. I am trying to work out a problem I am having with some code. It's supposed to search a text file, display what is found in a gui, and then exit.

That does work, but I noticed it wasn't ...
  Topic: WinClose attempts to logoff or shutdown
jchristl

Replies: 4
Views: 521

PostForum: Ask for Help   Posted: Thu Apr 19, 2007 1:41 pm   Subject: WinClose attempts to logoff or shutdown
WinWaitActive,ahk_class CabinetWClass,
WinGet, WinPID, PID
...

You may have to tick in Folder Options -> View -> ... separate process ..., or something similar.

It looks like I needed to ...
  Topic: WinClose attempts to logoff or shutdown
jchristl

Replies: 4
Views: 521

PostForum: Ask for Help   Posted: Wed Apr 18, 2007 9:52 pm   Subject: WinClose attempts to logoff or shutdown
Does this code produces the same result?
WinWaitActive,ahk_class CabinetWClass,
WinGet, WinPID, PID
...When I get back to the office tomorrow, I'll check it...
thanks.
  Topic: Can AHKey help reviving my windows install?
jchristl

Replies: 4
Views: 595

PostForum: Ask for Help   Posted: Wed Apr 18, 2007 9:50 pm   Subject: Can AHKey help reviving my windows install?
yeah I don't think they have a autohotkey for Linux yet.
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group