Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Portion of form not visible once Word opens and closes
Message
De
06/05/2005 19:19:31
 
 
À
06/05/2005 19:10:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01009865
Message ID:
01011850
Vues:
21
Hi,

maybe the WinApi comes to the rescue, try the following:

DECLARE INTEGER InvalidateRect IN user32.dll INTEGER hWnd, INTEGER lpRect, INTEGER bErase
InvalidateRect(THISFORM.hWnd,0,0) && invalidates the complete window
THISFORM.Refresh()

Regards
Christian
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform