Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SystemParametersInfo
Message
 
À
19/02/1999 13:54:00
Ray Watson
A Certified Electronics Co
Knoxville, Tennessie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00189403
Message ID:
00189431
Vues:
11
>Hi,
>When I use SystemParametersInfo to GET system parameters everything is OK, but when I try to SET a parameter the functions fail???
>
>Win98 OS
>TIA
>Ray
>(code follows)
>
>
>#DEFINE SPI_GETSCREENSAVEACTIVE 16
>#DEFINE SPI_SETSCREENSAVEACTIVE 17
>
>DECLARE SHORT SystemParametersInfo IN WIN32API ;
> INTEGER uiAction, SHORT uiParam, ;
> INTEGER @pvParam, INTEGER fWinIni
>
>lnvparm = 0
>? (SystemParametersInfo(SPI_GETSCREENSAVEACTIVE,0, @lnvparm,0) # 0)
>
>IF lnvparm = 0
> liniparm = 1 && Enable Screen saver
> ? "Screen saver is being enabled"
>ELSE
> liniparm = 0 && Disable Screen Saver
> ? "Screen saver is being disabled"
>ENDIF
>
>? (SystemParametersInfo(SPI_SETSCREENSAVEACTIVE,liniparm,0,0) # 0)
>
>

>Output----------------------
>.T.
>Screen saver is being disabled
>.T.
>
>Should be--------------------
>.T.
>Screen saver is being disabled
>.F.
Ray,

The declares for getting and setting have to be slightly different. Take a look at my Enable/Disable Screen Saver class (in the download section under Classes). I think you might find it'll do exactly what you're looking for.

hth,
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform