G
Glen
I have a windows application that accepts command line parms at
startup. It works fine. However, if (while the app is running) the
user tries to run it again with another command line start, I would
like the existing instance of the app to take the new command line
parms and act appropriately.
Is there some event I can trap in my application that will tell me that
the user has tried to start this singleton app again and then get the
command line parms?
Thanks,
Glen
startup. It works fine. However, if (while the app is running) the
user tries to run it again with another command line start, I would
like the existing instance of the app to take the new command line
parms and act appropriately.
Is there some event I can trap in my application that will tell me that
the user has tried to start this singleton app again and then get the
command line parms?
Thanks,
Glen