How to place an action button in windows task bar for a minimized running application

Joined
Mar 16, 2015
Messages
1
Reaction score
0
Windows is an unknown platform for me. I need to place an action button in windows task bar, after minimizing the running application. I don't know what to search for my need.

Detail :

I have an application that will just connect to an another machine in a local network. This is done by python socket programming and creating a thread. Once connection is established, the program need to send one message by clicking a button. This button should not block other opened applications or windows(x). I have noticed the Windows media player once started and minimized, in the task bar it can play/pause and can do other actions.. If I can use the same functionality, it will be great to work my application. How can I achieve this..

I'm ready to use any programming language to achieve this. This might be simple thing in Windows OS and for its developers, for me is a grey area.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top