Jump to content

ControlSend problem


Recommended Posts

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

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

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

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

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...