Can I manipulate a window(process) that I have not created? [closed] - windows

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I have this application that I haven't created and I don't have the source for. But it's really handy in handling and recording the time I've used on different projects. But it has this annoying pop-up that comes up that contains a window and some debug text I believe. It wasn't done by a professional, it was just a hobby project. Everything is working even though this window appear. So I was wondering if it's possible to "hijack" a window and minimizing or closing it somehow?

Yes. You could hide the window if you have its title. There are other ways to do it, but..
The following application does a few tweaks on another window, check it out:
Window manipulation using window-handle from different process on MS Windows(XP)

Related

Can the default tab for a Microsoft Teams site be changed? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
When I open my Microsoft Teams site, the "Conversations" tab will always show first. Is there a way to make the "Wiki" or "Files" tab appear first?
This isn't a programming question, but I'll answer it anyway.
The answer is no, and we aren't likely to get to it anytime soon even though it does get asked for. The reason is that if the tab order is dynamic, we have to hit the disk or the network in order to start rendering, which will kill our channel switch time.

Intro/tour guide in react native application [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I need to implement an intro/tour in my react native application only when first time using the application.
I need to show a single part to mention what it does and at the same time hide the rest of the screen, like in the image below. So, basically my intro will be a guide on how to use the application each time shows something and hide the rest and we use the button "next" to get through it all.
I've already found this repository https://github.com/FuYaoDe/react-native-app-intro, but that's not exactly my purpose... any help?
So, basically, I need to make a very similar tour guide like this one https://github.com/worker8/TourGuide but in react native application

Can be created Firefox addon 'always on top' for inspector? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
I'm web developer on mac os and I need a feature that allow's to pin web inspector in separate window always on top of current page. I'm trying to create addon with this feature, never did it before. Researched developer.mozilla.org but can't find any ability to do it. Any suggestions how to do it?
You'll have to use this addon - https://addons.mozilla.org/en-US/firefox/addon/topick/
You can set any hotkey you want. On Windows and Linux it supports toggling "always on top"-ness for all system windows (not just Firefox). On Mac it currently is limited to just Firefox windows, but hopefully soon it will be system wide on Mac as well.

Understanding Windows application footprint [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Just wondering if anyone could point me in the right direction for documentations that specifies what a Window application's file footprint is?
More specifically, I am looking for a documentation that specifies what registry files (and which hive) and files/directories must be created when an application is installed.
#Raymond Chen is totally right, however, there are some pretty common places to put things in the registry\file system based on the programs needs. I.E. Does it start on login or start up? It really depends on how the program interfaces with Windows. Hopefully that points you in the right direction.

Mac: force another application to use a specific audio device [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
As the question already suggests,
I'm trying to figure out, if it's possible to force another Application/process to use a specific output device.
Not every Application has a dropdown menu to select which audio device should be used and therefore always uses the standard device.
But when running multiple applications this isn't always the desired solution.
Plus, even if the application has a device-selection, it's almost always buried deep within the menus.
I was thinking of something like faking the change of the standard-device (but only to one application)
Looking forward for you answers :)
Greetings
Audio Hijack Pro already does this and it works great. Rogue Amoeba are the experts at Mac OS X audio.

Resources