Click here to Skip to main content
15,886,799 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Mixing C++ and .Net at runtime -- is it possible ? Pin
ERLN28-Oct-09 1:39
ERLN28-Oct-09 1:39 
Questionwindow is disabled but can it receive focus Pin
prithaa27-Oct-09 16:15
prithaa27-Oct-09 16:15 
AnswerRe: window is disabled but can it receive focus Pin
Naveen27-Oct-09 17:42
Naveen27-Oct-09 17:42 
AnswerRe: window is disabled but can it receive focus Pin
Randor 27-Oct-09 20:25
professional Randor 27-Oct-09 20:25 
GeneralRe: window is disabled but can it receive focus Pin
prithaa27-Oct-09 22:59
prithaa27-Oct-09 22:59 
QuestionCTreeCtrl in MFC Pin
Larry Mills Sr27-Oct-09 14:49
Larry Mills Sr27-Oct-09 14:49 
AnswerRe: CTreeCtrl in MFC Pin
Naveen27-Oct-09 17:57
Naveen27-Oct-09 17:57 
GeneralRe: CTreeCtrl in MFC Pin
Larry Mills Sr28-Oct-09 2:58
Larry Mills Sr28-Oct-09 2:58 
Could you please provide a workable example for TVN_SELCHANGED?  
Here's How I set up the TreeCtrl:
strItems[0]= _T("Reports");
strItems[1]= _T("Construction");
strItems[2]= _T("Materials");
     HTREEITEM hReportsItemRoot= m_cTree.InsertItem(strItems[0]);
     HTREEITEM hConstItemRoot= m_cTree.InsertItem(strItems[1], hReportsItemRoot);
     HTREEITEM hMaterialsItemRoot= m_cTree.InsertItem(strItems[2],hConstItemRoot);

In your explaination, could you please use my example data, Please.

A C++ programming language novice, but striving to learn

QuestionHow do I find out if a new file exists in a directory Pin
MikeRWinter27-Oct-09 13:17
MikeRWinter27-Oct-09 13:17 
AnswerRe: How do I find out if a new file exists in a directory Pin
Richard MacCutchan27-Oct-09 13:45
mveRichard MacCutchan27-Oct-09 13:45 
GeneralRe: How do I find out if a new file exists in a directory Pin
MikeRWinter27-Oct-09 14:12
MikeRWinter27-Oct-09 14:12 
Questionimport "msado15.idl" problems Pin
MrKBA27-Oct-09 8:53
MrKBA27-Oct-09 8:53 
QuestionRe: import "msado15.idl" problems Pin
David Crow27-Oct-09 10:03
David Crow27-Oct-09 10:03 
AnswerRe: import "msado15.idl" problems Pin
MrKBA27-Oct-09 11:12
MrKBA27-Oct-09 11:12 
AnswerRe: import "msado15.idl" problems Pin
22491727-Oct-09 15:04
22491727-Oct-09 15:04 
GeneralRe: import "msado15.idl" problems Pin
MrKBA27-Oct-09 22:01
MrKBA27-Oct-09 22:01 
QuestionSQLDriverConnect() crashes with vs 9 against ora DB Pin
adam_wind27-Oct-09 8:49
adam_wind27-Oct-09 8:49 
GeneralRe: SQLDriverConnect() crashes with vs 9 against ora DB Pin
22491727-Oct-09 9:38
22491727-Oct-09 9:38 
GeneralRe: SQLDriverConnect() crashes with vs 9 against ora DB Pin
adam_wind27-Oct-09 23:00
adam_wind27-Oct-09 23:00 
QuestionHelp Understanding Program Speed Variation from PC to PC Pin
en9ap27-Oct-09 8:44
en9ap27-Oct-09 8:44 
AnswerRe: Help Understanding Program Speed Variation from PC to PC Pin
Code-o-mat27-Oct-09 9:48
Code-o-mat27-Oct-09 9:48 
GeneralRe: Help Understanding Program Speed Variation from PC to PC Pin
en9ap28-Oct-09 3:22
en9ap28-Oct-09 3:22 
QuestionStrange comms port behavior Pin
softwaremonkey27-Oct-09 8:06
softwaremonkey27-Oct-09 8:06 
QuestionRe: Strange comms port behavior Pin
David Crow27-Oct-09 8:11
David Crow27-Oct-09 8:11 
GeneralRe: Strange comms port behavior Pin
Iain Clarke, Warrior Programmer27-Oct-09 8:47
Iain Clarke, Warrior Programmer27-Oct-09 8:47 

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.