LAteNightSpecial Posted February 25 Share Posted February 25 (edited) Thought it might be useful to introduce 1 more project revolving around network utilities in AutoIt. I am a multitasker, it is just how I operate more efficiently. After diving head first into the AutoIt specs and capabilities. I am learning that a few of these (which are very basic, and implemented in other languages much more smoothly) might be a little difficult to implement if not down right next to impossible, but I like a challenge. So, I will give it a solid go. I will update the tool suite here as progress and availability are made, as to not clutter up the forum. Nothing here is advanced by any means, but serves as a good coding exercise. As always any suggestions, or guidance is always welcome and very much appreciated! <snip> Edited February 28 by Melba23 Wordwall & AI-generated code removed Link to comment Share on other sites More sharing options...
argumentum Posted February 27 Share Posted February 27 (edited) I don't usually quote complete posts but text can get edited. On 2/25/2024 at 10:32 PM, LAteNightSpecial said: AdlibRegister("_PingSweep", 1000) ; Call _PingSweep every 1 second EndIf Case $btnStop If $scanInProgress Then AdlibDisable() ; Stop background threading Please stop posting nonsense. Edited March 1 by Melba23 Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
LAteNightSpecial Posted February 27 Author Share Posted February 27 (edited) 10 hours ago, argumentum said: I don't usually quote complete posts but text can get edited. Please stop posting nonsense. I have a better idea, why don't you learn some manners and etiquette. Attempt offering some constructive and positive assistance as apposed to 4 world criticisms and ignorance. I am not a professional AutoIt script kiddie. I have only been working with this language for a few days. My sincere apologies, for not making that more clearer for you. I have very little experience with BASIC and PowerShell like functionality. I am not a Windows guy, but I thought it was do time to start learning. This is also why I utilize certain LLM to help guide some of my questions, though they are only accurate about 15% of the time in most cases. Hence why I came here in hopes of finding a supportive community, but AutoIt seems to be a tough crowd. We are not even this harsh on 4Chan. I hope these words find you well, try again. As always any professional and productive assistance is always welcome. Edited February 27 by LAteNightSpecial Link to comment Share on other sites More sharing options...
argumentum Posted February 27 Share Posted February 27 40 minutes ago, LAteNightSpecial said: I have a better idea, why don't you learn some manners and etiquette. Attempt offering some constructive and positive assistance as apposed to 4 world criticisms and ignorance. I am not a professional AutoIt script kiddie. I have only been working with this language for a few days. My sincere apologies, for not making that more clearer for you. I have very little experience with BASIC and PowerShell like functionality. I am not a Windows guy, but I thought it was do time to start learning. This is also why I utilize certain LLM to help guide some of my questions, though they are only accurate about 15% of the time in most cases. Hence why I came here in hopes of finding a supportive community, but AutoIt seems to be a tough crowd. We are not even this harsh on 4Chan. I hope these words find you well, try again. As always any professional and productive assistance is always welcome. You are ego tripping. You claim to test the code on your side but that is a lie. You are the unprofessional one giving examples of stuff you don't even try for yourself. Post in the help area and I will no criticize the post. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
Andreik Posted February 27 Share Posted February 27 @argumentum don't even bother with bots posting trash code. Nothing to learn from these posts. When the words fail... music speaks. Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted February 27 Moderators Share Posted February 27 LAteNightSpecial, I have an even better idea - you press your "neck retract" button very firmly and start acting like the neophyte AutoIt scripter that you are, rather that posting AI-generated wordwalls on complex subjects about which you are (by your own admission) completely unqualified to comment. Your future as part of this community has been under discussion for some days and we have shown considerable forbearance in not banning you already. Continuing as you have been will make any future such decision extremely easy. So it would be to your advantage to start acting like the "newbie" you are and limit your posts to questions which help your understanding of AutoIt rather the obviously untested rubbish code with which you have been polluting the forum over the past few days. Up to you - choose wisely. And now - in the immortal style of Jos - <click> M23 LAteNightSpecial, jchd, Andreik and 1 other 1 2 1 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Recommended Posts