Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: What could be easy way for appending a special character like ? (0x1E)


Message #1 by "Pankaj" <pa_inbox@h...> on Thu, 31 Oct 2002 15:38:08 -0800
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




  Return to Index