Jump to content

msn help


Possessed
 Share

Recommended Posts

hey what would be a good way to get a convo window to Activate

Opt("WinTextMatchMode", 2)
If WinExists("","- Conversation")Then

     WinActivate("","- Conversation")

    EndIf

This is what i am useing right now but its not working :) so anyone have any ideas? thanks

Move the names to the "title" parameter ans in like this

WinActivate("- Conversation","")
Link to comment
Share on other sites

Hmm this still does not work any more ideas maybe a recode of the func? btw i am trying to make a afk bot func. :)

So is the window you are trying to detect an in-game window? cause those are undetectable in autoit

Edit; Just for clarification, you'd have to use what i posted above for both winactivate and Winexists

Edited by Paulie
Link to comment
Share on other sites

So is the window you are trying to detect an in-game window? cause those are undetectable in autoit

No no nothing to do with a game or anything i just trying to code a very simple away bot so if someone sends me a IM it will see the new window and send a small statement then keep looking for new windows.. and so on.

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...