Posts

Image
 https://github.com/ioa747/NetWebView2Lib/blob/main/examples/019-MarkdownViewer.au3   This is a fast and responsive Markdown editor built with AutoIt , utilizing the WebView2 control for high-performance rendering. It provides a seamless writing experience by bridging a native Windows interface with the modern Marked.js engine. Key Features: Real-Time Preview: Instantly see your Markdown rendered as HTML as you type. Smart Editing: Dedicated formatting tools for Bold, Italic, Underline, and Code snippets. File Management: Full support for creating, opening, and saving .md files with "Unsaved Changes" protection. Modern Rendering: Powered by Microsoft Edge WebView2 for accurate and secure document display. External Link Handling: Automatically intercepts web links to open them in your default system browser. Clean Export: Easily copy the generated HTML code to your clipboard for use in other applications.  

Input control for the GUI with label and rounded corners

Image
  The script demonstrates the use of functions to create input fields with and without labels, and rounded corners, where the font size changes dynamically depending on the height of Input control. Valid value for Corner    [0=Rectangle]   to   [($Height/2)=Round],   Default=($Height/4)   Example1: _CreateInputWL()

Simple Calculator

Image
    Simple calculator Perform basic arithmetic operations directly from the numeric keypad. Easy copy and paste (data transfer) between different applications. Advanced Features The calculator also includes an checkbox that enables you to apply offsets to your calculations. For instance, using the "+23" offset will add 23 to your result, making it perfect for scenarios where you need to adjust the position of graphical elements in a user interface (GUI). Imagine you want to reposition existing elements by 23 pixels on the Y-axis, you can easily recalculate the new coordinates by adding an offset. https://www.autoitscript.com/forum/topic/211838-simple-calculator/