Click here to Skip to main content
15,915,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: My Program will not install on Windows NT 4 Pin
LittleYellowBird23-Jul-04 2:33
LittleYellowBird23-Jul-04 2:33 
GeneralRe: My Program will not install on Windows NT 4 Pin
Navin23-Jul-04 2:58
Navin23-Jul-04 2:58 
GeneralRe: My Program will not install on Windows NT 4 Pin
David Crow23-Jul-04 9:49
David Crow23-Jul-04 9:49 
GeneralBitmaps and the clipboard Pin
tunerica22-Jul-04 20:02
tunerica22-Jul-04 20:02 
GeneralProblem with CTreeCtrl::DeleteAllItems Pin
Stlan22-Jul-04 20:01
Stlan22-Jul-04 20:01 
GeneralRe: Problem with CTreeCtrl::DeleteAllItems Pin
Arjan Schouten22-Jul-04 23:52
Arjan Schouten22-Jul-04 23:52 
GeneralRe: Problem with CTreeCtrl::DeleteAllItems Pin
Stlan23-Jul-04 0:27
Stlan23-Jul-04 0:27 
GeneralRe: Problem with CTreeCtrl::DeleteAllItems Pin
Arjan Schouten23-Jul-04 1:34
Arjan Schouten23-Jul-04 1:34 
You're right this is a bug! But you can workaround it.

<br />
	m_cTree.InsertItem("Before");<br />
<br />
	m_cTree.SetRedraw(FALSE);<br />
	m_cTree.DeleteAllItems();<br />
	m_cTree.InsertItem("after");<br />
	m_cTree.SetRedraw(TRUE);<br />


or just set the tree's scroll property to true.


Arjan
GeneralRe: Problem with CTreeCtrl::DeleteAllItems Pin
Stlan23-Jul-04 1:46
Stlan23-Jul-04 1:46 
GeneralRe: Problem with CTreeCtrl::DeleteAllItems Pin
Al Forno23-Feb-05 11:00
Al Forno23-Feb-05 11:00 
Generalrunning VC++ application on a machine without VC++ Pin
Anonymous22-Jul-04 20:00
Anonymous22-Jul-04 20:00 
GeneralRe: running VC++ application on a machine without VC++ Pin
Karim Mribti23-Jul-04 0:26
Karim Mribti23-Jul-04 0:26 
GeneralRe: running VC++ application on a machine without VC++ Pin
Karim Mribti23-Jul-04 0:26
Karim Mribti23-Jul-04 0:26 
GeneralRe: running VC++ application on a machine without VC++ Pin
Phil J Pearson23-Jul-04 3:00
Phil J Pearson23-Jul-04 3:00 
Generalcursor should not get focused on RichEdit box Pin
mvnevis22-Jul-04 19:57
mvnevis22-Jul-04 19:57 
Questionwhat dll expected by Installsheild UseDLL() Pin
Sumit Kapoor22-Jul-04 19:48
Sumit Kapoor22-Jul-04 19:48 
Generalnew/delete overload (warning c4291). Pin
blackmesa22-Jul-04 18:52
blackmesa22-Jul-04 18:52 
GeneralMuiltple CRecordset class!! HELP Pin
Member 123981322-Jul-04 16:35
Member 123981322-Jul-04 16:35 
GeneralCreateWindow(Ex) Pin
Archer28222-Jul-04 13:02
Archer28222-Jul-04 13:02 
GeneralRe: CreateWindow(Ex) Pin
PJ Arends22-Jul-04 14:19
professionalPJ Arends22-Jul-04 14:19 
GeneralRe: CreateWindow(Ex) Pin
Ravi Bhavnani22-Jul-04 15:09
professionalRavi Bhavnani22-Jul-04 15:09 
GeneralRe: CreateWindow(Ex) Pin
Archer28222-Jul-04 15:50
Archer28222-Jul-04 15:50 
GeneralRe: CreateWindow(Ex) Pin
User 58385222-Jul-04 16:12
User 58385222-Jul-04 16:12 
GeneralRe: CreateWindow(Ex) Pin
alex.barylski22-Jul-04 21:03
alex.barylski22-Jul-04 21:03 
GeneralToDoList 3.7 (RC7) - A simple yet effective way to keep track of your current programming tasks Pin
mavin22-Jul-04 12:57
mavin22-Jul-04 12:57 

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.