Line 652:
Code: Select all | Expand
GradientFill( ::hDC, ::nHeight * 0.05, ::nWidth - 2, ::nHeight * 0.95, ::nWidth - 1, ;
Should be:
Code: Select all | Expand
GradientFill( ::hDC, ::nHeight * 0.05, ::nWidth - 1, ::nHeight * 0.95, ::nWidth - 1, ;
![Image](http://www.mayapos.com/FiveWin/clave.png)
Code: Select all | Expand
GradientFill( ::hDC, ::nHeight * 0.05, ::nWidth - 2, ::nHeight * 0.95, ::nWidth - 1, ;
Code: Select all | Expand
GradientFill( ::hDC, ::nHeight * 0.05, ::nWidth - 1, ::nHeight * 0.95, ::nWidth - 1, ;