Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.basic.visual.misc > #1360

Re: Call in Visual Basic a Cygwin executable

From Deanna Earley <dee.earley@icode.co.uk>
Newsgroups comp.lang.basic.visual.misc
Subject Re: Call in Visual Basic a Cygwin executable
Date 2012-07-18 11:28 +0100
Organization Aioe.org NNTP Server
Message-ID <ju633v$1r3$1@speranza.aioe.org> (permalink)
References <6ee09681-b78d-4a7b-b083-02a7cf63db4e@googlegroups.com> <6a0c3204-4fe7-4122-8585-1b2f90bb816d@googlegroups.com>

Show all headers | View raw


On 18/07/2012 11:06, arkkimede wrote:
> I solved (following the suggestions of Deanna Earley).
>
> For newbie like me I post the complete button click event:
> Private Sub Button1_Click(........)
>     Dim info As New System.Diagnostics.ProcessStartInfo
>     info.FileName = "C:\path\nameExecutable.exe"
>     info.WorkingDirectory ="c:\path\"
>     System.Diagnostics.Process.Start(info)
> End Sub

That's it. Sorry, I forgot my code was C# :)

-- 
Deanna Earley (dee.earley@icode.co.uk)
i-Catcher Development Team
http://www.icode.co.uk/icatcher/

iCode Systems

(Replies direct to my email address will be ignored. Please reply to the 
group.)

Back to comp.lang.basic.visual.misc | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Call in Visual Basic a Cygwin executable arkkimede <arkkimede@gmail.com> - 2012-07-18 01:12 -0700
  Re: Call in Visual Basic a Cygwin executable Deanna Earley <dee.earley@icode.co.uk> - 2012-07-18 10:09 +0100
  Re: Call in Visual Basic a Cygwin executable arkkimede <arkkimede@gmail.com> - 2012-07-18 02:21 -0700
  Re: Call in Visual Basic a Cygwin executable arkkimede <arkkimede@gmail.com> - 2012-07-18 03:06 -0700
    Re: Call in Visual Basic a Cygwin executable Deanna Earley <dee.earley@icode.co.uk> - 2012-07-18 11:28 +0100
  Re: Call in Visual Basic a Cygwin executable "Farnsworth" <nospam@nospam.com> - 2012-07-18 06:33 -0400
    Re: Call in Visual Basic a Cygwin executable arkkimede <arkkimede@gmail.com> - 2012-07-18 04:45 -0700
      Re: Call in Visual Basic a Cygwin executable "Farnsworth" <nospam@nospam.com> - 2012-07-18 10:56 -0400
        Re: Call in Visual Basic a Cygwin executable "Auric__" <not.my.real@email.address> - 2012-07-18 19:45 +0000
          Re: Call in Visual Basic a Cygwin executable arkkimede <arkkimede@gmail.com> - 2012-07-19 03:09 -0700

csiph-web