mLipok Posted August 13, 2013 Share Posted August 13, 2013 Done. I'm thinking about creating a script to parse these functions. Your idea gave me food for thought. Are you in the appended examples, the result that each function name was a link to a proper description of the Function? Signature beginning:* Please remember: "AutoIt"..... * Wondering who uses AutoIt and what it can be used for ? * Forum Rules ** ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Code * for other useful stuff click the following button: Spoiler Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST API * ErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 * My contribution to others projects or UDF based on others projects: * _sql.au3 UDF * POP3.au3 UDF * RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF * SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane * Useful links: * Forum Rules * Forum etiquette * Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * Wiki: * Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX IE Related: * How to use IE.au3 UDF with AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskScheduler * IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related: * How to get reference to PDF object embeded in IE * IE on Windows 11 * I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions * EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *I also encourage you to check awesome @trancexx code: * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuff * OnHungApp handler * Avoid "AutoIt Error" message box in unknown errors * HTML editor * winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/ "Homo sum; humani nil a me alienum puto" - Publius Terentius Afer"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming" , be and \\//_. Anticipating Errors : "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty." Signature last update: 2023-04-24 Link to comment Share on other sites More sharing options...
AZJIO Posted August 13, 2013 Share Posted August 13, 2013 mlipokFileOpen - Numbers and value by default are painted. A good idea? My other projects or all Link to comment Share on other sites More sharing options...
mLipok Posted August 13, 2013 Share Posted August 13, 2013 I think that if any part of the script is displayed in the "SciTe" in a way that changes the color of the text in the editor, it would be just as well if the documentation presented certain phrases (names of functions, macros, directives, and any other words reserved by the programming language) using adequate colors. Signature beginning:* Please remember: "AutoIt"..... * Wondering who uses AutoIt and what it can be used for ? * Forum Rules ** ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Code * for other useful stuff click the following button: Spoiler Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST API * ErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 * My contribution to others projects or UDF based on others projects: * _sql.au3 UDF * POP3.au3 UDF * RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF * SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane * Useful links: * Forum Rules * Forum etiquette * Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * Wiki: * Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX IE Related: * How to use IE.au3 UDF with AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskScheduler * IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related: * How to get reference to PDF object embeded in IE * IE on Windows 11 * I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions * EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *I also encourage you to check awesome @trancexx code: * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuff * OnHungApp handler * Avoid "AutoIt Error" message box in unknown errors * HTML editor * winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/ "Homo sum; humani nil a me alienum puto" - Publius Terentius Afer"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming" , be and \\//_. Anticipating Errors : "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty." Signature last update: 2023-04-24 Link to comment Share on other sites More sharing options...
AZJIO Posted August 13, 2013 Share Posted August 13, 2013 $tmp2 = StringRegExpReplace($tmp2, '(?mi)([\h(]+\+?)(-?\d+)(?= [-=] \(by default\))', '\1<b class="red">\2</b>') ; painted "the default value". 0 - (by default) $tmp2 = StringRegExpReplace($tmp2, '(?m)([\h(]+\+?)(-?\d+)(?= [-=] )', '\1<b class="S31">\2</b>') ; color number in parameters My other projects or all Link to comment Share on other sites More sharing options...
guinness Posted August 13, 2013 Share Posted August 13, 2013 Your idea gave me food for thought. Are you in the appended examples, the result that each function name was a link to a proper description of the Function?No. Only those that appear in the remarks for now. UDF List: _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018 Link to comment Share on other sites More sharing options...
AZJIO Posted August 13, 2013 Share Posted August 13, 2013 I think that if any part of the script is displayed in the "SciTe" in a way that changes the color of the text in the editor, it would be just as well if the documentation presented certain phrases (names of functions, macros, directives, and any other words reserved by the programming language) using adequate colors. I think that the beginner will determine types of elements of programming by color. My other projects or all Link to comment Share on other sites More sharing options...
mLipok Posted August 13, 2013 Share Posted August 13, 2013 No. Only those that appear in the remarks for now. And if in the future? Is this concept is taken into account? Signature beginning:* Please remember: "AutoIt"..... * Wondering who uses AutoIt and what it can be used for ? * Forum Rules ** ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Code * for other useful stuff click the following button: Spoiler Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST API * ErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 * My contribution to others projects or UDF based on others projects: * _sql.au3 UDF * POP3.au3 UDF * RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF * SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane * Useful links: * Forum Rules * Forum etiquette * Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * Wiki: * Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX IE Related: * How to use IE.au3 UDF with AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskScheduler * IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related: * How to get reference to PDF object embeded in IE * IE on Windows 11 * I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions * EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *I also encourage you to check awesome @trancexx code: * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuff * OnHungApp handler * Avoid "AutoIt Error" message box in unknown errors * HTML editor * winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/ "Homo sum; humani nil a me alienum puto" - Publius Terentius Afer"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming" , be and \\//_. Anticipating Errors : "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty." Signature last update: 2023-04-24 Link to comment Share on other sites More sharing options...
mLipok Posted August 13, 2013 Share Posted August 13, 2013 I think that the beginner will determine types of elements of programming by color. exactly Signature beginning:* Please remember: "AutoIt"..... * Wondering who uses AutoIt and what it can be used for ? * Forum Rules ** ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Code * for other useful stuff click the following button: Spoiler Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST API * ErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 * My contribution to others projects or UDF based on others projects: * _sql.au3 UDF * POP3.au3 UDF * RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF * SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane * Useful links: * Forum Rules * Forum etiquette * Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * Wiki: * Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX IE Related: * How to use IE.au3 UDF with AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskScheduler * IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related: * How to get reference to PDF object embeded in IE * IE on Windows 11 * I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions * EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *I also encourage you to check awesome @trancexx code: * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuff * OnHungApp handler * Avoid "AutoIt Error" message box in unknown errors * HTML editor * winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/ "Homo sum; humani nil a me alienum puto" - Publius Terentius Afer"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming" , be and \\//_. Anticipating Errors : "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty." Signature last update: 2023-04-24 Link to comment Share on other sites More sharing options...
guinness Posted August 13, 2013 Share Posted August 13, 2013 And if in the future?Is this concept is taken into account?No, not for the next release at least. UDF List: _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018 Link to comment Share on other sites More sharing options...
AZJIO Posted August 13, 2013 Share Posted August 13, 2013 ProcessList - Painted array ; two-dimensional array [0][0] $tmp2 = StringRegExpReplace($tmp2, '(?<![\w$>])(\$\w+?)(\[)([\dnx])(\]\[)([\dn])(\])', '<font class="S91">\1</font><font class="S81">[</font><font class="S31">\3</font><font class="S81">][</font><font class="S31">\5</font><font class="S81">]</font>') ; the one-dimensional array of [0] $tmp2 = StringRegExpReplace($tmp2, '(?<![\w$>])(\$\w+?)(\[)([\dn])(\])', '<font class="S91">\1</font><font class="S81">[</font><font class="S31">\3</font><font class="S81">]</font>') My other projects or all Link to comment Share on other sites More sharing options...
AZJIO Posted August 13, 2013 Share Posted August 13, 2013 _GUIToolTip_EnumTools - paints [0] if the name isn't entered ; paints [0] if the name isn't entered $tmp2 = StringRegExpReplace($tmp2, '(?m)^(\h*)(\[)([\dn])(\])( [-=] )', '\1<font class="S81">[</font><font class="S31">\3</font><font class="S81">]</font>\5') My other projects or all Link to comment Share on other sites More sharing options...
mLipok Posted August 13, 2013 Share Posted August 13, 2013 There is, click the question mark. now I see Can You change in Language Reference - Operators Select conditionally an expression. e.g. $condition ? $expression1 : $expression2 ($expression1 if $condition is True or $expression2 if False) to something like that Select conditionally an expression. e.g. $condition ? $expression1 : $expression2 ($expression1 if $condition is True or $expression2 if False). See for ternary operator description. Signature beginning:* Please remember: "AutoIt"..... * Wondering who uses AutoIt and what it can be used for ? * Forum Rules ** ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Code * for other useful stuff click the following button: Spoiler Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST API * ErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 * My contribution to others projects or UDF based on others projects: * _sql.au3 UDF * POP3.au3 UDF * RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF * SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane * Useful links: * Forum Rules * Forum etiquette * Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * Wiki: * Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX IE Related: * How to use IE.au3 UDF with AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskScheduler * IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related: * How to get reference to PDF object embeded in IE * IE on Windows 11 * I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions * EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *I also encourage you to check awesome @trancexx code: * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuff * OnHungApp handler * Avoid "AutoIt Error" message box in unknown errors * HTML editor * winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/ "Homo sum; humani nil a me alienum puto" - Publius Terentius Afer"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming" , be and \\//_. Anticipating Errors : "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty." Signature last update: 2023-04-24 Link to comment Share on other sites More sharing options...
guinness Posted August 13, 2013 Share Posted August 13, 2013 now I seeCan You change in Language Reference - Operatorsto something like thatAlready done. UDF List: _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018 Link to comment Share on other sites More sharing options...
mLipok Posted August 13, 2013 Share Posted August 13, 2013 in GUI Management / GUICreate By default the dialog box is non sizable and non maximizable. So WS_SIZEBOX or WS_MAXIMIZEBOX can be used in the style parameter. As defining only one style just set this style don't forget to combine it with default ones, i.e. just defining WS_SIZEBOX will not set WS_MINIMIZEBOX, WS_CAPTION, WS_POPUP, WS_SYSMENU. So the best method to define a resizeable window is to use WS_OVERLAPPEDWINDOW. there is not $ mark for example WS_SIZEBOX >> $WS_SIZEBOX Signature beginning:* Please remember: "AutoIt"..... * Wondering who uses AutoIt and what it can be used for ? * Forum Rules ** ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Code * for other useful stuff click the following button: Spoiler Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST API * ErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 * My contribution to others projects or UDF based on others projects: * _sql.au3 UDF * POP3.au3 UDF * RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF * SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane * Useful links: * Forum Rules * Forum etiquette * Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * Wiki: * Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX IE Related: * How to use IE.au3 UDF with AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskScheduler * IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related: * How to get reference to PDF object embeded in IE * IE on Windows 11 * I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions * EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *I also encourage you to check awesome @trancexx code: * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuff * OnHungApp handler * Avoid "AutoIt Error" message box in unknown errors * HTML editor * winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/ "Homo sum; humani nil a me alienum puto" - Publius Terentius Afer"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming" , be and \\//_. Anticipating Errors : "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty." Signature last update: 2023-04-24 Link to comment Share on other sites More sharing options...
mLipok Posted August 14, 2013 Share Posted August 14, 2013 (edited) I Check History in Beta Added: Array access on expression: StringSplit("a,b", ",")[1] Added: Dot access on expression: ObjCreate("Shell.Application").GetSystemInformation("DirectoryServiceAvailable") Added: Built-in functions that take a callback now be passed directly in addition to the old method of passing as a string. Built-in functions can also be passed now (be careful that the function you pass matches what the caller expects). Added: Expression as default function parameter. Added: With...EndWith can be used on expressions having dot-access. Added: Nested "With...EndWith". Whether the documentation is prepared for an example or a description for this new functionality ?. proposal example: $sFirstElement = StringSplit('TEST1|TEST2|TEST3', '|')[1] $sSecondElement = StringSplit('TEST1|TEST2|TEST3', '|')[2] $sThirdElement = StringSplit('TEST1|TEST2|TEST3', '|')[3] ConsoleWrite( _ $sFirstElement & @CRLF & _ $sSecondElement & @CRLF & _ $sThirdElement & @CRLF _ ) Edited August 14, 2013 by mlipok Signature beginning:* Please remember: "AutoIt"..... * Wondering who uses AutoIt and what it can be used for ? * Forum Rules ** ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Code * for other useful stuff click the following button: Spoiler Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST API * ErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 * My contribution to others projects or UDF based on others projects: * _sql.au3 UDF * POP3.au3 UDF * RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF * SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane * Useful links: * Forum Rules * Forum etiquette * Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * Wiki: * Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX IE Related: * How to use IE.au3 UDF with AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskScheduler * IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related: * How to get reference to PDF object embeded in IE * IE on Windows 11 * I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions * EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *I also encourage you to check awesome @trancexx code: * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuff * OnHungApp handler * Avoid "AutoIt Error" message box in unknown errors * HTML editor * winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/ "Homo sum; humani nil a me alienum puto" - Publius Terentius Afer"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming" , be and \\//_. Anticipating Errors : "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty." Signature last update: 2023-04-24 Link to comment Share on other sites More sharing options...
czardas Posted August 14, 2013 Share Posted August 14, 2013 (edited) in GUI Management / GUICreate there is not $ mark for example WS_SIZEBOX >> $WS_SIZEBOX These constant names are from Microsoft. The dollar sign is added to comply with the current AutoIt syntax. I do not believe this is a mistake, but I also haven't checked the description. Edited August 14, 2013 by czardas operator64 ArrayWorkshop Link to comment Share on other sites More sharing options...
Starg Posted August 14, 2013 Share Posted August 14, 2013 StringRegExpReplace syntax:StringRegExpReplace ( "test", "pattern", "replace", [count] ) should beStringRegExpReplace ( "test", "pattern", "replace" [, count] ) Link to comment Share on other sites More sharing options...
mLipok Posted August 14, 2013 Share Posted August 14, 2013 (edited) @Strag EDIT: @Starg check Your version of HelpFile write only if something is wrong with current beta version of HelpFile in v3.3.9.16 (Beta) StringRegExpReplace ( "test", "pattern", "replace" [, count = 0] ) Edited August 14, 2013 by mlipok Signature beginning:* Please remember: "AutoIt"..... * Wondering who uses AutoIt and what it can be used for ? * Forum Rules ** ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Code * for other useful stuff click the following button: Spoiler Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST API * ErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 * My contribution to others projects or UDF based on others projects: * _sql.au3 UDF * POP3.au3 UDF * RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF * SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane * Useful links: * Forum Rules * Forum etiquette * Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * Wiki: * Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX IE Related: * How to use IE.au3 UDF with AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskScheduler * IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related: * How to get reference to PDF object embeded in IE * IE on Windows 11 * I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions * EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *I also encourage you to check awesome @trancexx code: * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuff * OnHungApp handler * Avoid "AutoIt Error" message box in unknown errors * HTML editor * winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/ "Homo sum; humani nil a me alienum puto" - Publius Terentius Afer"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming" , be and \\//_. Anticipating Errors : "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty." Signature last update: 2023-04-24 Link to comment Share on other sites More sharing options...
guinness Posted August 14, 2013 Share Posted August 14, 2013 Please do a link in this HelpFiles section (requested link word are underlinedin FileCreateNTFSLink in FileDeletein FileFindFirstFilein FileGetVersionin FileWriteLinein IniWritein IniWriteSectionDone. I also did these...Revision: 8509Author: guinnessDate: 14 August 2013 09:01:28Message:Added: Direct links in the remarks.----Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ACos.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ASin.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ATan.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Asc.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Assign.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/AutoItSetOption.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/BinaryToString.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/BitAND.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/BitNOT.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/BitOR.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/BitXOR.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/BlockInput.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Break.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/CDTray.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Call.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Chr.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ConsoleRead.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ControlClick.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ControlCommand.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ControlSend.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DirMove.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DllCall.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DllCallbackFree.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DllCallbackGetPtr.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DllCallbackRegister.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DllClose.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DllOpen.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DllStructCreate.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DllStructGetData.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DllStructGetPtr.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DriveSetLabel.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DriveSpaceFree.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DriveSpaceTotal.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DriveStatus.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/EnvSet.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/EnvUpdate.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Eval.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileClose.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileCreateNTFSLink.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileCreateShortcut.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileDelete.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileExists.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileFindFirstFile.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileFindNextFile.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileFlush.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileGetAttrib.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileGetEncoding.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileInstall.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileMove.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileOpen.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileRead.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileReadLine.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileSetPos.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileWrite.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileWriteLine.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FtpSetProxy.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICreate.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateAvi.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateButton.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateCheckbox.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateCombo.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateDate.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateDummy.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateEdit.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateGraphic.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateGroup.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateIcon.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateInput.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateLabel.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateList.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateListView.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateListViewItem.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateMenuItem.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateObj.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreatePic.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateProgress.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateRadio.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateSlider.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateTab.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateTabItem.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateTreeView.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateTreeViewItem.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlDelete.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlRead.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlRecvMsg.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlSendMsg.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlSetBkColor.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlSetCursor.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlSetData.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlSetFont.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlSetGraphic.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlSetImage.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlSetOnEvent.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlSetState.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUIGetCursorInfo.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUIGetMsg.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUIGetStyle.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUIRegisterMsg.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUISetAccelerators.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUISetCursor.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUISetOnEvent.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUIStartGroup.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUISwitch.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/HotKeySet.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/HttpSetProxy.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/InetClose.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/InetGet.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/IniRead.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/IniWrite.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/IniWriteSection.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/InputBox.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Int.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/IsDeclared.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/IsInt.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/IsNumber.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Mod.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/MouseDown.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/MouseMove.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/MouseUp.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/MsgBox.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ObjCreate.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ObjCreateInterface.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/PixelSearch.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ProcessClose.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ProcessWaitClose.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ProgressOn.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Random.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/RegRead.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Run.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/RunAs.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/RunAsWait.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/RunWait.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/SRandom.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Send.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/SendKeepActive.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/SetError.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/SetExtended.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ShellExecute.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Shutdown.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/SoundPlay.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/SplashImageOn.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/SplashTextOn.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Sqrt.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StatusbarGetText.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StderrRead.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StdinWrite.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StdoutRead.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringFormat.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringFromASCIIArray.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringInStr.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringIsAlNum.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringIsAlpha.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringIsFloat.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringIsInt.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringIsLower.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringIsSpace.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringIsUpper.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringIsXDigit.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringRegExp.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringReplace.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringSplit.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringStripWS.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringToASCIIArray.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringTrimLeft.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringTrimRight.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TCPNameToIP.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TCPRecv.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TCPSend.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TCPShutdown.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TCPStartup.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Tan.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TimerInit.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ToolTip.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TrayItemSetOnEvent.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TraySetIcon.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TraySetOnEvent.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TraySetPauseIcon.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TraySetToolTip.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TrayTip.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/UBound.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/VarGetType.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinActivate.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinClose.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinExists.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinGetCaretPos.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinGetClassList.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinGetClientSize.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinGetPos.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinGetText.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinGetTitle.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinKill.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinMenuSelectItem.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinMinimizeAll.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinMinimizeAllUndo.txtModified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinMove.txtin FileMove (and please remove " after adding link)There is no FileRename, so why would I link to it.in FileOpenDialogin FileSaveDialogI will consider linking to macros later. UDF List: _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018 Link to comment Share on other sites More sharing options...
guinness Posted August 14, 2013 Share Posted August 14, 2013 in GUI Management / GUICreate there is not $ markfor exampleWS_SIZEBOX >> $WS_SIZEBOXThey are MSDN constants. If a Dev wants me to change then I will. But for now I won't change. UDF List: _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018 Link to comment Share on other sites More sharing options...
Recommended Posts