how to activate application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, can please MS answer this question:

Is there any way for an desktop application to make it the active
application (= the application window is highlighted and in front)?
Or is there any way for an application to make another application the
active application?

I'm developing a desktop app using VB.NET with Windows 2000 SP4 as runtime OS.
There is a main app that starts a 2nd app in background and a socket
communication line is established. A command in the main app shall trigger
the 2nd app to display its window and become the active application.
Everything works fine except that I can't make the 2nd app the active
application.
 
Hi, Lars

It looks like Jared provided you with a good response to this question in
the other thread you posted. Please post any follow-up questions you may
have there.

Thank you for choosing the MSDN Managed Newsgroups,

John Eikanger
Microsoft Developer Support

This posting is provided “AS IS” with no warranties, and confers no rights.
--------------------
| From: "=?Utf-8?B?TGFyc0o=?=" <[email protected]>
| Subject: how to activate application
| Date: Wed, 15 Sep 2004 00:55:51 -0700
| Lines: 17
| X-Tomcat-NG: microsoft.public.dotnet.general
|
| Hi, can please MS answer this question:
|
| Is there any way for an desktop application to make it the active
| application (= the application window is highlighted and in front)?
| Or is there any way for an application to make another application the
| active application?
|
| I'm developing a desktop app using VB.NET with Windows 2000 SP4 as
runtime OS.
| There is a main app that starts a 2nd app in background and a socket
| communication line is established. A command in the main app shall
trigger
| the 2nd app to display its window and become the active application.
| Everything works fine except that I can't make the 2nd app the active
| application.
|
| --
| Regards,
| Lars Jönson
|
 
Back
Top