Click here to Skip to main content
16,005,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralChange the layout of a Button Pin
Schehaider_Aymen9-Apr-08 0:33
Schehaider_Aymen9-Apr-08 0:33 
GeneralRe: Change the layout of a Button Pin
Maximilien9-Apr-08 0:37
Maximilien9-Apr-08 0:37 
GeneralRe: Change the layout of a Button Pin
Schehaider_Aymen9-Apr-08 0:44
Schehaider_Aymen9-Apr-08 0:44 
GeneralRe: Change the layout of a Button Pin
ShilpiP9-Apr-08 0:58
ShilpiP9-Apr-08 0:58 
GeneralRe: Change the layout of a Button Pin
Schehaider_Aymen9-Apr-08 1:02
Schehaider_Aymen9-Apr-08 1:02 
GeneralRe: Change the layout of a Button Pin
Hamid_RT11-Apr-08 0:22
Hamid_RT11-Apr-08 0:22 
Generalhide plus sign for empty folder in CTreeCtrl Pin
chetanjoshi99-Apr-08 0:02
chetanjoshi99-Apr-08 0:02 
GeneralRe: hide plus sign for empty folder in CTreeCtrl Pin
Iain Clarke, Warrior Programmer9-Apr-08 1:15
Iain Clarke, Warrior Programmer9-Apr-08 1:15 
TVS_HASBUTTONS 
Displays plus (+) and minus (-) buttons next to parent items. The user clicks the buttons to expand or collapse a parent item's list of child items. To include buttons with items at the root of the tree view, TVS_LINESATROOT must also be specified. 


I'm pretty sure that the sign is only shown when an item has children. Are you doing stranges things with I_CHILDRENCALLBACK?

Try making a demo project, with a dialog, and just add a few boring items to it, and see if it behaves properly. If so, start looking at the differences.

How are you populating the tree? Are you calling some function you haven't written, or are you using FindFirstFile/FindNextFile to get the file names to populate the tree with?

Iain.

Iain Clarke appears because CPallini still cares.

Generalglobal and static variable in a class delivered in a DLL Pin
George_George8-Apr-08 23:41
George_George8-Apr-08 23:41 
GeneralRe: global and static variable in a class delivered in a DLL Pin
CPallini9-Apr-08 0:27
mveCPallini9-Apr-08 0:27 
GeneralRe: global and static variable in a class delivered in a DLL Pin
George_George9-Apr-08 0:39
George_George9-Apr-08 0:39 
GeneralRe: global and static variable in a class delivered in a DLL Pin
CPallini9-Apr-08 0:50
mveCPallini9-Apr-08 0:50 
GeneralRe: global and static variable in a class delivered in a DLL Pin
George_George9-Apr-08 1:27
George_George9-Apr-08 1:27 
GeneralRe: global and static variable in a class delivered in a DLL Pin
CPallini9-Apr-08 1:41
mveCPallini9-Apr-08 1:41 
GeneralRe: global and static variable in a class delivered in a DLL Pin
George_George9-Apr-08 2:21
George_George9-Apr-08 2:21 
GeneralRe: global and static variable in a class delivered in a DLL Pin
CPallini9-Apr-08 2:30
mveCPallini9-Apr-08 2:30 
GeneralRe: global and static variable in a class delivered in a DLL Pin
George_George9-Apr-08 2:48
George_George9-Apr-08 2:48 
GeneralRe: global and static variable in a class delivered in a DLL Pin
CPallini9-Apr-08 3:10
mveCPallini9-Apr-08 3:10 
GeneralRe: global and static variable in a class delivered in a DLL Pin
George_George9-Apr-08 3:24
George_George9-Apr-08 3:24 
GeneralRe: global and static variable in a class delivered in a DLL Pin
CPallini9-Apr-08 3:42
mveCPallini9-Apr-08 3:42 
GeneralRe: global and static variable in a class delivered in a DLL Pin
George_George9-Apr-08 3:47
George_George9-Apr-08 3:47 
GeneralRe: global and static variable in a class delivered in a DLL Pin
CPallini9-Apr-08 4:06
mveCPallini9-Apr-08 4:06 
GeneralRe: global and static variable in a class delivered in a DLL Pin
George_George9-Apr-08 15:17
George_George9-Apr-08 15:17 
GeneralSerial comm with CodeGear C++ Builder 2007 Pin
FPeeters8-Apr-08 23:12
FPeeters8-Apr-08 23:12 
GeneralRe: Serial comm with CodeGear C++ Builder 2007 Pin
Cedric Moonen8-Apr-08 23:21
Cedric Moonen8-Apr-08 23:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.