Visual Basic 6 Application
Task: freez windows
Declarations
Public Declare Function SetParent Lib "user32" Alias "SetParent" (ByVal hWndChild As Long, ByVal hWndNewParent As Long) As Long
Put in command button
sub Freezcomputer (frm as form)
dim freez
freez = setparent (frm, frm)
end sub
Jun 13, 2007
freez windows
Labels: Visual basic
Di posting Basyar at 6:38 PM
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment