Rob van der Woude's Scripting Pages

Help text for MonitorClipboard.cs

(view help text of MonitorClipboard.cs as plain text)

MonitorClipboard, Version 4.00
Monitor clipboard content in realtime

Usage:    MONITORCLIPBOARD.EXE  [ options ]

Options:  /CM      Compact Mode: small window over taskbar
                   (default: normal window at center of screen)
          /F:perc  Font size percentage (50..150; default: 100)
          /NM      sets the program's window to Non-Modal
                   (default: always on top)
          /D       Debug mode: send some debugging information
                   to the clipboard (warning: this will overwrite
                   the current clipboard content)

Notes:    If the clipboard content is text or image, a preview will
          be shown in the program window.
          If the clipboard contains multiple files and/or folders,
          the files and folders will be listed separately, sorted.
          If the clipboard contains a single file, the program will
          attempt to show a preview of the file's content, plus its path.
          Supported file types are images, Microsoft Office and OpenOffice
          text, spreadsheets and presentations, PDF and RTF.
          These previews depend on software installed on the computer,
          i.e. Microsoft Office and GhostScript.
          if the required software is not found, the program will show
          the file as a "list of one file".
          Though invalid or duplicate arguments DO raise error
          messages, they are ignored.

Credits:  Clipboard changes notifications by Gert Lombard
          https://gist.github.com/glombard/7986317
          Console output from a WinForms program by Timm
          https://www.csharp411.com/console-output-from-winforms-application/
          Show text as RTF based on code by Wendy Zang
          https://learn.microsoft.com/en-us/archive/msdn-technet-forums
          /6e56af9b-d7d3-49f3-9ec4-80edde3fe54b#a64345e9-cfcb-43be-ab18-c08fae02cb2a
          Hide menus in WebView2 viewer by jpine
          https://stackoverflow.com/a/74018241

Written by Rob van der Woude
https://www.robvanderwoude.com

page last uploaded: 2022-10-05; loaded in 0.0044 seconds