Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. edsonfast

    Disable Aero Theme FoxPro

    Hi, ok Samples: - My app not for final user/home user. - My app for industri... - My app is a suport for ERP using VNC to remote connection. - Finishi remote suport restore Aero Theme ;)
  2. edsonfast

    Disable Aero Theme FoxPro

    PROCEDURE AeroSetEnable (llEnable) #DEFINE DWM_EC_DISABLECOMPOSITION 0 #DEFINE DWM_EC_ENABLECOMPOSITION 1 DECLARE integer DwmEnableComposition IN dwmapi integer IF llEnable DwmEnableComposition(DWM_EC_ENABLECOMPOSITION) ELSE DwmEnableComposition(DWM_EC_DISABLECOMPOSITION) ENDIF...

Part and Inventory Search

Back
Top