Posted by: Vincent Kars
In TD3.1 the following code produces 5 rows in a outline listbox all labeled "My tekst"
Set hItem=GetRoot( )
Call VisListLoadChild( hWndItem, hItem, hPicNull, hPicNull,'My tekst', -1 ,0 )
Call VisListLoadChild( hWndItem, hItem, hPicNull, hPicNull,'My tekst', -2 ,0 )
Call VisListLoadChild( hWndItem, hItem, hPicNull, hPicNull,'My tekst', -3 ,0 )
Call VisListLoadChild( hWndItem, hItem, hPicNull, hPicNull,'My tekst', -4 ,0 )
Call VisListLoadChild( hWndItem, hItem, hPicNull, hPicNull,'My tekst', 0 ,0 )
Call ShowOutline( 0 )
In TD2005 this produces
My tekst
Deze Computer
Mijn Netwerklocations
Mijn Documenten
My tekst
So when a negative value smaller than -1 is used, the text changed in to Microsoft supplied headers
I use the XP - Netherlands :
Deze Computer= My Computer
Mijn Netwerklocations= My Networklocations
Mijn Documenten= My Documents
Vincent