CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #9
    Join Date
    Mar 2007
    Location
    Argentina
    Posts
    579

    Re: Dos Commands Don't Wait for finish

    Quote Originally Posted by MaxDes View Post
    Public Function ExecCommand(ByRef CommandLine As String, _
    Optional ByRef Arguments As String = "", _
    Optional ByRef Wait*****it As Boolean = True) As Integer
    ...
    MaxDes: when you post code, select it, and click on the button "#" (see imagehttp://www.codeguru.com/forum/attach...1&d=1228412016), to enclose the code with [CODE*][/*CODE] tags. it makes the code much more easy to read.
    Attached Images Attached Images
    [Vb.NET 2008 (ex Express)]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured