gdl-blue

Results 125 comments of gdl-blue

ahh, I think it was my browser's problem. I downgraded and re-upgraded Firefox and it works. sorry.

How can I obtain the binary of BasicThemer64.dll? Visual studio 2010, 2017 does not work, when I compile it on Visual Studio 2022, I only get BasicThemer32.dll and setting the...

( @Ingan121 ) 그럼 Splitwirez가 위에서 언급한 방법으로 프로그램 업데이트 예정입니까?

It works. ![image](https://user-images.githubusercontent.com/55873929/161416025-cf75d3fe-6042-4b6a-b090-fd0951e87f91.png)

However, how can I edit the code to hide the DOS window for every application I run? ![image](https://user-images.githubusercontent.com/55873929/161416039-2697d2e4-4e8e-4724-bc31-be4bcad2b892.png) I found the solution, I changed as `bool _showConsole = false;`

Also, currently this breaks console applications (cmd, nodejs, etc...)

I temporarily fixed it by whitelisting the exe filenames to inject. ```cs if (lpApplicationName.ToLower().EndsWith("\\explorer.exe") || lpApplicationName.ToLower().EndsWith("\\iexplore.exe") || lpApplicationName.ToLower().EndsWith("\\mspaint.exe") || lpApplicationName.ToLower().EndsWith("\\wordpad.exe") || lpApplicationName.ToLower().EndsWith("\\chrome.exe") || lpApplicationName.ToLower().EndsWith("\\firefox.exe") || lpApplicationName.ToLower().EndsWith("\\palemoon.exe") || lpApplicationName.ToLower().EndsWith("\\mypal.exe") || lpApplicationName.ToLower().EndsWith("\\centaury.exe")...

> Also, currently this breaks console applications (cmd, nodejs, etc...) It also breaks Windows Live Movie Maker, Photo Gallery, Mail. (End of Support does not matter)

> Breaks them...how, exactly? Windows Live Movie Maker shows error - %1 is not a valid Win32 application. Windows Live Photo Gallery shows error - 0x80040154 (no description) Windows Live...

> How did you enable the Win7 ribbons? It looks pretty good. @Ingan121 C:\Windows\system32 및 syswow64의 UIRibbon.dll, UIRibbonRes.dll, en-us/UIRibbon.dll.mui를 윈도우 8 빌드 8014에 내장된 것으로 교체하시면 됩니다(윈도우 7의 것으로 해도...