Click here to Skip to main content
16,013,548 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Writing different colums of data into excel file through code in vc++ Pin
kakan15-Mar-06 21:29
professionalkakan15-Mar-06 21:29 
QuestionWriting data to excel file through code in vc++ Pin
ledallam15-Mar-06 20:13
ledallam15-Mar-06 20:13 
AnswerRe: Writing data to excel file through code in vc++ Pin
HakunaMatada15-Mar-06 22:14
HakunaMatada15-Mar-06 22:14 
GeneralRe: Writing data to excel file through code in vc++ Pin
ledallam15-Mar-06 22:44
ledallam15-Mar-06 22:44 
QuestionHow to fix this warning ? Pin
BeakX15-Mar-06 19:46
BeakX15-Mar-06 19:46 
AnswerRe: How to fix this warning ? Pin
Joe Woodbury15-Mar-06 20:11
professionalJoe Woodbury15-Mar-06 20:11 
AnswerRe: How to fix this warning ? Pin
toothless boots16-Mar-06 3:26
toothless boots16-Mar-06 3:26 
QuestionControlBar Messages... Pin
Aravind Badrinath Krishnan15-Mar-06 19:23
Aravind Badrinath Krishnan15-Mar-06 19:23 
Hi,

I have a problem regarding the message handling of Control Bar. I have a Control bar which is derived from CControlBar. This control bar has a Tree control inside it. The problem is that, iam not able to capture the changes in the tree item (selection cahnges). I used the like this:
I used this inside.... BEGIN_MESSAGE_MAP
ON_NOTIFY(TVN_SELCHANGING, 123, OnSelchangedTreectrl)
END_MESSAGE_MAP()

But whenever i chnange the selection inside my tree, there is no notification. But there is a notification for the context menu, which i used as:

ON_WM_CONTEXTMENU()
This contest menu message gets captured properly, but not the tree control changes.

Can anybody please help me in understanding this. i would be very much grateful, if someone can direct me to some code, which uses something like the one i have stated.

Thanks a lot in advance

thx,
KAB
QuestionSecurity question on hiding data from possible snooping apps Pin
KnaveR77715-Mar-06 18:44
KnaveR77715-Mar-06 18:44 
AnswerRe: Security question on hiding data from possible snooping apps Pin
kakan15-Mar-06 18:54
professionalkakan15-Mar-06 18:54 
GeneralRe: Security question on hiding data from possible snooping apps Pin
KnaveR77715-Mar-06 18:59
KnaveR77715-Mar-06 18:59 
GeneralRe: Security question on hiding data from possible snooping apps Pin
kakan15-Mar-06 19:21
professionalkakan15-Mar-06 19:21 
AnswerRe: Security question on hiding data from possible snooping apps Pin
sunit515-Mar-06 19:21
sunit515-Mar-06 19:21 
AnswerOT. Pin
kakan17-Mar-06 1:43
professionalkakan17-Mar-06 1:43 
QuestionDestroying Pointers and stuff Pin
HakunaMatada15-Mar-06 18:41
HakunaMatada15-Mar-06 18:41 
AnswerRe: Destroying Pointers and stuff Pin
Nibu babu thomas15-Mar-06 18:57
Nibu babu thomas15-Mar-06 18:57 
GeneralRe: Destroying Pointers and stuff Pin
HakunaMatada15-Mar-06 19:23
HakunaMatada15-Mar-06 19:23 
GeneralRe: Destroying Pointers and stuff Pin
Nibu babu thomas15-Mar-06 19:25
Nibu babu thomas15-Mar-06 19:25 
GeneralRe: Destroying Pointers and stuff Pin
HakunaMatada15-Mar-06 23:44
HakunaMatada15-Mar-06 23:44 
GeneralRe: Destroying Pointers and stuff Pin
Nibu babu thomas15-Mar-06 23:51
Nibu babu thomas15-Mar-06 23:51 
GeneralRe: Destroying Pointers and stuff Pin
HakunaMatada16-Mar-06 0:07
HakunaMatada16-Mar-06 0:07 
GeneralRe: Destroying Pointers and stuff Pin
Nibu babu thomas16-Mar-06 0:11
Nibu babu thomas16-Mar-06 0:11 
GeneralRe: Destroying Pointers and stuff Pin
HakunaMatada16-Mar-06 17:01
HakunaMatada16-Mar-06 17:01 
GeneralRe: Destroying Pointers and stuff Pin
Nibu babu thomas16-Mar-06 17:27
Nibu babu thomas16-Mar-06 17:27 
GeneralRe: Destroying Pointers and stuff Pin
HakunaMatada16-Mar-06 19:01
HakunaMatada16-Mar-06 19:01 

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.