Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
LockScreen?
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00491131
Message ID:
00491507
Vues:
7
Works like a charm. Thanks Ed!

>Use the LockWindowUpdate API in VB...
>
>Public Declare Function LockWindowUpdate Lib "user32" (ByVal hwndLock As Long) As Long
>
>LockWindowUpdate Me.Hwnd ' No more screen refreshes
>..
>..
>LockWindowUpdate 0 ' Unlock refresh
>
>>I'm dynamically adding columns to a listview control inside a tab page at runtime that's displaying each column being added. Is there a way to turn off screen refreshes while the columns are being added and only refresh when all columns are added?
>>
>>In VFP there's a property LockScreen that I would use for this type of use.
It's "my" world. You're just living in it.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform