From: SDS2 on 31 Jan 2010 10:27 Hey, I was wondering if i could make a program in Visual Studio 2008 with a link to an executable (of an application like MS WORD) in it. By pressing a button, the executable must start. But now, i can't find the right code to do so. Can anyone help me out? Thanks in advance. Stan
From: Scott M. on 31 Jan 2010 11:21 In your button's click event add: System.Diagnostics.Process.Start(fullPathToExecutable) -Scott M. "SDS2" <nomailtoSDS(a)collegewaregemdeletethis.com> wrote in message news:ur0fknooKHA.5508(a)TK2MSFTNGP02.phx.gbl... > Hey, > > I was wondering if i could make a program in Visual Studio 2008 with a > link to an executable (of an application like MS WORD) in it. > By pressing a button, the executable must start. > But now, i can't find the right code to do so. > > > Can anyone help me out? > > > Thanks in advance. > > > > Stan
|
Pages: 1 Prev: explain what the page background group is and where is it? Next: Trace Listeners |