Lorenz Cuno Klopfenstein
Lorenz Cuno Klopfenstein
This is probably much harder than it looks like, since Window's windowing manager does not work as usual when another application takes over in fullscreen mode. I will look into...
I can confirm that switching DLL manually does not work. I'll investigate.
Hi @luperizer, thanks! Yes, that is due to the fact that both OnTopReplica and the Windows Taskbar are both "always on top" windows, so they are "at the same height"...
It is unfortunately not documented anywhere here (yet), just run OTR with the `/help` parameter: ``` OnTopReplica.exe /help ``` and it will show you a dialog with all available options.
This is planned for a future version 👍
Hi @Nizars, hi @blundercode, thanks for the feedback. :) I like the idea and I see the advantage over cloning an existing browser window. However, as mentioned in the first...
Absolutely! I am terribly behind with OnTopReplica and appreciate any kind of contribution. I just checked and apparently there is a [CEF NuGet package for WinForms](https://www.nuget.org/packages/CefSharp.WinForms/). If this works, this...
Not at runtime from the app, unfortunately. But you can launch the app using command line options to set a specific opacity: try to launch `OnTopReplica.exe /help` to see command...
Hi, this is really due to the fact that OnTopReplica was never really designed to be used in multiple instances, so every application essentially overwrites the shared settings file without...