Results 1 to 2 of 2
i am new to Linux......
Using C++. I have created a 3 Buttons. Each Button opens one Applications as a separate Process (
Say for Example Button1 opens Xterm, Button2 ...
- 10-10-2011 #1Just Joined!
- Join Date
- Oct 2011
- Location
- Balgalore
- Posts
- 4
Switching beween Application
i am new to Linux......
Using C++. I have created a 3 Buttons. Each Button opens one Applications as a separate Process (
Say for Example Button1 opens Xterm, Button2 opens Firefox Button3 Opens Calculator
i have clicked on all 3 Buttons and all three applications are running.
i want to implement a feature like this, If i click on Button1 Again i want to make sure that Xterm that was already opened Get the Focus. i.e The I do not want to open a new Xterm But to bring the Xterm window that was previously opened on the top of all the open windows. How do i implement this?
Since the applications are started as Process i do not have a Control over them. in C++ how do i get the control of a window that is opened in linux
- 10-10-2011 #2
Hello and Welcome.
This thread has been moved to the programming/scripting section for best results and your other duplicate thread was deleted as this is against forum rules.
http://www.linuxforums.org/forum/lin...ums-rules.htmlI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.


Reply With Quote