
Placing Arrows in Column Headers of a MSFlexGrid !!!
Each cell may contain text and a picture. The relative position of the text
and picture is determined by the CellAlignment and CellPictureAlignment
properties.
MSHFlexGrid1.Row =0
MSHFlexGrid1.Col =1
Set MSHFlexGrid1.CellPicture =_
LoadPicture("Icons\Computer\UpArrow.ico")
Quote:
> What is the simplest way to place an up or down arrow in a cell of the
> first
> row to indicate the sort direction? Please not that there will be a
> column
> title. So I have to combine text with an arrow.
> I thought of trying to place (Alt+0128) and (Alt+0129) from the
> Wingdings 3
> font, but how would I combine to different fonts in a cell?
> Any ideas?
> TIA,
> Paul