LorenzCK / OnTopReplica

A real-time always-on-top “replica” of a window of your choice (on Windows).
Other
2.5k stars 277 forks source link

really need feature that switch to the monited target window when click the replica window #131

Open SweetAsprin opened 2 years ago

SweetAsprin commented 2 years ago

firstlly,thanks for developed this great amazing tool , it's realy helpful for me ~ I always use this to monitor a lot same game window, but when I find some information in one of replica window, I need switch to the target game window to handle it quickly. but now I can't switch to this game window by click this replica window directly, I must spend a lot time to find which game window is the correct window to handle it. I want to add this feature with your code. but I have no write csharp code before. So can you tell me if this feature is feasible? and how much workload if it is feasible~thanks very much

LorenzCK commented 2 years ago

Hi @kuailewangzi0328, thank you! A feature like the one you describe should already exist: when you right-click on OnTopReplica and select “Switch to window”, this will hide the OnTopReplica window (it will be minimized) and bring the cloned window to foreground. Does this look like what you had in mind?

SweetAsprin commented 2 years ago

yes, but just a little different~ I hope it can bring the cloned window to forground immediately when I click the replica window, and do not minimized it self. because you know ,when I open many game window, I need sequential switch to every window and check if it is ready oftentimes , so right click a replica window and select a option is too inconvenient for me. so,I am very appreciated if you can help to add this "click-switch" mode in this app. thank again~