AutoHotkey Community

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

All times are UTC [ DST ]


Search found 76 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Hyde your process from the Task Manager

Posted: April 17th, 2012, 2:08 pm 

Replies: 29
Views: 1188


ahh! I understand.
Unfortunately, I'm not so smart

:mrgreen:

 Forum: Scripts   Topic: Hyde your process from the Task Manager

Posted: April 17th, 2012, 11:21 am 

Replies: 29
Views: 1188


Klark92 wrote:
I hope you can't do very simple wrongs dude. ...


??

 Forum: Scripts   Topic: Hyde your process from the Task Manager

Posted: April 17th, 2012, 9:55 am 

Replies: 29
Views: 1188


yes, it's compiled test

perhaps the reason is because autohotkey.exe is 32 bit

 Forum: Scripts   Topic: Hyde your process from the Task Manager

Posted: April 17th, 2012, 6:43 am 

Replies: 29
Views: 1188


ahk basic on win 7 64 bit, does not work
the process is visible in the task manager

 Forum: Support   Topic: [solved] Quick Gdip+ question

Posted: March 21st, 2012, 10:57 pm 

Replies: 2
Views: 82


Code:
x:=1000, y:=50, w:=1000, h:=1002
coor = %x%|%y%|%w%|%h% ;remove the quotes

pToken := Gdip_Startup()
pBitmap := Gdip_BitmapFromScreen(coor)
Gdip_SaveBitmapToFile(pBitmap, "file.bmp")
return

 Forum: Scripts   Topic: :: SmartGUI Creator ::

Posted: July 19th, 2011, 8:51 am 

Replies: 815
Views: 319075


Drugwash wrote:

P.S. Happy birthday to me; today I'm 45!




happy birthday!

 Forum: Scripts   Topic: Dual monitor swap

Posted: June 9th, 2011, 2:16 pm 

Replies: 12
Views: 10548


http://www.autohotkey.com/forum/viewtopic.php?t=45036

 Forum: Utilities   Topic: Pandoc universal document converter: html/txt/pdf/markdown..

 Post subject: Re: question
Posted: April 27th, 2011, 5:48 pm 

Replies: 4
Views: 1748


Eruner wrote:
I have a question:
Is possible to convert a Word 2003 document file into Word 2010 document file? And vice versa?



http://www.microsoft.com/downloads/en/d ... laylang=en

 Forum: Support   Topic: manipulate pdf files

Posted: March 13th, 2011, 9:37 pm 

Replies: 2
Views: 192


Code:
"Fill PDF Forms with FDF Data or XFDF Data and/or Flatten Forms"



thank you very much, hugov

 Forum: Support   Topic: manipulate pdf files

 Post subject: manipulate pdf files
Posted: March 12th, 2011, 4:35 pm 

Replies: 2
Views: 192


With AHK, it would be possible to insert data into empty fields of a PDF file without opening it?

 Forum: Support   Topic: checking if internet is up

Posted: January 26th, 2011, 10:52 am 

Replies: 5
Views: 183


http://www.autohotkey.com/forum/topic14834.html

 Forum: Announcements   Topic: My status and website changes

Posted: October 11th, 2010, 2:19 pm 

Replies: 88
Views: 17060


Many thanks for your work Chris

 Forum: Support   Topic: how to upload a folder?

Posted: July 9th, 2010, 9:19 am 

Replies: 16
Views: 831


zengjia wrote:
then a cmd.exe window popup,and I can't close it.
nothing uploaded.




need to enter "prompt" before mput
to disable the interactive mode
Code:
cd bak
prompt
mput c:\pdf\*.pdf
ls -l

 Forum: Support   Topic: Where does ListVars show variable contents.

Posted: July 6th, 2010, 8:25 am 

Replies: 12
Views: 334


http://www.autohotkey.com/docs/commands/ListVars.htm

 Forum: Scripts   Topic: DllCall: Basic FTP Functions

 Post subject: Re: FTP file write
Posted: July 5th, 2010, 11:43 am 

Replies: 97
Views: 38482


Can anyone tell me how I can ad some text to a txt file on a host without downloading it and then uploading it again? I've searched the forum but haven't found a FTP write function you can do with ftp.exe open "url" user "user" "passw" [color=red]append[/color] "l...
Sort by:  
Page 1 of 6 [ Search found 76 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group