Page 1 of 1

how to call another program to execute

PostPosted: Mar 1, 2002 @ 9:52am
by JohnE
I would like to call the calendar program from my program and have it open to a particular appointment. What is the function call? Will someone please point me in the right direction?

PostPosted: Mar 4, 2002 @ 7:33pm
by Jim
CreateProcess can be used to call another program and you can pass some parameters to it. Dunno if this is they way you should call the Calender though.

Jim.