NHD Posted January 7, 2018 Posted January 7, 2018 (edited) [Sorry, I'm not good English] Wi3SMenu UDF v1.0: Create a slide menu with win 10 style. Supports color, icon and opacity. Work fine with AutoIt v3 GUI and WinAPI GUI. Fast, easy and high performance. Note: Opacity only work in Windows 8 later. Download: Wi3SMenuUDF.zip Demo: Edited January 10, 2018 by NHD Taskms4 and BBs19 2
farouk12 Posted January 7, 2018 Posted January 7, 2018 Nice could be good with MetroGui. but when i set alpha in Wi3SMenu_Create to number rather then -1 the whole menu doesn't display.
NHD Posted January 7, 2018 Author Posted January 7, 2018 41 minutes ago, farouk12 said: but when i set alpha in Wi3SMenu_Create to number rather then -1 the whole menu doesn't display. Hi, If $iAlpha <> -1, don't set windows theme to Classic. WS_EX_LAYERED something error when work in Windows 7/Vista.
Taskms4 Posted July 31, 2019 Posted July 31, 2019 Really like it, nice job mate! As an improvement (if I may), it would be cool to move the GUI content when sliding the menu in order to avoid overlapping menu and content/controls. → Like the example here: https://jsfiddle.net/elektriheart/ce52ojav/ --Taskms4
AKing Posted September 7, 2022 Posted September 7, 2022 Hi,I want to add a separate width parameter to the menu. How do I do that?like this:Wi3SMenu_Create($hParent, $iMaxWidth = 150, $Width = 100, $iItemSize = 50, $sMenuName = Null, $iBack = 0x1F1F1F, $iFore = 0xFFFFFF, $iAlpha = -1, $bTabMode = False, $bAutoHide = True)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now