Results 1 to 6 of 6
  1. #1
    mizzer3's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    MPGH.net
    Posts
    888
    Reputation
    7
    Thanks
    171
    My Mood
    Sleepy

    [TUT] How to make a Beeper [TUT]

    Hello I will learn you how to make a Beeper in VB08

    File > New Project > Windows Application

    Make :

    - 4 Buttons
    - 1 Timer

    Here is the code : ( Just Copy and Paste )

    Code:
    Public Class Form1
    
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Console.Beep()
        End Sub
    
        Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
            Timer1.Stop()
        End Sub
    
        Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
            Timer1.Start()
    
    
        End Sub
    
        Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
            Console.Beep()
        End Sub
    
        Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
            Me.Hide()
            ShowInTaskbar = False
    
        End Sub
    End Class
    Picture:

    Press Thanks !
    Last edited by mizzer3; 11-15-2009 at 04:19 AM.
    Heal Ur Allies, And You Will Win The War.



    RESPECT LIST :

    - Very Good Friend - Sn0wn00b
    - All the Mpgh minions ( special m3 )
    - th3reaper
    - respeckt52
    - s3liskar
    - thecamels8

  2. The Following 3 Users Say Thank You to mizzer3 For This Useful Post:

    CounterAct (11-14-2009),Miljan5 (03-19-2013),spamman4 (01-15-2010)

  3. #2
    XGelite's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Enter text here
    Posts
    1,344
    Reputation
    12
    Thanks
    276
    i think this has been posted before, but thanks anyways .

  4. #3
    mizzer3's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    MPGH.net
    Posts
    888
    Reputation
    7
    Thanks
    171
    My Mood
    Sleepy
    Quote Originally Posted by XGelite View Post
    i think this has been posted before, but thanks anyways .
    I dont know i , but the version is mine No Problem
    Heal Ur Allies, And You Will Win The War.



    RESPECT LIST :

    - Very Good Friend - Sn0wn00b
    - All the Mpgh minions ( special m3 )
    - th3reaper
    - respeckt52
    - s3liskar
    - thecamels8

  5. The Following User Says Thank You to mizzer3 For This Useful Post:

    spamman4 (01-15-2010)

  6. #4
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by mizzer3 View Post
    Hello I will elarn you how to make a Beeper in VB08

    File > New Project > Windows Application

    Make :

    - 4 Buttons
    - 1 Timer

    Here is the code : ( Just Copy and Paste )

    Code:
    Public Class Form1
    
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Console.Beep()
        End Sub
    
        Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
            Timer1.Stop()
        End Sub
    
        Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
            Timer1.Start()
    
    
        End Sub
    
        Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
            Console.Beep()
        End Sub
    
        Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
            Me.Hide()
            ShowInTaskbar = False
    
        End Sub
    End Class
    Picture:

    Press Thanks !

    Nice man u doing great progress! keep it up!
    -Rest in peace leechers-

    Your PM box is 100% full.

  7. #5
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by CounterAct View Post
    Thanks!!
    Why do you say thanks? ^^]
    -Rest in peace leechers-

    Your PM box is 100% full.

  8. #6
    Pixie's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pixie wird wieder steigen.
    Posts
    1,884
    Reputation
    22
    Thanks
    229
    My Mood
    Fine
    Quote Originally Posted by hejsan1 View Post
    Why do you say thanks? ^^]
    Because he is a spammer just looking for posts, that's the 3rd one, but I've already deleted one, because it was the same message

Similar Threads

  1. [Tut]How to Make KoWarrock Account Easy
    By EyalZamir in forum WarRock Korea Hacks
    Replies: 181
    Last Post: 06-08-2008, 12:05 PM
  2. [Tut,VID] How to make a KWR account
    By iHack in forum WarRock Korea Hacks
    Replies: 20
    Last Post: 07-18-2007, 03:44 AM
  3. [TuT] How to make PW and value box for Guns/Superjump/SkyStormer(VB6)
    By jokuvaan11 in forum WarRock - International Hacks
    Replies: 14
    Last Post: 06-30-2007, 01:09 PM
  4. [Request]Tut how to make his own bypass
    By BurakG in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-08-2007, 02:46 PM
  5. Tut: how to make cheese
    By ace76543 in forum General
    Replies: 14
    Last Post: 01-14-2007, 09:39 AM

Tags for this Thread