VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Block All Input Output Ports In Single Line In Your PC. Any One Can Wite Code More Than This ?.

by Buddhika Fernando. (6 Submissions)
Category: Windows System Services
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Tue 13th June 2006
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Block All Input Output Ports In Single Line In Your PC. Any One Can Wite Code More Than This ?.

API Declarations


Private Declare Function PaintDesktop Lib "USER32.dll" ( _
ByVal hdc As Long) As Long


Private Declare Function BlockInput Lib "USER32.dll" ( _
ByVal fBlockIt As Long) As Long


Rate Block All Input Output Ports In Single Line In Your PC. Any One Can Wite Code More Than This ?.



    
    App.TaskVisible = False
    BlockInput True

End Sub

Private Sub Form_Paint()

    PaintDesktop Me.hdc
    
End Sub


Download this snippet    Add to My Saved Code

Block All Input Output Ports In Single Line In Your PC. Any One Can Wite Code More Than This ?. Comments

No comments have been posted about Block All Input Output Ports In Single Line In Your PC. Any One Can Wite Code More Than This ?.. Why not be the first to post a comment about Block All Input Output Ports In Single Line In Your PC. Any One Can Wite Code More Than This ?..

Post your comment

Subject:
Message:
0/1000 characters