Jump to content

Recommended Posts

Posted

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)
Posted

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.

Posted

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.

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...