Posts

Showing posts from April, 2023

PutSelectedInRegion.au3

Image
Put the Selected text in a Region  as the title says, put the selected text in a region for easily manageable blocks of code. 

full screen gui

  Here an example to switch in/out full screen with F11 version 0.2

Remote Management Script scenario

  On the remote computer the script ReMagment.au3 is running, and  watching a specific shared folder e.g WatchFolder If  specific text file exists then execute the file name and delete the text file I make a text file with name _Make_this().order   without ending .txt and I copy it to the WatchFolder in the  remote computer execute the Func  _Make_this() and then delete the _Make_this().order  file all executable orders must have the suffix .order e.g  _RunNotepad().order e.g  _ShellExecute(@MyDocumentsDir).order e.g  GoToExit().order e.g  _Make_that().order and last Special.order  is a special order I make a AutoIT script and I rename it to Special.order and I copy it to the WatchFolder then the remote script will get it, will rename it to  Special.order.au3  it will execute it, and then it will delete it ReMagment.au3 

The first time it runs the SciTE PlusBar

Image
The first time it runs the SciTE PlusBar the Configuration window appears which, in addition to the adjustments it makes regarding the position of  PlusBar , every time it appear , it checks if there is a relevant shortcut, in this case SciTE_PlusBar.execute.lnk in the folder SciTE_PlusBar_1.0.0.25\SciTE\ and if not there then make one Which shortcut (SciTE_PlusBar.execute.lnk) I have copied on the desktop, I use it to call the SciTE    You can call  Configuration from the main menu by clicking on the gear  

SmartNote is a screen snip tool to take fast note with OCR ability from Tesseract 100+ languages

SmartNote is a screen snip tool t o take Screenshot with OCR ability from Tesseract 100+ languages Of course you will have to install it first. https://github.com/UB-Mannheim/tesseract/wiki I tried it with the version of 32 bit tesseract-ocr-w32-setup-v5.2.0.20220712.exe in Windows 10 Pro 64-bit 21H2   as default with ALT_key and Left_mouse_button snipe the note  

Side ScrollRibon

  Sidescrolllribon is a side menu in a given window. in this example in scite modifying the Function:  GUICtrlCreateRibon("[TITLE:SciTE; CLASS:SciTEWindow]", 66, 400, 10, 70, 255) can follow any other.  

_SystemMetricsParametersToArray

Image
  since i did  i want to share it Display all SystemMetricsParameters 

TrayTipGUI to send a message to the tray

  TrayTipGUI.au3  is a  custom GUI to send a message to the tray from other script ... and can accept multiple messages which remain on the screen without the script waiting for the shown time can also use any icon  from an external file or internally from registered libraries   TrayTipGUI.au3 

Mail2File GUI to save clipboard data as file

Image
  a program to send a copy of the clipboard to a folder inbox in your @ScriptDir Please run the script  in test mode (with out to compile) less one time to make the necessary folders in your @ScriptDir (line 37 to 40)  

poker game (The first steps of using arrays)

  poker game to study, play, or whatever you want ! an old challenge of mine that I have given up  

Make a 2D array from text file to autoit file

  _TxtFileToArray.au3 Make a 2D array from text file to autoit file.  - in the form (ready for delivery) e.g when you run  _TxtFileToArray.au3