pro_vb thread: What could be an easy way for appending a special character like ? (0x1E)
Hi All
What could be an easy way for appending a special character like ? (0x1E)
in a list view column header in VB6... I have two ideas
1) This is simple and kind of work around. Get this special character in a
disabled text box and place it below list view column header.
problems : resizing column header requires additional code to reposition
textbox
some other problems it may have too
2)subclass Listview and and create font object to paint into list view DC
I am not much experienced into subclassing and more into GDI.... so I am not
sure of it's implementation complexity and probability of successful
implementation...
can any body throw some light into this problem more....
any suggestions/pointers/ideas are most welcome
TIA
Pankaj