Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Submenus in Windows 7
Message
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Title:
Submenus in Windows 7
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01449382
Message ID:
01449382
Views:
158
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.)
Next
Reply
Map
View

Click here to load this message in the networking platform