View Single Post
  #32  
Old 08-01-2018, 07:02
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Check if this reg entry exists on your PC

Copied from script:
Code:
Function IsFlashInstalled:boolean;
begin
  Result:= RegKeyExists(HKCR, 'CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\InprocServer32');
end;
Quote:
Originally Posted by felice2011 View Post
Bravo..Same DLL or similar DLL?
Move your searches on "dwmapi.dll" I use that .... but I think this is the same that you also use.
Were you able to test the stopwatch in Win8, the glass effect is work?

https://goo.gl/ThCYZg
Well I'd say same. win32z is actually win32u.dll, I renamed it so it doesn't affect local programs.
Attached Images
File Type: png Capture54.PNG (60.7 KB, 232 views)
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
ShivShubh (24-11-2019)