Allen wrote on 2012-07-25: > I have many issues with menus and VFP9 any SP. Some appear as a box and > don't show items until I mouse over. (in compiled exe's). Some are long and > don't allow down and up properly. A mess really. > Al >
Allen, There is a workaround to this problem. Place the following code to run once in the beginning of your application. *-- Workaround for Vista Dropdown problems *-- When running Vista, make it work right!!!! IF OS(3) = "6" DECLARE integer GdiSetBatchLimit IN WIN32API integer GdiSetBatchLimit(1) ENDIF As for the dropdowns going up, I've not seen that myself. Tracy Pearson PowerChurch Software _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

