| Author |
Message |
Forum: Support Topic: Menu, TRAY, Tip bug |
| mario_a |
|
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 |
| mario_a |
|
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 |
| mario_a |
|
Posted: January 22nd, 2006, 3:10 pm
|
|
Replies: 2 Views: 966
|
|
 |
Forum: Support Topic: changing the desply's resolution |
| mario_a |
|
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 |
| mario_a |
|
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 |
| mario_a |
|
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 |
| mario_a |
|
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 |
| mario_a |
|
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 |
| mario_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 |
| mario_a |
|
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 |
| mario_a |
|
Posted: August 2nd, 2005, 5:14 pm
|
|
Replies: 11 Views: 1989
|
|
 |
Forum: Support Topic: Docs available in offline form? |
| mario_a |
|
Posted: July 8th, 2005, 8:25 pm
|
|
Replies: 6 Views: 687
|
|
 |
Forum: Issues Topic: FileMove problem |
| mario_a |
|
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 |
| mario_a |
|
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 |
| mario_a |
|
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: |