|
-
Apr 21st, 2000, 03:40 AM
#1
Thread Starter
Hyperactive Member
Hi, I am writing a security program. Well if you read my last topic was about a way to encrypt or decrypt files. But I forgot to ask about something else.
I know that there are some API calls which can disable the desktop and the task bar. I have seen them work before I just don't know their name if some one can explain it too I really appreciate otherwise just give me the API calls.
==========
Kourosh
==========
-
Apr 21st, 2000, 04:23 PM
#2
Lively Member
Private Declare Function LockWindowUpdate Lib "user32" (ByVal hwndLock As Long) As Long
Private Declare Function GetDesktopWindow Lib "user32" () As Long
put in any event
lockwindowupdate getdesktopwindow()
the lock window update api can onli lock 1 window at a time
-
Apr 22nd, 2000, 12:55 AM
#3
Thread Starter
Hyperactive Member
Can you give a code example please?
Thanks, but can you give me an example I just can't seems to understand it. From the both API's does one of them also luck the Taskbar?
===========================
Kourosh Gonabadi
VB Programmer 
C++ Newbie 
Graphic Designer
===========================
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|