Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Submenus in Windows 7
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Installation et configuration
Titre:
Submenus in Windows 7
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01449382
Message ID:
01449382
Vues:
159
Have just installed VFP on Win7 Ultimate and having figured out the hotfix hierarchy I have these version numbers:

Help > About is showing version 09.00.0000.7423
vfp9r.dll -- 9.0.0.7423
VFP9RENU.DLL -- 9.0.0.7423
vfp9t.dll -- 9.0.0.7423

In my startup code I have:

* Calvin Hsia's fix for Foxpro Menu items, combo boxes not refreshing selected item under Aero in Vista
* http://blogs.msdn.com/calvin_hsia/archive/2007/04/26/foxpro-menu-items-combo-boxes-not-refreshing-selected-item-under-aero-in-vista.aspx
* Only for Vista, 7 etc
IF VAL(OS(3))>=6
DECLARE INTEGER GdiSetBatchLimit IN WIN32API INTEGER
= GdiSetBatchLimit(1)
WAIT "Set: GdiSetBatchLimit" WINDOW NOWAIT
ENDIF

Anyone any clues why _my_ submenus still open to the left instead of to the right? (A customer sent me a screen shot of my latest build running on his Vista HP system and they are okay there.)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform