Results 1 to 2 of 2
  1. #1
    lindra's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Location
    France
    Posts
    109
    Reputation
    16
    Thanks
    2,742

    Cool Timer won't start in my c# project

    private void Form1_Load(object sender, EventArgs e)
    {
    timer1.Start();
    timer2.Start();
    timer3.Start();
    timer4.Start();
    timer5.Start();
    }
    i don't understand why ???

  2. #2
    Recigy's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    815
    Reputation
    78
    Thanks
    1,576
    Quote Originally Posted by lindra View Post
    private void Form1_Load(object sender, EventArgs e)
    {
    timer1.Start();
    timer2.Start();
    timer3.Start();
    timer4.Start();
    timer5.Start();
    }
    i don't understand why ???
    Haha, I tried the same and I didn't work.
    Try this: Ehm, I forgot.
    I'll try to find my old C# project and give you what I tried.

    - - - Updated - - -

    Quote Originally Posted by lindra View Post
    private void Form1_Load(object sender, EventArgs e)
    {
    timer1.Start();
    timer2.Start();
    timer3.Start();
    timer4.Start();
    timer5.Start();
    }
    i don't understand why ???

    This worked fine for me:
    External_Overlay frm = new External_Overlay();
    public Form1()
    {
    timer1.Start();
    timer2.Start();
    timer3.Start();
    timer4.Start();
    timer5.Start();
    }

Similar Threads

  1. CrossFire Won't Start...
    By Seathre in forum CrossFire Hacks & Cheats
    Replies: 25
    Last Post: 03-10-2010, 02:36 AM
  2. Looking to start my first C++ Project
    By ilovecookies in forum C++/C Programming
    Replies: 42
    Last Post: 01-23-2010, 05:07 AM
  3. game won't start help please
    By bonezsz90 in forum Combat Arms Hacks & Cheats
    Replies: 0
    Last Post: 06-24-2009, 02:30 PM
  4. Combat Arms won't start
    By pikesh in forum Combat Arms Hacks & Cheats
    Replies: 6
    Last Post: 03-03-2009, 08:01 PM
  5. eternal flame v 12 won't start
    By tamplain in forum BattleOn Games Hacks, Cheats & Trainers
    Replies: 0
    Last Post: 07-12-2008, 02:16 AM