When I create a TreeView control on a window using the PowerBASIC editor, I get exactly what I'm expecting. A TreeView with a sunken 3D border. I'm using the following settings when creating the TreeView:
Style: %WS_CHILD OR %WS_VISIBLE OR %TVS_HASBUTTONS OR TVS_HASLINES OR %TVS_LINESATROOT OR %TVS_SHOWSELALWAYS
Ex-Style: WS_EX_CLIENTEDGE
When I use the same settings with FireFly, I get a blue line for a border.
Thanks,
Scott
Ah, figured this one out. It has to do with the XP Theme support in FireFly. I disabled it in FireFly, and works how I wanted now.
Scott
Yup, sometimes the Themes in XP are annoying. Frames and Listviews are effected too. Plus in Password and Number Edit Boxes you get a Bubble that alerts you that you have Caps Lock on or didn't type a Number that messes with repaints.