CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2011
    Posts
    1

    Help With Program In Visual Basic C#

    Hi there i am currently working an a project using Visual Basic And i am stuck with a problem.
    i want it to execute a Batch file when a timer finishes but 1. I do not know how to execute batch files and 2. How do i get it to execute it when the timer reaches the end?

    i would appreciate any help thanks as im new to c# programming

  2. #2
    Join Date
    Jan 2010
    Posts
    1,133

    Re: Help With Program In Visual Basic C#

    Well, which one is it, Visual Basic (or Visual Basic.NET) or C#?
    Generally: (on timer tick event) -> (stop timer, create process)

Tags for this Thread

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