Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Clearing the clipboard from VFP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00768536
Message ID:
00768794
Vues:
21
DECLARE INTEGER EmptyClipboard IN user32
DECLARE INTEGER CloseClipboard IN user32
DECLARE INTEGER OpenClipboard IN user32 INTEGER hwnd
	
IF OpenClipboard(0) <> 0
	= EmptyClipboard()
	= CloseClipboard()  && this is important
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform