AutoHotkey Community

It is currently May 22nd, 2012, 12:30 pm

All times are UTC [ DST ]


Search found 12 matches
Search these results:

Author Message

 Forum: Support   Topic: Cut window corners

 Post subject: Re: Cut window corners
Posted: May 6th, 2012, 7:36 pm 

Replies: 12
Views: 159


Everytime I go to this message board topic I get a message from avast saying: Malicious URL blocked!

Only this topic, not other ones. I wasn't able to get the whole url it complained about, but it was a png from this domain:

petushara.ru

 Forum: Support   Topic: Cut window corners

 Post subject: Re: Cut window corners
Posted: April 30th, 2012, 11:04 pm 

Replies: 12
Views: 159


The problem you will have with this is that if the window is brought up non maximized and then you maximize it, a large part of the window will be clipped and disappear on the right side and the bottom side! Because of this you will have to limit winset region modifications to the top left corner ar...

 Forum: Support   Topic: Sending key strokes

 Post subject: Re: Sending key strokes
Posted: April 28th, 2012, 7:48 pm 

Replies: 2
Views: 44


put {Space} on the end

 Forum: Support   Topic: How do you Send to Last Window

Posted: April 28th, 2012, 6:40 pm 

Replies: 7
Views: 82


what you will need to do is 'deactivate' your tool bar so that the underlying window is now in the front: ;necessary before the following commands so it acts on the 'calling' window send !{esc} ;activates the last active window other than this one If you have your tool bar set for always on top, the...

 Forum: Support   Topic: set uiaccess=true in program manifest

Posted: April 28th, 2012, 6:10 pm 

Replies: 1
Views: 35


I want to change the uiaccess in the manifest for my output exe to true. I have my own code signing certificate which I can use to sign it afterward and it works fine separately. I tried the EnableUIAccess library talked about below with the certificate name changed to my certificate but it gave err...

 Forum: Support   Topic: first popup of popup menu problem

 Post subject: more irratic behavior
Posted: January 29th, 2012, 9:07 pm 

Replies: 1
Views: 64


more strange stuff found -Something else strange I just discovered. If I start up the script, then use the taskbar tray icon menu to 'Suspend Hotkeys' and then reset that before bringing up the popup menu for the first time, the shortcut key 's' will now work! However, when I tried using the 'suspen...

 Forum: Support   Topic: first popup of popup menu problem

Posted: January 29th, 2012, 7:15 pm 

Replies: 1
Views: 64


Looks like a bug, on the very first popup of a popup menu after program start up, it will not recognize defined shortcut key presses. Using autohotkey_L on a 64 bit windows 7, I ran this file: Menu, testmenu, Add, % "&s test me", menulab return ^+1:: Menu, testmenu, Show return menulab...

 Forum: Support   Topic: Run command fails launching .lnk with parameters

Posted: September 4th, 2011, 6:37 pm 

Replies: 10
Views: 2202


I found the simplest possible answer to the problem of autohotkey having problems running .lnk type files through the run command. Just add an extra set of double quotes before and after it without escaping: ""c:\dir path\filename.lnk"" ;-works "c:\dir path\filename.lnk"...

 Forum: Support   Topic: SOLVED: COM: How to Call a Method of an in-process dll

Posted: December 3rd, 2010, 9:03 am 

Replies: 6
Views: 291


Nice work on the COM_ functions Sean! So, you're saying that when I call COM_Invoke(), if I pass 1 fewer parameter than the specification for what my com method calls for then if the last parameter was an [out] it will be automatically passed through and become the return code for the COM_Invoke()? ...

 Forum: Support   Topic: SOLVED: COM: How to Call a Method of an in-process dll

Posted: December 3rd, 2010, 4:04 am 

Replies: 6
Views: 291


I had to figure it out for a purpose so I tried various things like searching the worlds worst online manual - microsoft's. Its gives all the most tedious details but leaves out many of the most important details. Mind twisting, mind warping, and mind numbing, but it still doesn't get you there. Sea...

 Forum: Support   Topic: SOLVED: COM: How to Call a Method of an in-process dll

 Post subject: SOLVED:
Posted: December 2nd, 2010, 7:05 pm 

Replies: 6
Views: 291


I had several problems in the implementation of my [out] parameters when using the COM_Invoke() function of the standard COM library (thanks Sean). 1) I needed to use COM_Invoke_() instead of COM_Invoke() 2) I needed to specify: VT_BYREF | VT_I4, "startup_return_code") as the return parame...

 Forum: Support   Topic: SOLVED: COM: How to Call a Method of an in-process dll

Posted: November 30th, 2010, 7:00 pm 

Replies: 6
Views: 291


I have this in process dll which I was able to successfully load using my_CLSID = % "{83A5D774-98AF-4A67-930C-D2904887C629}" dll_loc = % COM_CreateObject(my_CLSID, "", 1) I want to call a method called 'StartUp' in the object which has this definition: HRESULT S...
Sort by:  
Page 1 of 1 [ Search found 12 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group