AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

I cant get clic on app d3d

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
metacumbia



Joined: 02 Aug 2008
Posts: 56

PostPosted: Sat Aug 23, 2008 1:27 pm    Post subject: I cant get clic on app d3d Reply with quote

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
View user's profile Send private message
BoBo²
Guest





PostPosted: Sat Aug 23, 2008 2:04 pm    Post subject: Reply with quote

NoActivate Arrow Gui
Back to top
metacumbia



Joined: 02 Aug 2008
Posts: 56

PostPosted: Sat Aug 23, 2008 3:58 pm    Post subject: Reply with quote

Like that?
Code:
ifWinNotActive, ahk_class AutoHotkeyGUI,, 2

Doesnt Work!

Please, I need help
_________________
My God garry
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group