start application within an application

start application within an application

Post by Feroz Bhaij » Wed, 18 Jun 2003 16:42:45



Hi,

I want to start the sylus application from my application when a button is
pressed,
instead of going through Start > settings  > control panel >stylus

Is there a windows function that allows you to do this ?

Thanks in Advance

Regards

Feroz

--

-------------------------------------------------------------------------
FIGHT BACK AGAINST SPAM!
Download Spam Inspector, the Award Winning Anti-Spam Filter
http://mail.giantcompany.com

 
 
 

start application within an application

Post by Paul G. Tobey [eMVP » Thu, 19 Jun 2003 01:45:51


CreateProcess.

Paul T.


Quote:> Hi,

> I want to start the sylus application from my application when a button is
> pressed,
> instead of going through Start > settings  > control panel >stylus

> Is there a windows function that allows you to do this ?

> Thanks in Advance

> Regards

> Feroz

> --

> -------------------------------------------------------------------------
> FIGHT BACK AGAINST SPAM!
> Download Spam Inspector, the Award Winning Anti-Spam Filter
> http://mail.giantcompany.com


 
 
 

start application within an application

Post by mel » Thu, 19 Jun 2003 01:52:20


use CreateProcess() to execute another program.