http://bugs.winehq.org/show_bug.cgi?id=3476
------- Additional Comments From a_villacis@palosanto.com 2005-03-10 13:32 ------- Created an attachment (id=1097) --> (http://bugs.winehq.org/attachment.cgi?id=1097&action=view) Test case for TreeView update (MS VB6 + COMCTL32.OCX)
This is a test case for the bug. This is a minimal MSVB6 program that uses COMCTL32.OCX to build a treeview with some nodes. If your installation does not
have COMCTL32.OCX registered, it should be registered with regsvr32.
This is the expected output of the treeview: +---------------------------------+ |Persona Física | | | | | +- Datos identificatorios | | | | | | | +- Nombre y otros datos | | | +- Domicilio | | | +- Actividades | | +- Datos comerciales | | | | | | | +- Datos de interés fiscal| | | +- Claves bancarias | | +- Responsable por deuda ajena | +---------------------------------+
This is the actual output, as affected by the bug: +---------------------------------+ |Persona Física | | | | | | | | | | | | | | | | | | | | | | | +---------------------------------+