Allen wrote on 2014-03-31: > I use win 8 now but I think it was just the shortcut menus. And I don't > think its drivers as it happened on a few PC/Laptp > Al > > -----Original Message----- > Was this just with SHORTCUT MENUS or TOP-LEVEL menus or both?
My recollection was the shortcut menus, and items on menus that you add on the fly. This code is some of the first to run in my programs. *-- 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 I don't remember who this came from originally. I saw it in a couple different blog posts. Tracy Pearson PowerChurch Software _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.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.

