Click here to Skip to main content
15,917,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Check box in column header of a CListCtrl. Pin
josip cagalj12-Nov-07 23:56
josip cagalj12-Nov-07 23:56 
GeneralRe: Check box in column header of a CListCtrl. Pin
Paresh Chitte13-Nov-07 0:05
Paresh Chitte13-Nov-07 0:05 
QuestionRe: Check box in column header of a CListCtrl. Pin
David Crow13-Nov-07 3:27
David Crow13-Nov-07 3:27 
AnswerRe: Check box in column header of a CListCtrl. Pin
_AnsHUMAN_ 12-Nov-07 23:59
_AnsHUMAN_ 12-Nov-07 23:59 
GeneralRe: Check box in column header of a CListCtrl. Pin
Paresh Chitte13-Nov-07 0:09
Paresh Chitte13-Nov-07 0:09 
AnswerRe: Check box in column header of a CListCtrl. Pin
Paresh Chitte19-Nov-07 19:05
Paresh Chitte19-Nov-07 19:05 
QuestionCTreeCtrl problem in MFC Pin
nbugalia12-Nov-07 23:05
nbugalia12-Nov-07 23:05 
AnswerRe: CTreeCtrl problem in MFC Pin
jhwurmbach12-Nov-07 23:49
jhwurmbach12-Nov-07 23:49 
NishantB++ wrote:
expanding and shrinking is causing flicker in the tree.


Stop the tree from redrawing while you are tampering with it.
From my CTreeView I do:
  GetTreeCtrl().SetRedraw( FALSE);<br />
...<br />
  GetTreeCtrl().SetRedraw( TRUE);





Let's think the unthinkable, let's do the undoable, let's prepare to grapple with the ineffable itself, and see if we may not eff it after all.
Douglas Adams, "Dirk Gently's Holistic Detective Agency"

GeneralRe: CTreeCtrl problem in MFC Pin
nbugalia13-Nov-07 1:27
nbugalia13-Nov-07 1:27 
GeneralRe: CTreeCtrl problem in MFC Pin
jhwurmbach13-Nov-07 1:29
jhwurmbach13-Nov-07 1:29 
AnswerRe: CTreeCtrl problem in MFC Pin
Iain Clarke, Warrior Programmer13-Nov-07 2:54
Iain Clarke, Warrior Programmer13-Nov-07 2:54 
Questionhow to do dynamic memory allocation for stuct? Pin
neodeaths12-Nov-07 22:50
neodeaths12-Nov-07 22:50 
AnswerRe: how to do dynamic memory allocation for stuct? Pin
jhwurmbach12-Nov-07 23:46
jhwurmbach12-Nov-07 23:46 
GeneralRe: how to do dynamic memory allocation for stuct? Pin
neodeaths13-Nov-07 5:36
neodeaths13-Nov-07 5:36 
GeneralRe: how to do dynamic memory allocation for stuct? Pin
jhwurmbach13-Nov-07 5:45
jhwurmbach13-Nov-07 5:45 
GeneralRe: how to do dynamic memory allocation for stuct? Pin
neodeaths13-Nov-07 5:51
neodeaths13-Nov-07 5:51 
GeneralRe: how to do dynamic memory allocation for stuct? Pin
jhwurmbach13-Nov-07 5:54
jhwurmbach13-Nov-07 5:54 
GeneralRe: how to do dynamic memory allocation for stuct? Pin
neodeaths13-Nov-07 6:03
neodeaths13-Nov-07 6:03 
GeneralRe: how to do dynamic memory allocation for stuct? Pin
jhwurmbach13-Nov-07 6:06
jhwurmbach13-Nov-07 6:06 
GeneralRe: how to do dynamic memory allocation for stuct? Pin
neodeaths13-Nov-07 6:11
neodeaths13-Nov-07 6:11 
GeneralRe: how to do dynamic memory allocation for stuct? Pin
David Crow13-Nov-07 5:55
David Crow13-Nov-07 5:55 
GeneralRe: how to do dynamic memory allocation for stuct? Pin
neodeaths13-Nov-07 17:11
neodeaths13-Nov-07 17:11 
GeneralRe: how to do dynamic memory allocation for stuct? Pin
David Crow13-Nov-07 17:20
David Crow13-Nov-07 17:20 
GeneralRe: how to do dynamic memory allocation for stuct? Pin
neodeaths13-Nov-07 17:57
neodeaths13-Nov-07 17:57 
GeneralRe: how to do dynamic memory allocation for stuct? Pin
David Crow14-Nov-07 2:26
David Crow14-Nov-07 2:26 

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.