Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Resizing container in design mode
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00697930
Message ID:
00698460
Vues:
21
Hi Armin,

Try the following:
Declare Integer ShowWindow In Win32API Integer, Integer
ShowWindow( wboForm.hWnd, 0)
ShowWindow( wboForm.hWnd, 1)
HTH

>Hi,
>
>I'm currently writing a builder for a container class and have the following question. It's not a problem for me at the moment, but I'm just curious how this behaviour could be avoided.
>
>If I resize the container that's opened in the class designer using the Height/Width properties or the Move method, the container itself is not resized visually. That means, instead a green rectangle of the new size is shown inside the container. After saving, closing and reopening the class the container is being shown in the correct new size.
>
>Is there any way to refresh the class designer in order to display the container in it's correct new size immediately?
>
>(VFP7 SP1)
>
>Thanks,
>Armin
Alex
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform