232showtime 20 Posted July 15, 2014 I made autologin script for my software and Welcome msgBox popup if successful Run("XxXxXxXexe") Local $hWnd = WinWait("[CLASS:TFrmLogin]") ; Autologin Script runs here MsgBox(MB_SYSTEMMODAL, "Welcome", "Login Succesful"); welcome message appear after succesful login. and I put wrong password in my script and still welcome msgbox popup I tried every possible way that I know and still cant get it done need help please ill get to that... i still need to learn and understand a lot of codes Correct answer, learn to walk before you take on that marathon. Share this post Link to post Share on other sites
JohnOne 1,603 Posted July 15, 2014 Show login script or a reproducer of it. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
water 2,359 Posted July 15, 2014 Would you please be so kind to give meaningful titles to your threads? Everyone on this forum is looking for help 1 232showtime reacted to this My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2020-10-10 - Version 1.5.2.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2020-12-15 - Version 1.6.3.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (2020-06-27 - Version 1.3.2.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites
232showtime 20 Posted July 15, 2014 (edited) Show login script or a reproducer of it. hi sorry I cant show it because it is not allowed to post autologin script. I dont have problem with my autologin script, works like a charm but I tried to put a wrong password in my script and viola welcome msgbox popup Login Succesful but Failed login ill show the last line maybe this is enough... If ControlSend($hWnd, "", "Button2xEHexEGh", "[{Enter}]") = 1 then MsgBox($SYSTEMMODAL, "Welcome", "Login Succesful", 3) Edited July 15, 2014 by 232showtime ill get to that... i still need to learn and understand a lot of codes Correct answer, learn to walk before you take on that marathon. Share this post Link to post Share on other sites
BrewManNH 1,304 Posted July 15, 2014 ControlSend is what is being read, not the screen of the login. If ControlSend sends it correctly, then the message box will show up. Your error checking is wrong. 1 232showtime reacted to this If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way!I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Share this post Link to post Share on other sites
JohnOne 1,603 Posted July 15, 2014 Not really because no-one knows how your login will pass or fail. Going nowhere fast her. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites