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

C / C++ / MFC

 
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 
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 
I created the treectrl in mainfrm.cpp, and used ID_FILE_NEW_ADD menu item to do this work.
I add this to my codes:

void CMainFrame::OnFileNewAdd()
{
// TODO: Add your command handler code here
HTREEITEM hti3 = m_wndTree1.InsertItem(_T("Chapter3"));
}

But it didn't work.


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 
GeneralRe: How to call a function inside a thread Pin
Llasus8-Nov-06 12:41
Llasus8-Nov-06 12:41 
GeneralRe: How to call a function inside a thread Pin
Stephen Hewitt8-Nov-06 12:44
Stephen Hewitt8-Nov-06 12:44 

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.