![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Newbie
Join Date: Mar 2006
Posts: 15
Rep Power: 0
![]() |
I also don't know VB very well, but I've seen it done like this in another language.
use this WinAPI function: SystemParametersInfo(a,b,c,d) for a, put SPI_SCREENSAVERRUNNING for b, put the integer value of 1 for c, put a pointer to an integer value of 0 for d, put the integer value of 0 |
|
|
|
|
|
#12 | ||
|
Professional Programmer
|
Quote:
__________________
▄▄▄▄ Quote:
Due to incorrect calculations during the middle ages, our calendar actually begins a few years after Jesus' birth. Thus the real 6/6/6 happened a few years back. The world already ended and you missed it. Download Code::Blocks now! ▄▄▄▄ |
||
|
|
|
|
|
#13 | |
|
Programming Guru
![]() Join Date: Jun 2005
Location: Adelaide, South Australia
Posts: 1,223
Rep Power: 5
![]() |
Quote:
To do it under windows NT/2000/XP you have to monkey with security settings, and one of the side effects of disabling CTRL-ALT-DELETE is that it is no longer possible to log in. In other words, it will have the desired effect but, should the user log out, or should the system power down or otherwise reboot you have an unusable system (unless you also disable use of CTRL-ALT-DELETE and disable all users from using a password for logging in, which opens a pretty big security hole). |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|