OWNERDRAW sample in eXpress++ fails
Posted: Tue Nov 24, 2015 7:00 am
If you run the OWNERDRAW.PRG sample in \exp19\samples\browse or \exp20\samples\browse it will fail with a lockup.
You must remove or comment out the following two lines of code to fix this problem.
You must remove or comment out the following two lines of code to fix this problem.
Code: Select all
/*
oApp := XbpApplication()
oApp:EnableVisualStyles := XBPAPP_ALLSTYLES
*/