Gil Eliyahu
Gil Eliyahu
Hi all... I think that this project is dead (the last version from 2018). You can use WindowTop instead. It fixed there https://github.com/BiGilSoft/WindowTop/issues/146 You don't have to minimize it to...
You can try WindowTop. In WindowTop there is a built-in hack that tricks chromium-based browsers and causes them to keep rendering videos. No need to do anything. It just -...
@mohamed-elwakil Hi, I think that this project is no longer maintained. The last release was in 2018... Anyway, if you are interested in this feature, it is possible to develop...
@mohamed-elwakil v5.16.0 is coming soon with mouse-cursor cloning v2 https://user-images.githubusercontent.com/17680514/179133498-7859cb7f-43cd-43a3-b38a-49738fa76452.mp4 More about it here https://github.com/BiGilSoft/WindowTop/issues/249
Thanks but It doesn't work. I already have it in the code. I still see "On"/"Off"
@luojunyuan Thanks. I copied your code and hped that it will work but I get compile issue:  Is there alternative way to write this code?
@luojunyuan It worked. My mistake was to use the nuget package https://github.com/Fody/Costura If you install this package it will embed all resources in the executable file. @ghost1372 Do you know...
.NET Core requires the user to install more 130-150 MB I will never understand why I need this
I was able to build the Tutorial07 project now. Now when I run it, I get this error:  Do you have any idea how to continue from here? Thanks.
After I figured out that I should call to DwmaxxLoad() (The reason it failed was because DwmaxxRpcWindow() returned NULL and when calling to DwmaxxLoad() it will not return NULL) I...