AutoHotkey Community

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

All times are UTC [ DST ]


Search found 20 matches
Search these results:

Author Message

 Forum: Support   Topic: Icon in taskbar show up but the program was terminated

Posted: February 7th, 2010, 4:51 pm 

Replies: 3
Views: 260


yume wrote:
you could use #NoTrayIcon in the script


thanks for your answer.

no, this does not help.
the icons are not generated by the autohotkey.script. the icons are from the program i close in the first line...
i want to close the program and get rid of the program icon....

 Forum: Support   Topic: Icon in taskbar show up but the program was terminated

Posted: February 7th, 2010, 4:38 pm 

Replies: 3
Views: 260


hi i have a small script to close a certain program, wait a second and start it again. this script is executed every hour. Process, Close, OutlookDesktop.exe Sleep, 1000 Run, C:\Program Files\Outlook on the Desktop\OutlookDesktop.exe everything works fine but every time i close the program, the icon...

 Forum: Support   Topic: Displaying only a certain part of a Website

Posted: November 24th, 2008, 1:48 pm 

Replies: 2
Views: 415


thanks for your answer i found an interesting link on the german website from user cem80: #NoEnv #SingleInstance force /* IEControl.ahk */ /* Supported Functions IE_Add(hWnd, x, y, w, h) IE_Move(pwb, x, y, w, h) IE_LoadURL(pwb, u) IE_LoadHTML(pwb, h) IE_GoBack(pwb...

 Forum: Support   Topic: Displaying only a certain part of a Website

Posted: November 24th, 2008, 12:36 pm 

Replies: 2
Views: 415


hi i'm looking for a solution for the following task: ⋅ i would like to open a website and display only a certain part of it, e.g. from the coordinates 128, 500 to 378, 800 in a internet explorer windows (250 * 300) ⋅ if possible i do not want to show tabs, menu and scrollbars is...

 Forum: Support   Topic: Assign a key to RocketDock to make it visible...

Posted: October 30th, 2008, 7:37 pm 

Replies: 2
Views: 1476


it works like Menu, Tray, Icon, rocketdock.ico,1,1 #r:: WinSet, AlwaysOnTop, on, RocketDock ahk_class ROCKETDOCK sleep, 1 WinSet, AlwaysOnTop, off, RocketDock ahk_class ROCKETDOCK but there might be a better solution. so if anybody has a comment i'm very happy to try it. greetings.

 Forum: Support   Topic: Assign a key to RocketDock to make it visible...

Posted: October 30th, 2008, 6:01 pm 

Replies: 2
Views: 1476


I use RocketDock, a Mac-like Dock application to launch new programs. It's really great but I have one question. RocketDock is set to be treated like a normal windows (even if it does not behave like one...). As soon as I work in a application in full screen mode, I don't see RocketDock anymore. Ins...

 Forum: Support   Topic: Makeing Msgbox better readable

Posted: March 2nd, 2008, 9:42 am 

Replies: 1
Views: 952


is it possible to use bold or italic text in a msgbox to make it better readable?
how about using different size of fonts?

many thanks.

 Forum: Support   Topic: Hide Windows Mobile-Device Center Popup..

Posted: January 20th, 2008, 9:33 am 

Replies: 2
Views: 1438


thanks bobo / danke bobo ;) the thing is, that this script will close not only the Windows Mobile-Gerätecenter! if i have a IE-Browser open and by some circumstances this might be named 'Windows Mobile Gerätecenter - x+y forum - Windows Internet Explorer' this window will be closed too. is there any...

 Forum: Support   Topic: Hide Windows Mobile-Device Center Popup..

Posted: January 18th, 2008, 10:24 am 

Replies: 2
Views: 1438


i'm really annoyed that every time i connect my smartphone to the vista pc, the mobile device center popup appears. this seems not to be changeable... is i wrote a very small and simple ahk.script which does the job easily. Start: WinWait, Windows Mobile-Gerätecenter WinHide, Windows Mobile-Gerätece...

 Forum: Support   Topic: convert value into minutes and seconds

Posted: July 27th, 2007, 10:10 pm 

Replies: 6
Views: 709


@dave

many thanks for your help. thats the perfect solution!

 Forum: Support   Topic: convert value into minutes and seconds

Posted: July 27th, 2007, 4:48 pm 

Replies: 6
Views: 709


thanks.

do you have a search string? because if i search for date AND converting i get about 20 pages of results...

 Forum: Support   Topic: convert value into minutes and seconds

Posted: July 27th, 2007, 8:57 am 

Replies: 6
Views: 709


very helpful....

i know it's math but i'd like to know, if there is a function like FormatTime supporting a convertion like this...

thanks anyway.

 Forum: Support   Topic: convert value into minutes and seconds

Posted: July 27th, 2007, 7:52 am 

Replies: 6
Views: 709


i have a variable with a value that's 42.967633 and i want to show this value in a variable in the mm:ss format. so the result would be 42:58...

what is the way to do it?

many thanks for your help.

 Forum: Support   Topic: FileAppend: write first and not last record

Posted: July 24th, 2007, 4:47 pm 

Replies: 13
Views: 605


How about this ... 1. have the first field in each record be some sort of date/time stamp - which makes sense in a log file. 2. fileappend the latest record 3. sort the file reverse order and save. (the sort-reverse is apparently is a brand new feature in the lastest AHK released just days ago), ri...

 Forum: Support   Topic: FileAppend: write first and not last record

Posted: July 24th, 2007, 4:31 pm 

Replies: 13
Views: 605


the solution of chessking works fine.

however, i will try the approach using the sort feature.

thanks for your help.
Sort by:  
Page 1 of 2 [ Search found 20 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group