Click here to Skip to main content
15,896,727 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: loading active-x control(ocx) at runtime. Pin
Cedric Moonen20-Nov-06 4:25
Cedric Moonen20-Nov-06 4:25 
GeneralRe: loading active-x control(ocx) at runtime. Pin
TClarke20-Nov-06 4:52
TClarke20-Nov-06 4:52 
GeneralRe: loading active-x control(ocx) at runtime. Pin
pv_pravin20-Nov-06 17:58
pv_pravin20-Nov-06 17:58 
GeneralRe: loading active-x control(ocx) at runtime. Pin
pv_pravin20-Nov-06 17:52
pv_pravin20-Nov-06 17:52 
GeneralRe: loading active-x control(ocx) at runtime. Pin
TClarke21-Nov-06 1:40
TClarke21-Nov-06 1:40 
QuestionService app Pin
Sunil P V20-Nov-06 0:00
Sunil P V20-Nov-06 0:00 
AnswerRe: Service app Pin
David Crow20-Nov-06 2:47
David Crow20-Nov-06 2:47 
QuestionCTreeCtrl related problem Pin
harsha_123419-Nov-06 23:57
harsha_123419-Nov-06 23:57 
Hi all,

i have one class in which i create
tree view control with it's Create method.
e.g
class CDocTree : CSizingbar
{
public :
CTreeCtrl m_wndTreeCtrl;
};

in this way i am working till now
but i am not able to know when someone right clicks on the
node.
actually i want to do something like this if somebody
right clicks on leaf node then i want to display a popup menu at that position and then on some menu event i wanted to show the dialog box.
in this process i want the label associated with that leaf node..

currently i am catching events in this manner
BEGIN_MESSAGE_MAP(CDocTree, CSizingDocBar)
ON_WM_CREATE()
ON_NOTIFY(NM_DBLCLK,1234,OnTreeNotify)//**
ON_NOTIFY(TVN_KEYDOWN, 1234, OnTreeKeyDown)//**
ON_WM_CONTEXTMENU()
END_MESSAGE_MAP()

how i can achieve it
Thanks and regards
Harshal

AnswerRe: CTreeCtrl related problem Pin
Mila02520-Nov-06 2:15
Mila02520-Nov-06 2:15 
AnswerRe: CTreeCtrl related problem Pin
Parthi_Appu20-Nov-06 2:26
Parthi_Appu20-Nov-06 2:26 
QuestionSTL: Assign vector to array Pin
Mr.Brainley19-Nov-06 23:34
Mr.Brainley19-Nov-06 23:34 
AnswerRe: STL: Assign vector to array Pin
Michael Dunn19-Nov-06 23:38
sitebuilderMichael Dunn19-Nov-06 23:38 
GeneralRe: STL: Assign vector to array Pin
Sceptic Mole20-Nov-06 4:45
Sceptic Mole20-Nov-06 4:45 
GeneralRe: STL: Assign vector to array Pin
Stephen Hewitt20-Nov-06 12:26
Stephen Hewitt20-Nov-06 12:26 
QuestionMicrosoft Systems Journal recent issues Pin
sawerr19-Nov-06 23:16
sawerr19-Nov-06 23:16 
AnswerRe: Microsoft Systems Journal recent issues Pin
Steve S20-Nov-06 2:42
Steve S20-Nov-06 2:42 
AnswerRe: Microsoft Systems Journal recent issues Pin
David Crow20-Nov-06 2:51
David Crow20-Nov-06 2:51 
GeneralRe: Microsoft Systems Journal recent issues Pin
sawerr20-Nov-06 4:58
sawerr20-Nov-06 4:58 
GeneralRe: Microsoft Systems Journal recent issues Pin
David Crow20-Nov-06 5:08
David Crow20-Nov-06 5:08 
QuestionWNetAddConnection2 Pin
Kiran Pinjala19-Nov-06 23:08
Kiran Pinjala19-Nov-06 23:08 
QuestionRe: WNetAddConnection2 Pin
David Crow20-Nov-06 2:52
David Crow20-Nov-06 2:52 
QuestionRe: WNetAddConnection2 Pin
Mila02520-Nov-06 2:57
Mila02520-Nov-06 2:57 
AnswerRe: WNetAddConnection2 Pin
Kiran Pinjala20-Nov-06 18:29
Kiran Pinjala20-Nov-06 18:29 
AnswerRe: WNetAddConnection2 Pin
Mila02520-Nov-06 20:16
Mila02520-Nov-06 20:16 
QuestionHow to handle modeless popups in main window iconic state? Pin
petekurki19-Nov-06 22:57
petekurki19-Nov-06 22:57 

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.