Re: Switching between applications
- From: erewhon@xxxxxxxxxx (J French)
- Date: Mon, 25 Apr 2005 08:13:58 +0000 (UTC)
On Sun, 24 Apr 2005 20:37:05 +0100, Tim <tim@xxxxxxxxxxxxxxx> wrote:
>
>Is it easy (for a novice) to have two applications running and be able
>to switch between them through code?
>
>I'd like to have two programs. One running normally and another that
>minimises itself to the system tray, but can be called and opened by
>the first application.
>
>Really complicated to do?
Not really, you need to get a unique Window Message number using
RegisterWindowMessage
Then one app can use SendMessage with HWND_BROADCAST
I posted an example a year ago
http://tinyurl.com/b4tum
.
- References:
- Switching between applications
- From: Tim
- Switching between applications
- Prev by Date: Re: Delphi DLL / VB app
- Next by Date: Re: TIBQuery2.Assign(TIBQuery1) doesn't work
- Previous by thread: Switching between applications
- Index(es):
Relevant Pages
|
|