Click here to Skip to main content
15,887,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: External Hard Disk Pin
Theo Buys7-Jan-09 2:11
Theo Buys7-Jan-09 2:11 
QuestionGetting the thread count of a process Pin
Green Fuze31-Dec-08 0:06
Green Fuze31-Dec-08 0:06 
AnswerRe: Getting the thread count of a process Pin
Jijo.Raj31-Dec-08 0:39
Jijo.Raj31-Dec-08 0:39 
GeneralRe: Getting the thread count of a process Pin
Green Fuze31-Dec-08 1:32
Green Fuze31-Dec-08 1:32 
Question<h3>get the .exe current path</h3> Pin
Mustapha Rédouane30-Dec-08 23:15
Mustapha Rédouane30-Dec-08 23:15 
AnswerRe: get the .exe current path Pin
enhzflep30-Dec-08 23:27
enhzflep30-Dec-08 23:27 
AnswerRe: get the .exe current path Pin
Krishnakumartg31-Dec-08 3:23
Krishnakumartg31-Dec-08 3:23 
QuestionDoubt in CTreeCtrl Pin
KASR130-Dec-08 23:12
KASR130-Dec-08 23:12 
I have created a tree control and added few items in it.
And i have used TVN_SELCHANGED notify message as below.
But i am not able to get item names using LPNMTREEVIEW structure instead its showing junk chars.

void CMyDlg1::OnTvnSelchangingTreectrl(NMHDR *pNMHDR, LRESULT *pResult)
{
   LPNMTREEVIEW pNMTreeView = reinterpret_cast<lpnmtreeview>(pNMHDR);

   CString str = pNMTreeView->itemNew.pszText; //junk values?
   
   CString str1 = m_TreeCtrl.GetItemText(m_TreeCtrl.GetSelectedItem()); // OK

   .....
}</lpnmtreeview>

AnswerRe: Doubt in CTreeCtrl Pin
enhzflep30-Dec-08 23:24
enhzflep30-Dec-08 23:24 
Questionset System Resolution.......... Pin
shaina223130-Dec-08 20:57
shaina223130-Dec-08 20:57 
AnswerRe: set System Resolution.......... Pin
Malli_S30-Dec-08 21:11
Malli_S30-Dec-08 21:11 
AnswerRe: set System Resolution.......... Pin
Radhakrishnan G.1-Jan-09 2:21
Radhakrishnan G.1-Jan-09 2:21 
QuestionUse of SetProcessAffinityMask Pin
AmitCohen22230-Dec-08 20:09
AmitCohen22230-Dec-08 20:09 
AnswerRe: Use of SetProcessAffinityMask Pin
Mark Salsbery31-Dec-08 6:31
Mark Salsbery31-Dec-08 6:31 
QuestionCommand Line argument for MFC Application Pin
Anubhava Dimri30-Dec-08 19:31
Anubhava Dimri30-Dec-08 19:31 
AnswerRe: Command Line argument for MFC Application Pin
Garth J Lancaster30-Dec-08 20:04
professionalGarth J Lancaster30-Dec-08 20:04 
AnswerRe: Command Line argument for MFC Application Pin
Paresh Chitte30-Dec-08 22:38
Paresh Chitte30-Dec-08 22:38 
GeneralRe: Command Line argument for MFC Application Pin
Anubhava Dimri30-Dec-08 22:58
Anubhava Dimri30-Dec-08 22:58 
GeneralRe: Command Line argument for MFC Application Pin
Paresh Chitte30-Dec-08 23:27
Paresh Chitte30-Dec-08 23:27 
GeneralRe: Command Line argument for MFC Application Pin
Anubhava Dimri30-Dec-08 23:47
Anubhava Dimri30-Dec-08 23:47 
AnswerRe: Command Line argument for MFC Application Pin
Mark Salsbery31-Dec-08 6:34
Mark Salsbery31-Dec-08 6:34 
Questionhow do i create,read and write xml file using VC++6.0? Pin
puppya30-Dec-08 19:09
puppya30-Dec-08 19:09 
AnswerRe: how do i create,read and write xml file using VC++6.0? Pin
Garth J Lancaster30-Dec-08 20:11
professionalGarth J Lancaster30-Dec-08 20:11 
AnswerRe: how do i create,read and write xml file using VC++6.0? Pin
Jijo.Raj30-Dec-08 22:22
Jijo.Raj30-Dec-08 22:22 
AnswerRe: how do i create,read and write xml file using VC++6.0? Pin
bob1697231-Dec-08 4:17
bob1697231-Dec-08 4:17 

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.