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

Threaded View

  1. #12
    Join Date
    Oct 2008
    Posts
    26

    Re: Traffic Lights c#

    In all honesty I'm not sure how to start.

    this below is my code for my start button, I set the timer to intervals of 5 seconds so am I free to place what what I want my lights to do now.

    private void button1_Click(object sender, System.EventArgs e)
    {
    timer1.Enabled = true
    Last edited by johnboy14; October 5th, 2008 at 12:48 PM.

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