
thanks

Yes, usage TreeView.
Ronaldo Minacapelli
No it is NO TreeView class.
you can see in this picture as a TreeView but this is a special control in which we can also add chopped images,
imagine you have a drawing that you see only one section at a time and if we press the button "+",
we can see the one below the other parts of the image or a one section or close with button "-" the section
it is called on other language ( Delphi,visual c++..) RADMENU
Maybe you can do it with xbrowse. Have a look into the visualFivewin sourcecode.
Best regards,
Otto

oBrw:bChange := {|| (oBmp:LoadBMP(cPathBMP + substr(oBrw:aArrayData[oBrw:nArrayAt,1],1,( len(oBrw:aArrayData[oBrw:nArrayAt,1])-4) ) + ".bmp" ))}
   @ 88,697 BITMAP oBmp FILENAME cPathBMP + "snipkeeper.bmp" OF oWnd ;
     SIZE 580,300 PIXEL SCROLL  //ADJUSTIt is too hard for me
Ithinked to create another
Can I insert 3/5 dialog style ws_popup ( NO caption) into a window MDI and scroll them by a vertical scroll ?
where I can found a sample ?
Mda,
How many sections will you be showing ?
You could create an user defined control that behaves exatly as your screenshots.
thanks Antonio for Your message
I explain You
the sections can be also many. I don't Know how...
I can use a scanner to save all sections and create obmp sections. and save all data informations as Mr Otto wrote
When I'll show this control that behaves exatly each sections ,
I must have also the possibility to insert small symbols ( bitmaps) and lines or arrow and re-save the new obmp .
Do you think it can be done on fivewin in easy way ?