lolp1 Posted May 5, 2007 Share Posted May 5, 2007 Hello, I am using this to attempt to bring up a menu on mIRC, how ever it does not bring up that menu, any ideas? (Works when I do it manualy) ControlSend("mIRC - [#baal-west", "", "Edit1", "{CTRLDOWN}",0) ControlSend("mIRC - [#baal-west", "", "Edit1", "k",0) ControlSend("mIRC - [#baal-west", "", "Edit1", "{CTRLUP}",0) Link to comment Share on other sites More sharing options...
erebus Posted May 5, 2007 Share Posted May 5, 2007 WinActivate("mIRC - [") Send("/clear{ENTER}") Send("/echo -n ^k4,5Hello world!{ENTER}") Link to comment Share on other sites More sharing options...
PsaltyDS Posted May 5, 2007 Share Posted May 5, 2007 Before messing around with "{CTRLDOWN}" "k" "{CTRLUP}", did you try just "^k", which is the Send() code for CTRL-k? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Link to comment Share on other sites More sharing options...
lolp1 Posted May 5, 2007 Author Share Posted May 5, 2007 WinActivate("mIRC - [") Send("/clear{ENTER}") Send("/echo -n ^k4,5Hello world!{ENTER}") Why would I do this instead of controll send? I clearly want to do this minamized Still doesn't work T.T. Link to comment Share on other sites More sharing options...
erebus Posted May 5, 2007 Share Posted May 5, 2007 This piece of code I sent you it does work. With mIRC minimized nothing of my tests worked with ControlSend (either with ^k or with {CTRLDOWN}k{CTRLUP} etc). This can be normal depending on mIRC's behaviour. Link to comment Share on other sites More sharing options...
lolp1 Posted May 5, 2007 Author Share Posted May 5, 2007 Yes it works, but it does not accomplish my goal to send to mIRC *minamized* crtldown + another key, other wise I wouldnt be trying controll send. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now