 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
metacumbia
Joined: 02 Aug 2008 Posts: 56
|
Posted: Sat Aug 23, 2008 1:27 pm Post subject: I cant get clic on app d3d |
|
|
hi.. I want to made a Crosshair for Counter-Strike 1.6 with a simple GUI, but the problem is when I clic GUi, CS wll be minimize..
...
So...
I could fix now: CS wont be minimize
| Code: |
#NoEnv
#SingleInstance, Force
Gui, color, 66FF00
GUI, +alwaysontop +LastFound -Caption +ToolWindow
Gui, show, w5 h5,crosshair
WinWaitActive, ahk_class AutoHotkeyGUI,, 2
if ErrorLevel
return
LButton::
RButton::
MButton::
XButton1::
XButton2::
Return
+ESC::
GuiClose:
ExitApp
|
But the problem now is I cant clic in CS.
Do you understand? sorry for my english.
Thanks
. _________________ My God garry |
|
| Back to top |
|
 |
BoBo² Guest
|
Posted: Sat Aug 23, 2008 2:04 pm Post subject: |
|
|
NoActivate Gui |
|
| Back to top |
|
 |
metacumbia
Joined: 02 Aug 2008 Posts: 56
|
Posted: Sat Aug 23, 2008 3:58 pm Post subject: |
|
|
Like that?
| Code: | ifWinNotActive, ahk_class AutoHotkeyGUI,, 2
|
Doesnt Work!
Please, I need help _________________ My God garry |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|