Re: background instance..
- From: "Tom Serface" <tserface@xxxxxxx>
- Date: Tue, 28 Mar 2006 07:58:55 -0800
You may want to check out PJ's classes:
http://www.naughter.com/memmap.html
http://www.naughter.com/sinstance.html
Tom
<kiran.inbng@xxxxxxxxx> wrote in message
news:1143547377.293487.201800@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi All,
I have some problem sharing data between two instances of same
application.Below is the design and the problem.
The requirement is to have one single application running in the
background and with one or many UI windows in the foreground.
Currently iam thinking of using the mutex method to restrict to one
instance of the exe.But the problem is everytime the instance of the
exe can launched with different command line parameters.So based on the
parameters i have to either create a dialog(which can again launch the
UI Windows) or directly create some UI windows.First question is how
can i share the command line info of the new instance of the exe with
the existing one.Secondly is there any better method of handling this
situation(currently the UI windows are on different threads).
Please provide some inputs.
Thanks,
kiran
.
- Follow-Ups:
- Re: background instance..
- From: kiran . inbng
- Re: background instance..
- References:
- background instance..
- From: kiran . inbng
- background instance..
- Prev by Date: Re: Tabbing between controls
- Next by Date: Re: Getting system information in mfc.
- Previous by thread: Re: background instance..
- Next by thread: Re: background instance..
- Index(es):
Relevant Pages
|