Jump to content

OedoSoldier

Member
  • Posts

    15
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by OedoSoldier

  1. 6 hours ago, Tihiy said:

    How do you it with Windows 11 tray then? What's the scenario of request?

    Assign a shortcut key to simulate clicking the tray icon. If you google "AHK click a tray icon" you will know that many AHK users need this. I usually hide the taskbar. If there is a shortcut key to click the tray icon, it will make my life easier. I think you only need to fill the button Text in ToolbarWindow321 in SIBNotifyIconOverflowWindow with exe name and tray icon info:

    hwnd:Window handle

    uid:Application defined identifier for the icon

    msgid:Application defined callback message

    I need this information to simulate clicking on a trayicon.

  2. 5 hours ago, Tihiy said:

    It will not be supported. What needs?

    Can you provide a method that an external program can obtain a list that includes the correspondence between the exe name and the hwnd of the tray icon, so that the external program can simulate a right-click on the tray icon? StartAllBack System Tray should not have fewer features than the original.

  3. @Tihiy StartAllBack System Tray completely destroyed the AHK TrayIcon library, and now it is no longer possible to extract TrayIcons information to operate TrayIcon through shortcut keys. I tried to modify the "NotifyIconOverflowWindow" in the script to "SIBNotifyIconOverflowWindow", but it did not work. Can you tell me what should be modified to make it work?

    https://www.autohotkey.com/boards/viewtopic.php?f=6&t=1229&sid=4279dd7f3fd163363505939f8497611b

  4. I have updated several versions, Dark Magic still has the same error.

    Failed to execute "C:\Program Files\StartAllBack\DarkMagicLoaderX86.exe" 2272 5584 elevated, err 0  

  5. 10 hours ago, Tihiy said:

    Maybe you're in dark mode? Because IDM uses custom dark mode. Is window context menu acrylic?

    Or maybe you're not admin and it's elevated? Or hidden from taskbar? Observe DebugView output when launching app.

     

    My computer is always on light mode. I now find that not only IDM does not have acrylic, but all 32 bit applications do not have acrylic.

     

    00000001    0.00000000  [2616] Already injected in PID 4004

    00000002    1.72170699  [2616] InjectDarkMagic 2272 C:\Internet Download Manager\IDMan.exe 14c 8664

    00000003    1.72193146  [2616] Failed to execute "C:\Program Files\StartAllBack\DarkMagicLoaderX86.exe" 2272 5584 elevated, err 0  

    00000004    1.91181004  [2616] InjectDarkMagic 2272 C:\Internet Download Manager\IDMan.exe 14c 8664

    00000005    1.91214526  [2616] Failed to execute "C:\Program Files\StartAllBack\DarkMagicLoaderX86.exe" 2272 5584 elevated, err 0  

    00000006    17.13618469 [2616] InjectDarkMagic 1048 C:\LoadedDllsView32\LoadedDllsView32.exe 14c 8664  

    00000007    17.13651085 [2616] Failed to execute "C:\Program Files\StartAllBack\DarkMagicLoaderX86.exe" 1048 6008 elevated, err 0  

    00000008    17.25288582 [2616] InjectDarkMagic 1048 C:\LoadedDllsView32\LoadedDllsView32.exe 14c 8664  

    00000009    17.25322151 [2616] Failed to execute "C:\Program Files\StartAllBack\DarkMagicLoaderX86.exe" 1048 6008 elevated, err 0  

    00000010    32.73062897 [2616] InjectDarkMagic 6104 C:\LoadedDllsView64\LoadedDllsView64.exe 8664 8664    

    00000011    32.73089600 [2616] LoadRemote 6104 6100

    00000012    32.74192810 [6104] InitRemote  

    00000013    32.74196243 [6104] Dark Magic C:\LoadedDllsView64\LoadedDllsView64.exe    

    00000014    32.82503510 [2616] Already injected in PID 6104

    00000015    41.70958710 [2616] InjectDarkMagic 5680 C:\7-Zip64\7zFM.exe 8664 8664    

    00000016    41.70978165 [2616] LoadRemote 5680 4940

    00000017    41.71707153 [5680] InitRemote  

    00000018    41.71709061 [5680] Dark Magic C:\7-Zip64\7zFM.exe    

    00000019    41.80509567 [2616] Already injected in PID 5680

     

     

  6. 21 hours ago, Tihiy said:

    That's curious, how do you launch those apps? IDM 6.41 and AHKUX/AutoGUI seems fine here

    After a few computer restarts, the acrylic menus on the ahk gui are now working, but IDM is still not working, and I found that DarkMagicX86.dll is not loaded.

×
×
  • Create New...