How to activate a running Windows application

M

moumita

hi,
I have launched one Windows application like Calculator from my VC++
application.Now i need to activate as well as show this
window(calculator) from my application.
How can i do this.
plz help.
 
B

Bob Hairgrove

hi,
I have launched one Windows application like Calculator from my VC++
application.Now i need to activate as well as show this
window(calculator) from my application.
How can i do this.
plz help.

You need to ask in a group devoted to Windows programming, for
example: comp.os.ms-windows.programmer.win32

This question is off-topic for comp.lang.c++ which deals with
programming questions relating to the ANSI standard C++ language
itself, not OS-specific things.
 
M

mlimber

moumita said:
hi,
I have launched one Windows application like Calculator from my VC++
application.Now i need to activate as well as show this
window(calculator) from my application.
How can i do this.
plz help.

This is a platform-specific question rather than a C++ language
question and should be taken to the appropriate newsgroup. See this FAQ
for what is on-topic in this group and for some suggestions of better
places to post:

http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.9

Cheers! --M
 
E

elephanto

moumita napisa³(a):
hi,
I have launched one Windows application like Calculator from my VC++
application.Now i need to activate as well as show this
window(calculator) from my application.

SetForegroundWindow ?
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top