Results 1 to 11 of 11
  1. #1
    nathanael890's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    158
    Reputation
    13
    Thanks
    46
    My Mood
    Bored

    Unhappy Disabling The Alt + f4 Hotkey [Close Button]

    Is There Any Code To Disable the Alt + f4 Hotkey???

  2. #2
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    making a fake virus or something?
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  3. #3
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    FUUUCK I have this somewhere, lemme look.

  4. #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
    MOAHAHHA i was faster than lolland:

    Add this to form1.load :
    Code:
       Me.KeyPreview = True
    And this code to form1 keydown:

    Code:
    If e.Alt = True And e.KeyCode = Keys.F4 Then
                    e.Handled = True
                End If

    Credits to any1 on mpgh, didn't remember
    -Rest in peace leechers-

    Your PM box is 100% full.

  5. The Following 2 Users Say Thank You to Zoom For This Useful Post:

    nathanael890 (02-14-2010),thekung83 (02-14-2010)

  6. #5
    nathanael890's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    158
    Reputation
    13
    Thanks
    46
    My Mood
    Bored
    Where Can I Find the Form1 Keydown???

    I Don't Know Where It Is

  7. #6
    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
    Private Sub Form1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles MyBase.KeyDown




    End Sub
    -Rest in peace leechers-

    Your PM box is 100% full.

  8. The Following 2 Users Say Thank You to Zoom For This Useful Post:

    martijno0o0 (02-14-2010),nathanael890 (02-14-2010)

  9. #7
    nathanael890's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    158
    Reputation
    13
    Thanks
    46
    My Mood
    Bored
    Thank You For The Code hejsan1 I'll Give 2 Thanks For It!!!

  10. #8
    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 nathanael890 View Post
    Thank You For The Code hejsan1 I'll Give 2 Thanks For It!!!
    Not a problem at all!
    -Rest in peace leechers-

    Your PM box is 100% full.

  11. #9
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Quote Originally Posted by hejsan1 View Post
    Not a problem at all!
    Im slacking, You beat me too


     


     


     



    The Most complete application MPGH will ever offer - 68%




  12. #10
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Quote Originally Posted by hejsan1 View Post
    Not a problem at all!
    I was going to post.

  13. #11
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    maybe one day ill be able to keep up with the big dogs :P
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

Similar Threads

  1. [Solved]how to disable the leave button?
    By rmk1379 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 10
    Last Post: 10-23-2010, 04:26 AM
  2. [Tutorial] Disable Close Button
    By scimmyboy in forum Visual Basic Programming
    Replies: 4
    Last Post: 02-19-2010, 11:48 AM
  3. One more thing since the other top is closed
    By Tom_4th_account in forum General
    Replies: 13
    Last Post: 02-22-2008, 11:07 AM
  4. Disable the annoying delete dialog confirmation
    By W$t$5TA34TYTHSETH5Y5 in forum General
    Replies: 3
    Last Post: 11-27-2007, 03:38 PM
  5. Replies: 10
    Last Post: 05-29-2007, 05:55 AM