AZJIO Posted June 24, 2013 Posted June 24, 2013 (edited) My Notepad v0.4 (En, Ru) Black theme My_Notepad.7z (560kb sources + EXE) I wanted to make an example for the help file. But I could not stop, and made more complicated. Edited March 15, 2020 by AZJIO MikahS 1 My other projects or all
czardas Posted June 24, 2013 Posted June 24, 2013 (edited) The menu item 'Cancel' is normally called 'Undo' in the English version of the Edit menu.. Edited June 24, 2013 by czardas operator64 ArrayWorkshop
AZJIO Posted June 24, 2013 Author Posted June 24, 2013 czardas, Fixed Updated Added "drag-and-drop" Added "modification flag" Added "GUISetAccelerators" mesale0077 1 My other projects or all
czardas Posted June 24, 2013 Posted June 24, 2013 I look forward to seeing what you add next. I have a similar project. I keep reminding myself I need to finish it. operator64 ArrayWorkshop
Belini Posted June 24, 2013 Posted June 24, 2013 @AZJIO i found it very good this notepad in Autoit. My Codes: Virtual Key Code UDF: http://www.autoitscript.com/forum/topic/138246-virtual-key-code-udf/ GuiSplashTextOn.au3: http://www.autoitscript.com/forum/topic/143542-guisplashtexton-udf/ Menu versions of Autoit: http://www.autoitscript.com/forum/topic/137435-menu-versions-of-autoit/#entry962011 Selects first folder of letters: ]http://www.autoitscript.com/forum/topic/144780-select-folders-by-letter/#entry1021708/spoiler] List files and folders with long addresses.: http://www.autoitscript.com/forum/topic/144910-list-files-and-folders-with-long-addresses/#entry102 2926 Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5Qs Navigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ
guinness Posted June 24, 2013 Posted June 24, 2013 Closing the application with an unsaved file will display a message box in Russian. 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
GreenCan Posted June 25, 2013 Posted June 25, 2013 (edited) Nice script Is there any reason why you change the keyboard to English (409)? If I comment out lines 298-302, I don't see the script misbehaving and I have my own keyboard layout. Is there any chance to allow overwrite mode (by toggling the insert key), so that the editor behaves like Scite or Notepad++? (by default this is not possible with GUICtrlCreateEdit) Edited June 25, 2013 by GreenCan Contributions CheckUpdate - SelfUpdating script ------- Self updating script Dynamic input validation ------------------- Use a Input masks can make your life easier and Validation can be as simple MsgBox with CountDown ------------------- MsgBox with visual countdown Display Multiline text cells in ListView ---- Example of pop-up or ToolTip for multiline text items in ListView Presentation Manager ---------------------- Program to display and refresh different Border-less GUI's on a Display (large screen TV) USB Drive Tools ------------------------------ Tool to help you with your USB drive management Input Period udf ------------------------------ GUI for a period input Excel ColorPicker ---------------------------- Color pickup tool will allow you to select a color from the standard Excel color palette Excel Chart UDF ----------------------------- Collaboration project with water GetDateInString ------------------------------ Find date/time in a string using a date format notation like DD Mon YYYY hh:mm TaskListAllDetailed --------------------------- List All Scheduled Tasks Computer Info --------------------------------- A collection of information for helpdesk Shared memory Demo ----------------------- Demo: Two applications communicate with each other through means of a memory share (using Nomad function, 32bit only) Universal Date Format Conversion -------- Universal date converter from your PC local date format to any format Disable Windows DetailsPane -------------- Disable Windows Explorer Details Pane Oracle SQL Report Generator ------------- Oracle Report generator using SQL SQLite Report Generator ------------------- SQLite Report generator using SQL SQLite ListView and BLOB demo ---------- Demo: shows how binary (image) objects can be recognized natively in a database BLOB field DSN-Less Database connection demo --- Demo: ActiveX Data Objects DSN-Less Database access Animated animals ----------------------------- Fun: Moving animated objects Perforated image in GUI --------------------- Fun: Perforate your image with image objects UEZ's Perforator major update ------------- Fun: Pro version of Perforator by UEZ Visual Crop Tool (GUI) ----------------------- Easy to use Visual Image Crop tool Visual Image effect (GUI) -------------------- Visually apply effects on an image
AZJIO Posted June 25, 2013 Author Posted June 25, 2013 (edited) @GreenCan Is there any reason why you change the keyboard to English (409)? If I comment out lines 298-302, I don't see the script misbehaving and I have my own keyboard layout. By default, when the system boots I have included Russian keyboard layout. This causes a problem hot key assignment. I can assign a keyboard shortcut Ctrl +1, but I can not assign Ctrl + A, because the numbers in any keyboard layout are the numbers. At experiments of @MrCreatoR found out the cause of the problem. Before purpose of hotkeys it is necessary to switch over in English keyboard layout. I improved his idea that restored keyboard layout which has to be when system boots because I expect to start entering text in Russian. Possibly it is a problem only for Russian layout of the keyboard. Is there any chance to allow overwrite mode (by toggling the insert key), so that the editor behaves like Notepad++? (by default this is not possible with GUICtrlCreateEdit) I don't understand. @guinness Fixed. There is another problem. When searching for text, you can change the input field and the text in the editor. I must track these changes. This is not done. Edited June 25, 2013 by AZJIO My other projects or all
guinness Posted June 25, 2013 Posted June 25, 2013 @guinnessFixed.Thanks. 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
GreenCan Posted June 25, 2013 Posted June 25, 2013 Azjio, By default, when the system boots I have included Russian keyboard layout. This causes a problem hot key assignment. I can assign a keyboard shortcut Ctrl +1, but I can not assign Ctrl + A, because the numbers in any keyboard layout are the numbers. At experiments of @MrCreatoR found out the cause of the problem. Before purpose of hotkeys it is necessary to switch over in English keyboard layout. I improved his idea that restored keyboard layout which has to be when system boots because I expect to start entering text in Russian. Possibly it is a problem only for Russian layout of the keyboard. I can confirm that all shortcut keys as defined as Acceleration Keys do function on my PC with Belgian keyboard I would recommend to set _WinAPI_LoadKeyboardLayoutEx as an optional keyboard defined in the ini file. I found another bug with shortcut F5, F5 erases the complete content of what is currently in the editor, that cannot be wanted, right? I expect the date to be inserted at cursor position. I don't understand. Well, very simple, open your My_Notepad and start typing, go back with your cursor to the previous word, type again, you are in insert mode, the cursor is a vertical bar. Now press the Insert button, your cursor doesn't change and you are still in insert mode. Now, go to Scite and do the same, when you press the Insert button, the cursor changes to underscore (_) in you can type over (erase) the existing text GreenCan Contributions CheckUpdate - SelfUpdating script ------- Self updating script Dynamic input validation ------------------- Use a Input masks can make your life easier and Validation can be as simple MsgBox with CountDown ------------------- MsgBox with visual countdown Display Multiline text cells in ListView ---- Example of pop-up or ToolTip for multiline text items in ListView Presentation Manager ---------------------- Program to display and refresh different Border-less GUI's on a Display (large screen TV) USB Drive Tools ------------------------------ Tool to help you with your USB drive management Input Period udf ------------------------------ GUI for a period input Excel ColorPicker ---------------------------- Color pickup tool will allow you to select a color from the standard Excel color palette Excel Chart UDF ----------------------------- Collaboration project with water GetDateInString ------------------------------ Find date/time in a string using a date format notation like DD Mon YYYY hh:mm TaskListAllDetailed --------------------------- List All Scheduled Tasks Computer Info --------------------------------- A collection of information for helpdesk Shared memory Demo ----------------------- Demo: Two applications communicate with each other through means of a memory share (using Nomad function, 32bit only) Universal Date Format Conversion -------- Universal date converter from your PC local date format to any format Disable Windows DetailsPane -------------- Disable Windows Explorer Details Pane Oracle SQL Report Generator ------------- Oracle Report generator using SQL SQLite Report Generator ------------------- SQLite Report generator using SQL SQLite ListView and BLOB demo ---------- Demo: shows how binary (image) objects can be recognized natively in a database BLOB field DSN-Less Database connection demo --- Demo: ActiveX Data Objects DSN-Less Database access Animated animals ----------------------------- Fun: Moving animated objects Perforated image in GUI --------------------- Fun: Perforate your image with image objects UEZ's Perforator major update ------------- Fun: Pro version of Perforator by UEZ Visual Crop Tool (GUI) ----------------------- Easy to use Visual Image Crop tool Visual Image effect (GUI) -------------------- Visually apply effects on an image
AZJIO Posted June 25, 2013 Author Posted June 25, 2013 (edited) GreenCan (by default this is not possible with GUICtrlCreateEdit) You answered your own question. I do not use this mode even in Notepad++. F5 I will correct, it almost a typo. ", 1)" Fixed There is another problem. When searching for text, you can change the input field and the text in the editor. I must track these changes. This is not done I was mistaken. I wanted to correct, but the problem isn't present. Edited June 25, 2013 by AZJIO My other projects or all
GreenCan Posted June 25, 2013 Posted June 25, 2013 (edited) You answered your own question. I do not use this mode even in Notepad++. Yes, but your answer is too simple . It must be possible with GUIRegisterMsg. All good editors have this feature. I'll see if I can solve this. Something else, would you evaluate to put a status bar with some info like cursor position (see example), file size, etc? ; 1. Add below $hEdit = GUICtrlGetHandle(-1) GUICtrlSetResizing ( $iEdit, $GUI_DOCKBOTTOM + $GUI_DOCKTOP ) ; 2. ==> insert just before GUISetState(@SW_SHOW, $hGui) #region status bar Local $aPartRightSide[3] = [100, 140, 300] Global $StatusBar = _GUICtrlStatusBar_Create($hGui, $aPartRightSide, "", -1, $SBARS_SIZEGRIP) _GUICtrlStatusBar_SetText($StatusBar, "INS" , 0) _GUICtrlStatusBar_SetText($StatusBar, "" , 1) _GUICtrlStatusBar_SetText($StatusBar, "Ln: " & ControlCommand($hGUI, "", $hEdit, "GetCurrentLine", "") & " " & "Col: " &ControlCommand($hGUI, "", $hEdit, "GetCurrentCol", ""), 2) #endregion status bar ; 3. Add GUIRegisterMsg($WM_SIZE, "MY_STATUSBAR") ; 4. Add (and Declare Global $aLocation) Case Else $aLocation = _GUICtrlEdit_GetSel($iEdit) ; cursor location If $iKeep_Pos <> $aLocation[1] Then _GUICtrlStatusBar_SetText($StatusBar, "Ln: " & ControlCommand($hGUI, "", $hEdit, "GetCurrentLine", "") & " " & "Col: " &ControlCommand($hGUI, "", $hEdit, "GetCurrentCol", ""), 2) $iKeep_Pos = $aLocation[1] EndIf ; 5. Add Func MY_STATUSBAR($hWnd, $iMsg, $iwParam, $ilParam) ; dock bottom _GUICtrlStatusBar_Resize($StatusBar) Return $GUI_RUNDEFMSG EndFunc ;==>MY_STATUSBAR Edited June 25, 2013 by GreenCan Contributions CheckUpdate - SelfUpdating script ------- Self updating script Dynamic input validation ------------------- Use a Input masks can make your life easier and Validation can be as simple MsgBox with CountDown ------------------- MsgBox with visual countdown Display Multiline text cells in ListView ---- Example of pop-up or ToolTip for multiline text items in ListView Presentation Manager ---------------------- Program to display and refresh different Border-less GUI's on a Display (large screen TV) USB Drive Tools ------------------------------ Tool to help you with your USB drive management Input Period udf ------------------------------ GUI for a period input Excel ColorPicker ---------------------------- Color pickup tool will allow you to select a color from the standard Excel color palette Excel Chart UDF ----------------------------- Collaboration project with water GetDateInString ------------------------------ Find date/time in a string using a date format notation like DD Mon YYYY hh:mm TaskListAllDetailed --------------------------- List All Scheduled Tasks Computer Info --------------------------------- A collection of information for helpdesk Shared memory Demo ----------------------- Demo: Two applications communicate with each other through means of a memory share (using Nomad function, 32bit only) Universal Date Format Conversion -------- Universal date converter from your PC local date format to any format Disable Windows DetailsPane -------------- Disable Windows Explorer Details Pane Oracle SQL Report Generator ------------- Oracle Report generator using SQL SQLite Report Generator ------------------- SQLite Report generator using SQL SQLite ListView and BLOB demo ---------- Demo: shows how binary (image) objects can be recognized natively in a database BLOB field DSN-Less Database connection demo --- Demo: ActiveX Data Objects DSN-Less Database access Animated animals ----------------------------- Fun: Moving animated objects Perforated image in GUI --------------------- Fun: Perforate your image with image objects UEZ's Perforator major update ------------- Fun: Pro version of Perforator by UEZ Visual Crop Tool (GUI) ----------------------- Easy to use Visual Image Crop tool Visual Image effect (GUI) -------------------- Visually apply effects on an image
AZJIO Posted June 25, 2013 Author Posted June 25, 2013 GreenCan I do not want to display information in the status bar after typing each letter. Maybe I'm not ready to do that now. I think it's wasteful. Given that the AutoIt3 spends to 10 times greater than in C/C++. I wanted to add a search with regular expressions. My other projects or all
GreenCan Posted June 25, 2013 Posted June 25, 2013 Fine for me Contributions CheckUpdate - SelfUpdating script ------- Self updating script Dynamic input validation ------------------- Use a Input masks can make your life easier and Validation can be as simple MsgBox with CountDown ------------------- MsgBox with visual countdown Display Multiline text cells in ListView ---- Example of pop-up or ToolTip for multiline text items in ListView Presentation Manager ---------------------- Program to display and refresh different Border-less GUI's on a Display (large screen TV) USB Drive Tools ------------------------------ Tool to help you with your USB drive management Input Period udf ------------------------------ GUI for a period input Excel ColorPicker ---------------------------- Color pickup tool will allow you to select a color from the standard Excel color palette Excel Chart UDF ----------------------------- Collaboration project with water GetDateInString ------------------------------ Find date/time in a string using a date format notation like DD Mon YYYY hh:mm TaskListAllDetailed --------------------------- List All Scheduled Tasks Computer Info --------------------------------- A collection of information for helpdesk Shared memory Demo ----------------------- Demo: Two applications communicate with each other through means of a memory share (using Nomad function, 32bit only) Universal Date Format Conversion -------- Universal date converter from your PC local date format to any format Disable Windows DetailsPane -------------- Disable Windows Explorer Details Pane Oracle SQL Report Generator ------------- Oracle Report generator using SQL SQLite Report Generator ------------------- SQLite Report generator using SQL SQLite ListView and BLOB demo ---------- Demo: shows how binary (image) objects can be recognized natively in a database BLOB field DSN-Less Database connection demo --- Demo: ActiveX Data Objects DSN-Less Database access Animated animals ----------------------------- Fun: Moving animated objects Perforated image in GUI --------------------- Fun: Perforate your image with image objects UEZ's Perforator major update ------------- Fun: Pro version of Perforator by UEZ Visual Crop Tool (GUI) ----------------------- Easy to use Visual Image Crop tool Visual Image effect (GUI) -------------------- Visually apply effects on an image
wakillon Posted June 25, 2013 Posted June 25, 2013 Nice work AZJIO Just a little remark : when saving, txt extension is not added. AutoIt 3.3.18.0 X86 - SciTE 5.5.7 - WIN 11 24H2 X64 - Other Examples Scripts
AZJIO Posted June 25, 2013 Author Posted June 25, 2013 (edited) wakillon Just a little remark : when saving, txt extension is not added It was so conceived. But I was wrong. Fixed. Update Added "Search in selected" Added "Duplicate" Added search using regular expressions Added displaying information (Ctrl+Space) Edited June 26, 2013 by AZJIO My other projects or all
wakillon Posted June 26, 2013 Posted June 26, 2013 wakillon It was so conceived. But I was wrong. Fixed. Thanks. AutoIt 3.3.18.0 X86 - SciTE 5.5.7 - WIN 11 24H2 X64 - Other Examples Scripts
GreenCan Posted June 26, 2013 Posted June 26, 2013 wakillon It was so conceived. But I was wrong. Fixed. Azjio, The fix is not good. If I want to give another extension (for example 'test.au3'), the file is saved as 'test.au3.txt' 'save as' should only add the .txt extension if there is no extension. Contributions CheckUpdate - SelfUpdating script ------- Self updating script Dynamic input validation ------------------- Use a Input masks can make your life easier and Validation can be as simple MsgBox with CountDown ------------------- MsgBox with visual countdown Display Multiline text cells in ListView ---- Example of pop-up or ToolTip for multiline text items in ListView Presentation Manager ---------------------- Program to display and refresh different Border-less GUI's on a Display (large screen TV) USB Drive Tools ------------------------------ Tool to help you with your USB drive management Input Period udf ------------------------------ GUI for a period input Excel ColorPicker ---------------------------- Color pickup tool will allow you to select a color from the standard Excel color palette Excel Chart UDF ----------------------------- Collaboration project with water GetDateInString ------------------------------ Find date/time in a string using a date format notation like DD Mon YYYY hh:mm TaskListAllDetailed --------------------------- List All Scheduled Tasks Computer Info --------------------------------- A collection of information for helpdesk Shared memory Demo ----------------------- Demo: Two applications communicate with each other through means of a memory share (using Nomad function, 32bit only) Universal Date Format Conversion -------- Universal date converter from your PC local date format to any format Disable Windows DetailsPane -------------- Disable Windows Explorer Details Pane Oracle SQL Report Generator ------------- Oracle Report generator using SQL SQLite Report Generator ------------------- SQLite Report generator using SQL SQLite ListView and BLOB demo ---------- Demo: shows how binary (image) objects can be recognized natively in a database BLOB field DSN-Less Database connection demo --- Demo: ActiveX Data Objects DSN-Less Database access Animated animals ----------------------------- Fun: Moving animated objects Perforated image in GUI --------------------- Fun: Perforate your image with image objects UEZ's Perforator major update ------------- Fun: Pro version of Perforator by UEZ Visual Crop Tool (GUI) ----------------------- Easy to use Visual Image Crop tool Visual Image effect (GUI) -------------------- Visually apply effects on an image
AZJIO Posted June 26, 2013 Author Posted June 26, 2013 (edited) GreenCan,the file is saved as 'test.au3.txt' So won't be. Check the before to post on the forum.------------------Fixed: "Duplicate". If the file empty, adds a line.Added: "+ Tab", "- Tab"------------------Added: "Remove the spaces"Added: "Delete duplicate lines">WM_DROPFILES Edited July 4, 2013 by AZJIO My other projects or all
AZJIO Posted July 4, 2013 Author Posted July 4, 2013 UpdateAdded: "Recent files" My other projects or all
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