Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/08/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. I want to present BETA Version of my ADO.au3 UDF. This is modifed version of _sql.au3 UDF. For that I want to thanks : ; Chris Lambert, eltorro, Elias Assad Neto, CarlH This is first public release , and still is as BETA DOWNLOAD LINK (in download section): Have fun, mLipok EDIT: 2016-06-03 Below some interesting topics about databases: EDIT 2016/07/04: For more info about ADO look here: https://www.autoitscript.com/wiki/ADO FOR EXAMPLE DATABASE use AdventureWorksDW2016_EXT.bak from: https://github.com/microsoft/sql-server-samples/releases/download/adventureworks/AdventureWorksDW2016_EXT.bak I will relay on this database in my examples. Here is link to post which shows how "ODBC Data Source Administrator" looks like.
    1 point
  3. Codefuser

    Obfuscation Methods

    I am writing an obfuscator currently with quite a few features, as I have found no good obfuscators yet that are complex enough to be nearly impossible to deobfuscate (as of course it is impossible to reach a 100% level of obfuscation where no one can deobfuscate it). Current obfuscation methods include flow obfuscation, string encryption, proxy calls, unique renaming scheme (create gibberish WinAPI like name), junk codes, and removing all functions (merging them with the main script), traps to prevent automated deobfuscation, debugger detection, VM detection, moving strings to other parts of scripts (functions, proxy strings, etc), exit if not compiled, file integrity check. Decompile protection is also added (nothing that violates the reverse engineering clause of the ToS, I am using a PE loader with protections built into it.) Does anyone have any ideas for more obfuscation methods to add?
    1 point
  4. a similar "tecnique" already used here (again from the good @czardas )
    1 point
  5. @Larsj any specific reason you use   Local $hDesktop = _WinAPI_GetDesktopWindow() instead of IUIAutomation::GetRootElement method
    1 point
  6. If you catch the event when user presses one of those buttons use GUISetState(@SW_MINIMIZE) to minimize.
    1 point
  7. Or start here for Word 2010: http://msdn.microsoft.com/en-us/library/ff841702
    1 point
  8. fkugd2003

    Youtube API v3

    i'm working on it ------------
    1 point
  9. Version 0.0.3.5 (09-May-21) Infos can be found here. Hello Community, today I want to publish my first release... COP - Color Picker COP - Color Picker features are A good looking GUI,Color codes in six different formats,Copy to clipboard button for each color code,Jump to specific screen position,Full Screen / Limit to active window, Picks color under mouse pointer,Magnifier, moveable with keyboard cursor (if COP window active only) HTML color chart embedded, which adjusts displayed color by Javascript, and pick color with Choose Color Dialog. It works fine at least on the XP SP2 machines I tested it on. If you find bugs please let me know. The executable can be downloaded from my site: http://www.funk.eu Kudos to Nahuel, Larry, Monamor and xwinterx at the AutoIt Forum for parts of the code Enjoy and with Best Regards
    1 point
  10. Hello Community, here's another update to COP. Zoom GUI now be default deactivated while hovering over COP GUIZoom Levels reduced to 2-4-8-16, should be sufficient for all needsLast 10 selected colors are now retained as a "pick history" => Idea inspired by "Color Grab" from HestCOP now includes a sample GUI which contains a list of "Browser compliant colors" => Idea inspired by "Color List" from insignia96, tweaked by billthecreator It works fine at least on the XP SP3 machines I tested it on. If you find bugs please let me know. The executable and the source can be downloaded from my site: http://www.funk.eu Kudos to Nahuel, Larry, Monamor, xwinterx, November, WideBoyDixon, Hest, insignia96 and billthecreator at the AutoIt Forum for parts of the code... Enjoy and with Best Regards
    1 point
×
×
  • Create New...