Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Jigsy1 authored Jul 30, 2022
1 parent d30f9c3 commit b96f2cf
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 0 deletions.
29 changes: 29 additions & 0 deletions FrmLockWorkStation.frm
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
VERSION 5.00
Begin VB.Form FrmLockWorkStation
BorderStyle = 0 'None
ClientHeight = 90
ClientLeft = 0
ClientTop = 0
ClientWidth = 90
Icon = "FrmLockWorkStation.frx":0000
LinkTopic = "Form1"
ScaleHeight = 90
ScaleWidth = 90
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Visible = 0 'False
WindowState = 1 'Minimized
End
Attribute VB_Name = "FrmLockWorkStation"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Dim X As String
X = "rundll32 user32,LockWorkStation"
Shell (X)
End
End Sub

' EOF
Binary file added FrmLockWorkStation.frx
Binary file not shown.
Binary file added Keys.ico
Binary file not shown.
Binary file added LockWorkStation.exe
Binary file not shown.
39 changes: 39 additions & 0 deletions LockWorkStation.vbp
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
Type=Exe
Form=FrmLockWorkStation.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\WINXP\system32\stdole2.tlb#OLE Automation
IconForm="FrmLockWorkStation"
Startup="FrmLockWorkStation"
HelpFile=""
Title="LockWorkStation"
ExeName32="LockWorkStation.exe"
Command32=""
Name="LockWorkStation"
HelpContextID="0"
CompatibleMode="0"
MajorVer=1
MinorVer=0
RevisionVer=0
AutoIncrementVer=0
ServerSupportFiles=0
VersionCompanyName="Jigsy"
VersionFileDescription="Invokes WinKey+L"
VersionLegalCopyright="N/A; OSS by Jigsy. Feel free to re-distribute. :>"
CompilationType=0
OptimizationType=0
FavorPentiumPro(tm)=0
CodeViewDebugInfo=0
NoAliasing=0
BoundsCheck=0
OverflowCheck=0
FlPointCheck=0
FDIVCheck=0
UnroundedFP=0
StartMode=0
Unattended=0
Retained=0
ThreadPerObject=0
MaxNumberOfThreads=1
DebugStartupOption=0

[MS Transaction Server]
AutoRefresh=1
1 change: 1 addition & 0 deletions LockWorkStation.vbw
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FrmLockWorkStation = 44, 44, 577, 492, , 516, 63, 1041, 503, C

0 comments on commit b96f2cf

Please sign in to comment.