AutoHotkey Community

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

All times are UTC [ DST ]


Search found 51 matches
Search these results:

Author Message

 Forum: Support   Topic: Menu, TRAY, Tip bug

 Post subject: Menu, TRAY, Tip bug
Posted: February 8th, 2008, 3:58 pm 

Replies: 1
Views: 510


When the following code is executed, the tray tip does not change : ; Change tray menu icon Menu, TRAY, Icon, C:\cc.ico Menu, TRAY, Tip, My Tip #x::ExitApp A workaround that seems to work is to change the tray tip before changing the tray icon : Menu, TRAY, Tip, My Tip ; Change tray menu icon Menu, ...

 Forum: Support   Topic: changing the desply's resolution

Posted: February 28th, 2006, 6:24 am 

Replies: 12
Views: 1840


This method does have the advantage of not needing a 3rd party utility, but in my experience command-line tools almost always work better, and are more reliable than sending keystrokes etc...

 Forum: Offtopic   Topic: Freeware Forum

Posted: January 22nd, 2006, 3:10 pm 

Replies: 2
Views: 966


The forum is back, albeit in a slightly different form:
http://mtolympus.7.forumer.com/index.php?c=3

Please register and post if you are interested in free software.

Thanks,
Mario

 Forum: Support   Topic: changing the desply's resolution

Posted: January 18th, 2006, 6:03 pm 

Replies: 12
Views: 1840


Yes, but I don't think the refresh rate can be changed using EnumDisplaySettings.

 Forum: Offtopic   Topic: Freeware Forum

Posted: January 7th, 2006, 5:27 pm 

Replies: 2
Views: 966


Unfortunately, there are some temporary problems with the server hosting the forum.
I'll post an update once it's back online.

 Forum: Offtopic   Topic: Freeware Forum

 Post subject: Freeware Forum
Posted: January 5th, 2006, 6:30 am 

Replies: 2
Views: 966


Hi, I just started a forum for sharing information about free software. Here is the URL for anyone interested : Absolute Freeware I will be adding stuff to the forum over the next few days, but please feel free to post if you have any freeware links / software to contribute. Thanks ! Mario

 Forum: Utilities   Topic: DLL Export Viewer

Posted: January 1st, 2006, 4:37 pm 

Replies: 6
Views: 1908


DW doesn't detect statically dependencies created by LoadLibrary. Dependencies created by LoadLibrary are usually not referred to as static dependencies. Static dependencies are those when a DLL is linked using an export library (.lib) file. But if you run the analyzed program, or a program calling...

 Forum: Utilities   Topic: DLL Export Viewer

 Post subject: Re: Dependency Walker
Posted: January 1st, 2006, 9:12 am 

Replies: 6
Views: 1908


This is not true. Dependencies due to LoadLibrary calls are not detected by Dependency Walker.

 Forum: Issues   Topic: sending a|a

Posted: November 24th, 2005, 9:02 pm 

Replies: 4
Views: 948


Nope, works fine here.

Sometimes such behaviour is caused by the editor you are using.
Try sending the keys to Notepad to verify this.

 Forum: Support   Topic: changing the desply's resolution

Posted: November 12th, 2005, 1:19 pm 

Replies: 12
Views: 1840


Or call a command-line resolution changer? Absolutely. This is the simplest way. I use MultiRes for this. If you're interested, here's how my AHK code to call MultiRes from the command-line to change the resolution to 800 x 600 looks like. NumpadDot & Numpad0::run, C:\Multires.exe /800`,600`,32...

 Forum: Issues   Topic: Display problem with 'Number'-edit field

Posted: August 2nd, 2005, 5:14 pm 

Replies: 11
Views: 1989


This has been reported earlier too . See this thread :
http://www.autohotkey.com/forum/viewtopic.php?p=20771

Apparently, the issue is not yet resolved. I don't see this bug on my machine though - Win XP Pro SP2

Regards,
Mario

 Forum: Support   Topic: Docs available in offline form?

Posted: July 8th, 2005, 8:25 pm 

Replies: 6
Views: 687


Anonymous wrote:
BoBo wrote:
AFAIK you can download a zipped compilation of AHK. Unzip AutoHotkey.chm and your fine.


I didn't see it. Do you have a location?


http://www.autohotkey.net/programs/AutoHotkey103604.zip

Download and unzip. AutoHotkey.chm is the help manual.

 Forum: Issues   Topic: FileMove problem

Posted: July 8th, 2005, 7:19 pm 

Replies: 10
Views: 1917


now my question is lets say i find another function that i want to use ... how do i know what options to include in "Type1" , "Arg1" , "Type2" , "Arg2" , "Cdecl" , "ReturnType" The basic types like 'LPCTSTR', 'DWORD' etc. are covered in the help page for DLLCall . Here are 2 relevant sections from ...

 Forum: Issues   Topic: FileMove problem

Posted: July 8th, 2005, 6:27 am 

Replies: 10
Views: 1917


Hello, I'm a C++ programmer who has a lot of experience in Windows programming, so I'm already familiar with many Windows API calls. For the exact function name and parameters, I referred to the MSDN (Microsoft Developer's Network) help, which I have installed on my local machine. You can also find ...

 Forum: Support   Topic: starting FileSelectFolder with a specified directory

Posted: July 5th, 2005, 8:36 pm 

Replies: 7
Views: 651


Chris wrote:
I think there's a way


BrowseCallbackProc Function

When you receive the BFFM_INITIALIZED message via the callback, you need to send the BFFM_SETSELECTION message and pass the folder path to initially select.

HTH,
Mario
Sort by:  
Page 1 of 4 [ Search found 51 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group