Thanks...
Page 1 of 1
Make .exe File From Ctrl+q Command? help
#2
Posted 05 April 2009 - 12:22 AM
Nikola, on Mar 30th 2009, 11:10 AM, said:
I am not into coding and i am complete noob when we talk about that,but can somebody make this because there is no way i can make it other way i wouldn't ask for it 
Thanks...
Thanks...
Try this:
ControlQ.exe
I wrote it in seconds with AutoHotkey, if anyone interested here is full source code of app:
^q::
Send !{F4}
#4
Posted 05 April 2009 - 06:00 PM
matonga, on Apr 5th 2009, 02:22 AM, said:
Try this:
ControlQ.exe
I wrote it in seconds with AutoHotkey, if anyone interested here is full source code of app:
ControlQ.exe
I wrote it in seconds with AutoHotkey, if anyone interested here is full source code of app:
^q::
Send !{F4}I tried app,but this wasn't what i was looking for,maybe i didn't explain my situation good,i thought this is simple but it ain't...i am using systrayx on vista and i was looking for .exe file which i will run and he will show me systrayx menu.That exe file i will be able to put in xwd or objectbar to show me my tray.I was concentrated on ctrl+q command because i setup this command to show me systrayx menu.I hope this help.and sorry for misunderstanding also for my English....
#6
Posted 06 April 2009 - 01:42 AM
@Nikola:
Ok! This one simulates ctrl+q when executed:
SendControlQ.exe
Source code:
I have no way to test it. Tested Ctrl+F instead, with explorer, and showed search panel, so I guess SendControlQ.exe should do what you want. Try it and tell me if it worked for you.
Ok! This one simulates ctrl+q when executed:
SendControlQ.exe
Source code:
send ^q
I have no way to test it. Tested Ctrl+F instead, with explorer, and showed search panel, so I guess SendControlQ.exe should do what you want. Try it and tell me if it worked for you.
#10
Posted 06 April 2009 - 12:42 PM
dope2, on Apr 6th 2009, 01:12 PM, said:
i dont understand what SendControlQ.exe does.
It's custom made application.I wanted to have application who will simulate ctrl+q when executed.Which means it does the same as pressing ctrl+q command,which means it will not do anything if you don't have something that will be activated with ctrl+q.Hope you understand it now
Page 1 of 1








Sign In »
Register Now!
Help

MultiQuote