Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/03/2016 in all areas

  1. Features: Create modern looking borderless and resizable GUIs with control buttons (Close,Maximize/Restore,Minimize, Fullscreen, Menu) True borderless, resizeable GUI with full support for aerosnap etc. Many color schemes/themes included. See MetroThemes.au3 for more details. 3 type of Windows 8/10 style buttons. Modern checkboxes, radios, toggles and progressbar. All buttons, checkboxes etc. have hover effects! Windows 10 style modern MsgBox. Windows 10/Android style menu that slides in from left. Windows 10 style right click menu Credits: @UEZ, for the function to create buttons with text using GDIPlus. @binhnx for his SSCtrlHover UDF Changelog: Download UDF with example:
    1 point
  2. trancexx

    HTML editor

    I'v been working (only love, nothing more) on a e-mail problematic lately. My goal is to write a little nice tool that I'll be able to use to send mails (that's obvious). One important part of that is HTML editor. This editor is not meant to be used for making web pages, obviously, but to make nice little colorful messages. I started from zero. Did some reading and of course scripting. The product is the script that is attached to this post. Have in mind that it's ripped from a bigger script and therefore a little bit modified (to be self-sustained). Some functionalities are missing. It's zipped because needed images are included. Design is somewhere different than it's usual. Reason for that is actually more than one. I needed a practice with AutoIt, wanted to be fresh, and wanted to be 'hard to follow' (no, really - try to figure how it works, you will see how hard that is). The script: I'm really not an expert in HTML but I tried to add as much functionality as as could (and needed). I think the result is a decent work. It would be nice if someone with expirience with editors of this type could test it. Remember, I tend to surprise sometimes Some features are not so obvious at first but when working with the editor they could just flow out of the depth. That's it.
    1 point
  3. You have to use the x64 version. You can do it by disabling the wow64 redirection _WinAPI_Wow64EnableWow64FsRedirection ( False ) is a good way : #RequireAdmin #include <WinAPIFiles.au3> _WinAPI_Wow64EnableWow64FsRedirection ( False ) Run (@ComSpec & " /k dism.exe /online /get-currentedition")
    1 point
  4. You can read this guide, it has step by step instructions on how to do that. Step 1 is the most important.
    1 point
×
×
  • Create New...