Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Lockscreen not locking...
Message
De
25/03/2008 16:28:53
 
 
À
25/03/2008 15:31:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01305395
Message ID:
01305456
Vues:
7
>Hi All,
>
>Is there a way other than the LockScreen property to prevent changes to the form from being reflected immediately?
>_screen.lockscreen=.t. doesn't seem to work.
>
>Thanks,
>Luke

Locks entire window display.
ReallyLockScreen( _vfp.hwnd )      && Locked
* ... do something
ReallyLockScreen( 0 )              && Unlock 


PROCEDURE ReallyLockScreen
LPARAMETERS tlHWND
	DECLARE INTEGER LockWindowUpdate IN Win32API INTEGER nHandle
	*** And call the function
	LockWindowUpdate( tlHWND )

	RETURN
ENDPROC
Greg Reichert
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform