1

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?

Bhargav Rao
  • 50,140
  • 28
  • 121
  • 140
Kenny Bones
  • 5,017
  • 36
  • 111
  • 174

1 Answers1

2

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)

Community
  • 1
  • 1
karlphillip
  • 92,053
  • 36
  • 243
  • 426