Search found 302 matches

by Skrell
Yesterday, 10:36
Forum: Ask for Help (v1)
Topic: Black desktop background issue on Win 10 Topic is solved
Replies: 3
Views: 755

Re: Black desktop background issue on Win 10 Topic is solved

In case someone ever needs something like this. I figured it out and its rather tied up in a knot but it works. To successfully apply trans to icons what ever active handle it may be and avoid black background, you must do this: #SingleInstance, Force F1:: ToggleF1:=!ToggleF1 ControlGet, hwndProgma...
by Skrell
15 Mar 2024, 11:54
Forum: Scripts and Functions (v1)
Topic: Get current explorer window path
Replies: 25
Views: 12127

Re: Get current explorer window path

JBensimon wrote:
15 Mar 2024, 11:34
Yes, it does work in Win10 for me.

JB
TY!
by Skrell
15 Mar 2024, 10:21
Forum: Scripts and Functions (v1)
Topic: Get current explorer window path
Replies: 25
Views: 12127

Re: Get current explorer window path

This function can get the path in Windows 11 tabbed explorer: GetActiveExplorerPath() { hwnd := WinActive("ahk_class CabinetWClass") activeTab := 0 try ControlGet, activeTab, Hwnd,, % "ShellTabWindowClass1", % "ahk_id" hwnd for w in ComObjCreate("Shell.Application").Windows { if (w.hwnd != hwnd) co...
by Skrell
12 Mar 2024, 09:36
Forum: Ask for Help (v1)
Topic: Detect hover over notification tray?
Replies: 2
Views: 56

Re: Detect hover over notification tray?

No you're right I see that in Win10!! I'll give it a shot tyty!
by Skrell
12 Mar 2024, 09:23
Forum: Ask for Help (v1)
Topic: Detect hover over notification tray?
Replies: 2
Views: 56

Detect hover over notification tray?

I can't seem to find any good and reliable way to detect the difference between hovering over the taskbar vs the taskbar's notification tray; any suggestions?
by Skrell
20 Feb 2024, 16:41
Forum: Ask for Help (v1)
Topic: Show/Hide DesktopIcons broken in latest Win10x64 ?
Replies: 1
Views: 116

Show/Hide DesktopIcons broken in latest Win10x64 ?

I've been using the code below for over a year now without any problems. Now all of a sudden, it seems like something has changed about the way a wallpaper being applied to the desktop and affects the execution of this script. When I fade in the icons from the SysListView321 I NOW get a black backgr...
by Skrell
08 Jan 2024, 11:22
Forum: Scripts and Functions (v1)
Topic: A fix for Windows 10 invisible borders (and Aero Snap)
Replies: 11
Views: 9316

Re: A fix for Windows 10 invisible borders (and Aero Snap)

Dimoks wrote:
05 Jan 2024, 02:38
A slightly improved jimhoyle's script.
What did you improve?
by Skrell
22 Nov 2023, 21:23
Forum: Scripts and Functions (v1)
Topic: DesktopIcons() : Hide / Show Desktop Icons
Replies: 27
Views: 9349

Re: DesktopIcons() : Hide / Show Desktop Icons

ninjspks Sorry to bother you again about this but I'm trying to take your script and break it up into discrete callable functions but found that upon doing that the icons on the desktop no longer highlight when I move the mouse over them; any idea what I broke? #Include, Gdip_All.ahk ; https://www....
by Skrell
21 Nov 2023, 16:04
Forum: Scripts and Functions (v1)
Topic: Show GUI at center of the current screen - multiple monitors
Replies: 4
Views: 3876

Re: Show GUI at center of the current screen - multiple monitors

Any chance this would work for a simple Menu? i.e. instead of saying Menu, menuName, Show, X , Y and having your function automatically adjust for the width of the Menu (which currently there is no good way to get easily)
by Skrell
15 Nov 2023, 08:34
Forum: Scripts and Functions (v1)
Topic: WinFade (multiprocess)
Replies: 3
Views: 1232

Re: WinFade (multiprocess)

Is there any way to pass the target transparency value to the _fade_effect.ahk along with the message 0x9005? That way you could dynamically choose the level of transparency for different 0x9005 messages posted ?
by Skrell
26 Oct 2023, 20:22
Forum: Ask for Help (v1)
Topic: Can't find MMenu library and example files
Replies: 5
Views: 361

Re: Can't find MMenu library and example files

ntepa wrote:
26 Oct 2023, 20:14
I found MMenu here: https://github.com/RobertDC67/Functions/tree/main
The MMenu folder has documentation.
_MMenuTest.ahk can be found in the MMenu 1 b1 folder.
Perfect thank you!!
by Skrell
26 Oct 2023, 15:52
Forum: Ask for Help (v1)
Topic: Can't find MMenu library and example files
Replies: 5
Views: 361

Re: Can't find MMenu library and example files

Unfortunately he's lacking the _MMenuTest.ahk or anything documentation wise...
I'm specifically looking to understand how to use [options] for the various commands.
by Skrell
26 Oct 2023, 15:50
Forum: Scripts and Functions (v1)
Topic: Windows 11 Classic Context Menu via Right-Double-Click
Replies: 2
Views: 502

Re: Windows 11 Classic Context Menu via Right-Double-Click

What's with the Ahk2Exe-PostExec stuff?
by Skrell
26 Oct 2023, 13:36
Forum: Ask for Help (v1)
Topic: Can't find MMenu library and example files
Replies: 5
Views: 361

Can't find MMenu library and example files

Anyone have a copy of this library and its _MMenuTest.ahk file and any documentation that might have been written for it?
by Skrell
20 Oct 2023, 15:25
Forum: Ask for Help (v1)
Topic: Anyone have a copy of the PUM class? Topic is solved
Replies: 1
Views: 254

Anyone have a copy of the PUM class? Topic is solved

I can't find source code anywhere for PUM.ahk file used for custom popup menus alongside PUM_API.ahk?

If no, is there a better class/library I can use to make graphically nice popup menus?


[Mod edit: Moved topic from 'Scripts and Functions (v1)'.]
by Skrell
18 Oct 2023, 16:13
Forum: Scripts and Functions (v1)
Topic: PopupFolder
Replies: 10
Views: 4649

Re: PopupFolder

This is PERFECT except for 1 thing: I'd love to be able to right-click on each item and get the standard windows menu for copy/delete etc...
by Skrell
17 Oct 2023, 13:28
Forum: Scripts and Functions (v1)
Topic: ShowMenu() : in center screen.
Replies: 17
Views: 4242

Re: ShowMenu() : in center screen.

Any way to choose which monitor the menu is drawn on?

Go to advanced search