AutoHotkey Community

It is currently May 23rd, 2012, 11:10 pm

All times are UTC [ DST ]


Search found 24 matches
Search these results:

Author Message

 Forum: Support   Topic: how to import cmdret.dll to C#

Posted: January 7th, 2012, 3:47 pm 

Replies: 0
Views: 53


Here is the Document of the dll: Current functions: RunReturn(CMD, StrOut) - CMD - the console program/command to execute (str) - StrOut - the variable used to store the output (str) = If the function fails, the return value is zero RunWEx(CMD, CMDdir, CMDin, CMDout, CMDerr) - CMD - the console prog...

 Forum: Scripts   Topic: ContextMenu Builder v1.0(Ahk_L)

Posted: June 5th, 2011, 7:36 pm 

Replies: 0
Views: 454


Smart Gui can not make the menu. So I decided to write a script to do this work. The final release v1.0 and tested perhaps with no issue. Simple Overview: http://ytujqg.blu.livefilestore.com/y1pOYp0X0MGFZMtTG7w5n2sagObty2Vk5JfIeZJDLBHJGz5432CROUhdkh_yUttzA1ZJFoqHwz07Z2rMEP09qen8iFM-151QS1i/1st.PNG h...

 Forum: Support   Topic: run script in var

Posted: May 2nd, 2011, 5:37 am 

Replies: 4
Views: 165


Thank you, "Learning One" and I modify it to a library.
Learning one wrote:

 Forum: Support   Topic: run script in var

 Post subject: run script in var
Posted: May 1st, 2011, 6:04 pm 

Replies: 4
Views: 165


I want to run script stored in variable, like this: a gui with an editbox and a button, I enter the code in editbox, then click run, it will run the code. I want to know what I should do in the run label Gui, Add, Edit, x14 y12 w290 h60 vcmd, Gui, Add, Button, x14 y82 w60 h30 gRun,Run Gui, Show,,Run...

 Forum: Support   Topic: GuiDropFiles is disabled when run as Adminstrator in Win7

Posted: April 24th, 2011, 9:29 am 

Replies: 10
Views: 320


:?: Can you explain >why< you need both of these capabilities in one script :?: Ask me? Beacuse I want to lauch some applications such as regsvr32. However these things must run as Admin or you will have an trouble: regsvr32 can't be done; example: in Normal right command line or use run window(lau...

 Forum: Support   Topic: GuiDropFiles is disabled when run as Adminstrator in Win7

Posted: April 24th, 2011, 2:54 am 

Replies: 10
Views: 320


Thank you very much indeed, Leef_me!

 Forum: Support   Topic: GuiDropFiles is disabled when run as Adminstrator in Win7

Posted: April 23rd, 2011, 6:00 am 

Replies: 10
Views: 320


This is an example, when compile it and run it as Admin in win7,
GuiDropFiles tag can not be launched.
Code:
gui,show,w200 h200,test
return

GuiDropFiles:
MsgBox,Run or not?
return

guiclose:
exitapp

 Forum: Support   Topic: GuiDropFiles is disabled when run as Adminstrator in Win7

Posted: April 22nd, 2011, 5:55 am 

Replies: 10
Views: 320


I can't trig GuiFropFiles event when I run the compiled exe as Administrator in win7. Can someone help me?

 Forum: Support   Topic: run as adminstrator in OS>=Vista

Posted: July 31st, 2010, 2:43 pm 

Replies: 1
Views: 494


In vista and win7, the UAC protects the system. I want to write a script and to run a program as adminstrator (just like right click and click the menu "run as adminstrator")

 Forum: Support   Topic: How to make this kind of window (gui)

Posted: January 14th, 2010, 11:20 am 

Replies: 3
Views: 373


Thank you Micahs

 Forum: Support   Topic: How to make this kind of window (gui)

Posted: January 14th, 2010, 5:43 am 

Replies: 3
Views: 373


How to make this kind gui, no captain, but windows with a frame around
Image

 Forum: Support   Topic: How to translate the "for each" structure into ahk

Posted: December 17th, 2009, 2:10 pm 

Replies: 2
Views: 318


Many vbs language can be translated into ahk languge by using the com lib. But I don't know how to deal with the "for each" structure.
Code Example:
Code:
for each objNetConn in objEveryColl

 Forum: Support   Topic: How to use left clicking traymenu icon to show and hide

Posted: December 16th, 2009, 3:35 pm 

Replies: 2
Views: 225


How to use left clicking traymenu icon to show and hide window. :(

 Forum: Support   Topic: How to capture the cmdline reply

Posted: November 1st, 2009, 2:46 pm 

Replies: 2
Views: 201


I am writing a script and it will run a vbs. And the vbs must be launch by cscript.exe. So when I run my ahk , it will flash a cmdline box. But I want get some infomation from the cmdline window. How can I communicate with the cmdline window

 Forum: Support   Topic: fix the window size

Posted: October 23rd, 2009, 4:19 am 

Replies: 8
Views: 502


Thank you
Sort by:  
Page 1 of 2 [ Search found 24 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group