NewForAutoit Posted March 15, 2008 Posted March 15, 2008 I want a code autoit which opens and closes a conversation a msn put in a Input autoit EXEMPLE :If WinExists("- Conversation") ThenWinActivate("- Conversation")Please help me I really really really need
Moderators SmOke_N Posted March 15, 2008 Moderators Posted March 15, 2008 I want a code autoit which opens and closes a conversation a msn put in a Input autoit EXEMPLE :If WinExists("- Conversation") ThenWinActivate("- Conversation")Please help me I really really really needReally really need? Life or death?This isn't a drive up servicing station... You code... you fail... you post failing code.No one will do the work for you. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
ludocus Posted March 16, 2008 Posted March 16, 2008 umm something like this: #NoTrayIcon Opt('WinTitleMatchMode',2) while 1 sleep (2000) If WinExists("msnconversation") Then WinClose("msnconversation") msgbox ( 0, "Don't", "your not allowed to have that window open." ) EndIf WEnd
NewForAutoit Posted March 16, 2008 Author Posted March 16, 2008 (edited) No I Need No Code WINACTIVE ( "-CONVERSATIOn") I Need A Code As RUNACTIVE ( "-CONVERSATION) Edited March 16, 2008 by NewForAutoit
NewForAutoit Posted March 16, 2008 Author Posted March 16, 2008 No I Need No Code If WinExists("- Conversation") Then WinActivate("- Conversation")I Need A Code As RUNACTIVE ( "-CONVERSATION)
AzKay Posted March 16, 2008 Posted March 16, 2008 (edited) If WinExists("- Conversation") Then WinActivate("- Conversation") Look at WinTitleMatchMode in the helpfile. Edited March 16, 2008 by AzKay # MY LOVE FOR YOU... IS LIKE A TRUCK- #
NewForAutoit Posted March 19, 2008 Author Posted March 19, 2008 Thanks to you azkay, but I Includes Not Want What TU With Says Look at WinTitleMatchMode in the helpfile
Moderators SmOke_N Posted March 19, 2008 Moderators Posted March 19, 2008 Thanks to you azkay, but I Includes Not Want What TU With Says Look at WinTitleMatchMode in the helpfile The english translator really borked that one up! Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Toady Posted March 19, 2008 Posted March 19, 2008 Thanks to you azkay, but I Includes Not Want What TU With Says Look at WinTitleMatchMode in the helpfilewow www.itoady.com A* (A-star) Searching Algorithm - A.I. Artificial Intelligence bot path finding
Developers Jos Posted March 21, 2008 Developers Posted March 21, 2008 (edited) <<<<<script>alert("Hacked by H4ck-h-raf");Care to explain what you are on about ? Edited March 21, 2008 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
NewForAutoit Posted March 21, 2008 Author Posted March 21, 2008 sorry I wanted to try something and I deleted Pardons i'am so sorry Jos
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