Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remove style from GetFont
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00941725
Message ID:
00941812
Vues:
10
>Hi Everybody,
>
>I would like to remove the “font style” from the GetFont() form. How may I do that.
>
>Thank you,
>Ali

Hi Ali,

You can intercept the Font dialog windows, search for the child window which ClassName is "ComboBox" (search for the second one). Then Send/Post WM_CLOSE message to the child window.

In VFP, you can use timer to intercept the Font dialog, however this workaround is ugly :-)

Regards
Herman
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform