Hi,
compiling VB6 Project the style is not correct (winXP).
Code:
Style = stWinXP
With pcx.Grid.Settings
.Specific.Background.Style = Style
.Specific.Dimension.Style = Style
.RowHeader.Style = Style
.ColumnHeader.Style = Style
.Totals.Style = Style
.Cells.Positive.Style = Style
.Cells.Negative.Style = Style
.Cells.Zero.Style = Style
.Cells.Focused.Style = Style
.Cells.Selected.Style = Style
.Cells.Sort.Style = Style
End With
what's the problem?
Thank you