I think Office 2010 looks much better than 2007. It is not that much overloaded.
Best regards,
Otto

Best regards,
Otto


Otto,
Very nice example ![]()
Would you mind to post its source code ? thanks
oGr1:AddSeparator(1)
oGr2:AddSeparator(1)
oGr3:AddSeparator(1)
oGr4:AddSeparator(1) for n = 1 to len( ::aSeparator )
hOldPen = SelectObject( ::hDC, hLightPen )
MoveTo( ::hDC, ::aSeparator[ n ], ::nHeight * 0.01 )
LineTo( ::hDC, ::aSeparator[ n ] , ::nHeight )
SelectObject( ::hDC, hDarkPen )
MoveTo( ::hDC, ::aSeparator[ n ] + 1, ::nHeight * 0.01 )
LineTo( ::hDC, ::aSeparator[ n ] + 1, ::nHeight )
SelectObject( ::hDC, hOldPen )
nextOtto,
Please send me a complete PRG to test it so I can modify it for you, thanks ![]()