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 15 matches
AutoHotkey Community Forum Index
Author Message
  Topic: How to send a command OPENBAR to Total Commander ?
mikronos

Replies: 2
Views: 120

PostForum: Ask for Help   Posted: Wed Apr 23, 2008 5:55 pm   Subject: How to send a command OPENBAR to Total Commander ?
Thanks for response, I'll explore others ways to do that...
  Topic: How to send a command OPENBAR to Total Commander ?
mikronos

Replies: 2
Views: 120

PostForum: Ask for Help   Posted: Wed Apr 23, 2008 1:15 pm   Subject: How to send a command OPENBAR to Total Commander ?
Hi all,

All is in the title!!

First I wanted to use SendTCCommand for that, but it seem that it is not possible because the command OPENBAR ( file TOTALCMD.INC ) have a parameter and a negative ...
  Topic: Simple calculator loosely based on my favorite
mikronos

Replies: 8
Views: 794

PostForum: Scripts & Functions   Posted: Mon Jan 21, 2008 2:30 pm   Subject: Simple calculator loosely based on my favorite
Thanks, It works now !!
  Topic: Simple calculator loosely based on my favorite
mikronos

Replies: 8
Views: 794

PostForum: Scripts & Functions   Posted: Fri Jan 18, 2008 1:58 pm   Subject: Simple calculator loosely based on my favorite
Hi !!

I'm sorry, maybe I don't understant your program, but when I type in 5+5 the result is 1 !!

try to type every number that contain the number 5 and it give a false result..

so ?
  Topic: [RESOLVED]Read text from taskmgr
mikronos

Replies: 1
Views: 124

PostForum: Ask for Help   Posted: Thu Apr 26, 2007 10:59 am   Subject: [RESOLVED]Read text from taskmgr
Hi again,

don't see that ControlGet exist...

so this is how I get the content :

ControlGet,line,List,,SysListView321,Gestionnaire des tāches de Windows


Have fun!!

Mikronos.
  Topic: [RESOLVED]Read text from taskmgr
mikronos

Replies: 1
Views: 124

PostForum: Ask for Help   Posted: Thu Apr 26, 2007 10:35 am   Subject: [RESOLVED]Read text from taskmgr
Hello all,

This is my request for help:

I need to monitor several process in taskmgr. Especially I want to monitor some resources consumed like "handles" in the process tree.
I know t ...
  Topic: force an expression in SetTimer
mikronos

Replies: 7
Views: 285

PostForum: Ask for Help   Posted: Mon Mar 12, 2007 9:07 am   Subject: force an expression in SetTimer
Thanks all for replies!!
I'll use a variable name in the line like in your example.

-Mikronos.

BTW should we move this thread to the bug reports ?
  Topic: force an expression in SetTimer
mikronos

Replies: 7
Views: 285

PostForum: Ask for Help   Posted: Sun Mar 11, 2007 7:49 pm   Subject: force an expression in SetTimer
thx, but doesn't work...
  Topic: force an expression in SetTimer
mikronos

Replies: 7
Views: 285

PostForum: Ask for Help   Posted: Sun Mar 11, 2007 7:12 pm   Subject: force an expression in SetTimer
Hi all,

I need your help again on this sunday.

Initializing timer like this doesn't work:

SetTimer,tim1,1000*60*3
or
SetTimer,tim1,% 1000*60*3

doesn't work too. The only way I found is ...
  Topic: PostMessage interpreted as SendMessage ??
mikronos

Replies: 7
Views: 435

PostForum: Ask for Help   Posted: Thu Mar 01, 2007 2:45 pm   Subject: PostMessage interpreted as SendMessage ??
hi FlowPEE

I use this little script and winspector spy, and I can see two messages, one is specified as Post and the other as Send ( in winspector )
I use the last version of Autohotkey. Maybe I h ...
  Topic: need help with math functions
mikronos

Replies: 7
Views: 251

PostForum: Ask for Help   Posted: Wed Feb 21, 2007 4:30 pm   Subject: need help with math functions
Thanks tonne and titan,

space was the problem...

btw

val := 2,5 give me 2 as result
val := 2.5 give me 3 as result

...another story I suppose...

THX!!
  Topic: need help with math functions
mikronos

Replies: 7
Views: 251

PostForum: Ask for Help   Posted: Wed Feb 21, 2007 4:27 pm   Subject: need help with math functions
Hi bobo, thanks for response.

I'm not sure to understand, in my case val := 2,5 work correctly, but no 2.5. You said that comma don't work ??

Sorry but I read the manual, unfortunately in englis ...
  Topic: need help with math functions
mikronos

Replies: 7
Views: 251

PostForum: Ask for Help   Posted: Wed Feb 21, 2007 4:04 pm   Subject: need help with math functions
Hi all,

Another request to obtain your help please, this my problem:

val := 5
val := val / 2
val := round (val )
msgbox %val%

the result in msgbox is 2.500000

I expect to obtain 2

...
  Topic: msgbox how to code a long line ??
mikronos

Replies: 3
Views: 194

PostForum: Ask for Help   Posted: Wed Feb 14, 2007 4:11 pm   Subject: msgbox how to code a long line ??
I have try
MsgBox, (
text
text
)

But my fault was that the begin parenthese isn't on a new line Sad

I'm impressed !!! Less then 10 minutes, and I have a correct response!!

Thanks a lot !! ...
  Topic: msgbox how to code a long line ??
mikronos

Replies: 3
Views: 194

PostForum: Ask for Help   Posted: Wed Feb 14, 2007 4:01 pm   Subject: msgbox how to code a long line ??
Hi all,

I'm newbie here, and english is not my native language. I have read topics and TFM!!

I try to code a msgbox like this:

msgbox, a long line of text`n
. a second line of te ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group