Results 1 to 3 of 3
  1. #1
    Youtro's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Location Location Location!
    Posts
    3,344
    Reputation
    1175
    Thanks
    491
    My Mood
    Yeehaw

    Something different over here :P

    idk where's the right section for that one but anyways...it's kind of an argument so don't be mad xD
    I've tried to basically annoy my friends with something little i made but some weird WEIRD bug appeared
    idk how to explain it so it's kinda up to you guys to understand
    Code:
            private void timer1_Tick(object sender, EventArgs e)
            {
                while (true)
                {
                    MessageBox.Show("U NOOB!");
                }
            }
    c#
    i don't think it would be a good idea to upload it so just make it your self ><
    EDIT:the thread has been moved to here by disturbed :P
    Last edited by Youtro; 07-15-2012 at 02:50 PM.

  2. #2
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    You can not create an infinite loop on a GUI app, you are stopping the application from painting and "locking" it on that specific piece of code.

    Remove the loop and you are good to go.
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  3. The Following User Says Thank You to 'Bruno For This Useful Post:

    Youtro (07-16-2012)

  4. #3
    Youtro's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Location Location Location!
    Posts
    3,344
    Reputation
    1175
    Thanks
    491
    My Mood
    Yeehaw
    Quote Originally Posted by Brinuz View Post
    You can not create an infinite loop on a GUI app, you are stopping the application from painting and "locking" it on that specific piece of code.

    Remove the loop and you are good to go.
    thnx :P i already figured it out and it turned out to be my next pisher lolz
    this one is really creative but im afraid to use it... it's simply getting in someone's computer and copying cookies xD
    shhh!! don't tell FBI!

Similar Threads

  1. help over here!
    By /b/oss in forum General
    Replies: 10
    Last Post: 06-07-2010, 03:38 PM
  2. Need some help over here
    By mlb1343 in forum Combat Arms Help
    Replies: 5
    Last Post: 09-20-2009, 06:57 PM
  3. Look Over here |Important|
    By hahams1 in forum Combat Arms Hacks & Cheats
    Replies: 0
    Last Post: 07-23-2009, 03:22 AM
  4. Trying something different to my usual.
    By Doc in forum Showroom
    Replies: 4
    Last Post: 06-12-2009, 04:24 AM
  5. EXTRA EXTRA free nx over here
    By jasonrocks in forum Combat Arms Hacks & Cheats
    Replies: 0
    Last Post: 03-10-2009, 01:44 PM