Question:

Visual Basic 2008 Express question?

by  |  earlier

0 LIKES UnLike

I have a button on design view that I want to link to a program on my computer - Microsoft Word (I only want the program to run on my computer). What code do I put in the section:

Private Sub OK_Button_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OK_Button.Click

<<<<<HERE>>>>>

End Sub

 Tags:

   Report

2 ANSWERS


  1. try

    Shell(&quot;the path of winword.exe&quot;, AppWinStyle.MaximizedFocus)


  2. mainframe computing-http://gotogol.info/

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.