- Code: Select all Expand view
- GradientFill( hDC, 0, 0, oDlg:nHeight, oDlg:nWidth, ;
{ { 0.5, 8388608,16117445 }, { 0.5, 16117445, 8388608 } }, .T. )
The anterior code, fills a Dialog from Top to Bottom and Bottom to top with a Gradient...(Sample by Daniel)
Is there a way to do it Top to Bottom, Bottom to top, Left to Right and Right to Left simultaneously???