Click here to Skip to main content
15,899,825 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Bitmap and Dialogue Interaction Pin
Hamid_RT9-Nov-06 7:38
Hamid_RT9-Nov-06 7:38 
QuestionProblem with Windows Managed C++ Template? Pin
gloriousgopi8-Nov-06 17:39
gloriousgopi8-Nov-06 17:39 
QuestionCEdit selected text Pin
Imtiaz Murtaza8-Nov-06 17:19
Imtiaz Murtaza8-Nov-06 17:19 
AnswerRe: CEdit selected text Pin
Nibu babu thomas8-Nov-06 17:44
Nibu babu thomas8-Nov-06 17:44 
GeneralRe: CEdit selected text Pin
Imtiaz Murtaza8-Nov-06 18:42
Imtiaz Murtaza8-Nov-06 18:42 
GeneralRe: CEdit selected text Pin
David Crow9-Nov-06 3:49
David Crow9-Nov-06 3:49 
AnswerRe: CEdit selected text Pin
Nibu babu thomas8-Nov-06 19:10
Nibu babu thomas8-Nov-06 19:10 
QuestionAbout TreeCtrl Pin
wangpai8-Nov-06 15:55
wangpai8-Nov-06 15:55 
Hi,everyone. My application is based on Muti-Doc (VC6.0).

I created a controlbar in mainfrm (OnCreate()) and then created a tabcontrol in the controlbar (also in OnCreate()), then I created a TreeCtrl in the TabCtrl.

HTREEITEM hti1 = m_wndTree1.InsertItem(_T("Chapter1"));
HTREEITEM subroot1=m_wndTree1.InsertItem("section1",hti);
HTREEITEM hti2 = m_wndTree1.InsertItem(_T("Chapter2"));

Now I want to add "Chapter3" in the TreeCtrl by menu, what should I do???

If you can show some codes , that's better. Because I'm a begginner.

Thanks a lot.



AnswerRe: About TreeCtrl Pin
Christian Graus8-Nov-06 17:09
protectorChristian Graus8-Nov-06 17:09 
GeneralRe: About TreeCtrl Pin
wangpai8-Nov-06 18:46
wangpai8-Nov-06 18:46 
GeneralRe: About TreeCtrl Pin
Hamid_RT8-Nov-06 20:08
Hamid_RT8-Nov-06 20:08 
Question_strnset_s : identifier not found, but string.h included Pin
samkook8-Nov-06 13:49
samkook8-Nov-06 13:49 
AnswerRe: _strnset_s : identifier not found, but string.h included Pin
Mark Salsbery8-Nov-06 14:24
Mark Salsbery8-Nov-06 14:24 
AnswerRe: _strnset_s : identifier not found, but string.h included [modified] Pin
George L. Jackson8-Nov-06 14:56
George L. Jackson8-Nov-06 14:56 
AnswerRe: _strnset_s : identifier not found, but string.h included Pin
samkook9-Nov-06 12:25
samkook9-Nov-06 12:25 
QuestionLinker error Pin
celllllllll8-Nov-06 12:41
celllllllll8-Nov-06 12:41 
AnswerRe: Linker error Pin
Christian Graus8-Nov-06 13:01
protectorChristian Graus8-Nov-06 13:01 
GeneralRe: Linker error Pin
celllllllll8-Nov-06 13:12
celllllllll8-Nov-06 13:12 
GeneralRe: Linker error Pin
User 5838528-Nov-06 14:30
User 5838528-Nov-06 14:30 
GeneralRe: Linker error Pin
Christian Graus8-Nov-06 15:31
protectorChristian Graus8-Nov-06 15:31 
GeneralRe: Linker error Pin
Christian Graus8-Nov-06 15:30
protectorChristian Graus8-Nov-06 15:30 
QuestionRe: Linker error Pin
David Crow9-Nov-06 3:52
David Crow9-Nov-06 3:52 
AnswerRe: Linker error Pin
celllllllll9-Nov-06 7:25
celllllllll9-Nov-06 7:25 
QuestionHow to call a function inside a thread Pin
Llasus8-Nov-06 12:06
Llasus8-Nov-06 12:06 
AnswerRe: How to call a function inside a thread Pin
Stephen Hewitt8-Nov-06 12:32
Stephen Hewitt8-Nov-06 12:32 

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.