Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/19/2025 in all areas

  1. $sSource = FileOpenDialog("Open Media", @ScriptDir & "\", "Video Files (*.mp4;*.m4v;*.mpg;*.wmv;*.mov;*.mkv)" & _ "|Audio Files (*.mp3;*.aac;*.m4a;*.wma)|Good luck (*.*)", $FD_FILEMUSTEXIST) If Not FileExists($sSource) Then ContinueLoop
    2 points
  2. haha, yeah I'm bound to have missed a bunch of formats. I'll fix up my end so It'll make the next upload
    2 points
  3. So I just had my very first “Aha!” moment is my AutoIt journey and it proved to be extremely beneficial. Beginner Level 2 unlocked! 😄 App Control Policy Manager was my first AutoIt GUI app. The underlying functionality and logic is extremely powerful and I am proud of that. However, the UI/UX is not its strong point. Problems: too many buttons and controls visible harder for me to resize and DPI scaling Goals: ensure policy ListView is main focal point as it should be move all button functions into menu bar move info from status label into status bar This would make sure that the policy ListView is the star of the show and with less distractions. It would also make it so much easier to deal with resizing and DPI scaling changes. Challenges: dark mode menu bar (success) dark mode status bar There was absolutely no way I was going to do this GUI transformation if I could not achieve a dark mode menu bar. Last night and this morning I was able to achieve a fully dark mode, beautiful menu bar. It was quick and easy to add my already existing functions to the menu items and everything is working. I am going to try to tackle the dark mode status bar later today. I am posting from my phone right now so I can’t share a current screenshot or code at the moment but I will later in the day.
    2 points
  4. ThemeToolX is a small app for changing custom Windows themes. * I haven't uploaded this to my GitHub account because that is typically security related tools, therefore code and required embeds are included in the attachment Features: managing UxTheme patch which is required for using custom msstyles use either Windhawk's UxTheme Hook mod or SecureUxTheme install or uninstall SecureUxTheme install or uninstall Rectify11 themes heavy bias toward Rectify11 themes since they have the best dark mode for Windows Important: No Windows binaries are modified. Computer security is my main field and I am a big believer in NOT destroying digital signatures of binaries. Includes: Round Corner GUI and Controls UDF by @Nine DarkMode UDF originally by @NoNameCode, updated by @argumentum libNotif by @matwachich ExtMsgBox by @Melba23 ACL Permissions UDF originally by @FredAI, updated by @AdamUL Screenshots: @argumentum I know that you had a previous bad experience with Rectify11 themes. That is because their installer patches hundreds of binaries to modify icons and things like that. Mine does not do any of that. Just the themes, msstyles, cursors, etc. No system files modified here because I don't believe in that.
    1 point
  5. Sorry I forgot to add the code. ThemeToolX-code.7z
    1 point
  6. $sSource = FileOpenDialog("Open Media", @ScriptDir & "\", "Video Files (*.mp4;*.m4v;*.mpg;*.wmv;*.mov;*.mkv)|Audio Files (*.mp3;*.aac;*.m4a;*.wma)", $FD_FILEMUSTEXIST) mkv files play too. The FWD is audio only but it plays
    1 point
  7. sure thing , I've updated the example in post #1.
    1 point
×
×
  • Create New...