lolp1 / Overlay.NET

An easy-to-use overlay library written in C# by Jacob Kemple.
730 stars 87 forks source link

DirectX not drawing on my computers #22

Closed thgiang closed 5 years ago

thgiang commented 5 years ago

I read some other issue but author closed it. The issue still occurs on my computer Window 7 I tried to use Overlay.NET.Demo and WPF work but DirectX overlay not show anything.

My computer is: image

DirectX 11 - NVDIA GeForce GTX 960

CorrM commented 5 years ago

i think u must start with that https://www.technorms.com/5094/windows-7-aero

thgiang commented 5 years ago

Ok I find out. Problem is Win 7 disable Transparent key. Copy this text and save to abc.reg file. Run it.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM] "ColorizationOpaqueBlend"=dword:00000000

lolp1 commented 5 years ago

Ok I find out. Problem is Win 7 disable Transparent key. Copy this text and save to abc.reg file. Run it.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM] "ColorizationOpaqueBlend"=dword:00000000

Perhaps if I detect windows 7, I can make a big bold message box pop up asking if they want to disable that in order for it to work and offer a popup to re-enable it.