Run Windows Application from customized button

Excellent. Thanks!

--- In vantage@yahoogroups.com, "Rob Bucek" <rbucek@...> wrote:
>
> Private Sub btnEpiCustom1_Click(ByVal Sender As Object, ByVal Args As
> System.EventArgs) Handles btnEpiCustom1.Click
>
> '// ** Place Event Handling Code Here **
>
>
> Process.Start("C:\Program Files\Microsoft
> Office\Office12\Excel.exe")
>
> End Sub
>
>
>
> Rob Bucek
>
> Manufacturing Engineer
>
> PH: (715) 284-5376 ext 3111
>
> FAX: (715)284-4084
>
> <http://www.dsmfg.com/>
>
> (Click the logo to view our site) <http://www.dsmfg.com/>
>
>
>
>
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> Of jeffery_p_sanders
> Sent: Wednesday, November 04, 2009 3:36 PM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Run Windows Application from customized button
>
>
>
>
>
> Anyone know how to run a windows app from a customized button?
>
> Example: EpiButton1
>
> Jeff Sanders
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
Anyone know how to run a windows app from a customized button?

Example: EpiButton1

Jeff Sanders
Private Sub btnEpiCustom1_Click(ByVal Sender As Object, ByVal Args As
System.EventArgs) Handles btnEpiCustom1.Click

'// ** Place Event Handling Code Here **


Process.Start("C:\Program Files\Microsoft
Office\Office12\Excel.exe")

End Sub



Rob Bucek

Manufacturing Engineer

PH: (715) 284-5376 ext 3111

FAX: (715)284-4084

<http://www.dsmfg.com/>

(Click the logo to view our site) <http://www.dsmfg.com/>





From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of jeffery_p_sanders
Sent: Wednesday, November 04, 2009 3:36 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Run Windows Application from customized button





Anyone know how to run a windows app from a customized button?

Example: EpiButton1

Jeff Sanders





[Non-text portions of this message have been removed]