S
Sharon
Hi,
I'm using VS2005 to build CF v2 application.
I want to restart my application, when it's running, with some parameters at
command line.
For this I need to allow my application to load multiple instances.
In CF1 I did it with FindWindow to find my application window, And
SetWindowText to change it's name.
But in CF2 I cannot do that because the window class name is the nameof my
application, And I cannot change the window's class name.
Is there a way to allow multiple instances of my application, Or to restart
my application?
Thanks,
Sharon
I'm using VS2005 to build CF v2 application.
I want to restart my application, when it's running, with some parameters at
command line.
For this I need to allow my application to load multiple instances.
In CF1 I did it with FindWindow to find my application window, And
SetWindowText to change it's name.
But in CF2 I cannot do that because the window class name is the nameof my
application, And I cannot change the window's class name.
Is there a way to allow multiple instances of my application, Or to restart
my application?
Thanks,
Sharon