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

C / C++ / MFC

 
AnswerRe: UNICODE support suggetions required Pin
Code-o-mat22-Nov-08 9:33
Code-o-mat22-Nov-08 9:33 
AnswerRe: UNICODE support suggetions required Pin
Mark Salsbery22-Nov-08 20:41
Mark Salsbery22-Nov-08 20:41 
AnswerRe: UNICODE support suggetions required Pin
CPallini22-Nov-08 22:16
mveCPallini22-Nov-08 22:16 
QuestionHow to strip special chars from a CString? Pin
Larry Mills Sr22-Nov-08 4:07
Larry Mills Sr22-Nov-08 4:07 
QuestionRe: How to strip special chars from a CString? Pin
David Crow22-Nov-08 12:25
David Crow22-Nov-08 12:25 
AnswerRe: How to strip special chars from a CString? Pin
Larry Mills Sr24-Nov-08 4:42
Larry Mills Sr24-Nov-08 4:42 
QuestionRe: How to strip special chars from a CString? Pin
David Crow1-Dec-08 3:06
David Crow1-Dec-08 3:06 
QuestionDouble click event for custom tree control Pin
AnithaSubramani22-Nov-08 2:26
AnithaSubramani22-Nov-08 2:26 
Hi All,

I have a doubt in costum tree control.I created a CDragDropTreeCtrl for drag and drop purpose.
The code is:
   RECT rect = {25,29,190,250};
m_treeCtrl1.Create(WS_CHILD|WS_VISIBLE|WS_BORDER|TVS_TRACKSELECT|TVS_SHOWSELALWAYS ,
                            rect,this, 1001);


rect.left = rect.right + 25;
rect.right = rect.left + 170;
m_treeCtrl1.SetBkColor(RGB(192,192,192));

m_treeCtrl2.Create(WS_CHILD|WS_VISIBLE|WS_BORDER|TVS_HASLINES|TVS_LINESATROOT
                            |TVS_HASBUTTONS|TVS_TRACKSELECT|TVS_SHOWSELALWAYS ,
                            rect,this, 1002);
m_treeCtrl2.SetBkColor(RGB(192,192,192));
PopulateTree(m_treeCtrl1);
rect.left = rect.right + 25;
rect.right = rect.left + 170;

m_treeCtrl3.Create(WS_CHILD|WS_VISIBLE|WS_BORDER|TVS_HASLINES|TVS_LINESATROOT
                            |TVS_HASBUTTONS|TVS_TRACKSELECT|TVS_SHOWSELALWAYS ,
                            rect,this, 1003);
m_treeCtrl3.SetBkColor(RGB(192,192,192));


now i need the double click event for this tree control.I dont know how to write it.Bcoz it doesnt have the ID(because custom tree control).

Pls help me............... Hmmm | :|

Thanks & Regards,

Anitha
AnswerRe: Double click event for custom tree control Pin
Randor 22-Nov-08 2:44
professional Randor 22-Nov-08 2:44 
AnswerRe: Double click event for custom tree control Pin
Rajesh Katalkar24-Nov-08 4:41
Rajesh Katalkar24-Nov-08 4:41 
QuestionHow to change the caption of AfxMessageBox () ? Pin
kapardhi22-Nov-08 1:54
kapardhi22-Nov-08 1:54 
AnswerRe: How to change the caption of AfxMessageBox () ? Pin
Randor 22-Nov-08 2:37
professional Randor 22-Nov-08 2:37 
AnswerRe: How to change the caption of AfxMessageBox () ? Pin
Graham Bradshaw23-Nov-08 2:43
Graham Bradshaw23-Nov-08 2:43 
QuestionInternet Connection Problem Pin
Dhiraj kumar Saini22-Nov-08 1:07
Dhiraj kumar Saini22-Nov-08 1:07 
Questionplease help on operators in matrix class Pin
Jorge22-Nov-08 0:35
Jorge22-Nov-08 0:35 
QuestionRe: please help on operators in matrix class Pin
CPallini23-Nov-08 9:45
mveCPallini23-Nov-08 9:45 
AnswerRe: please help on operators in matrix class Pin
Jorge23-Nov-08 13:40
Jorge23-Nov-08 13:40 
QuestionHow to open .bmp file in paint in MFC? Pin
AnithaSubramani22-Nov-08 0:11
AnithaSubramani22-Nov-08 0:11 
AnswerRe: How to open .bmp file in paint in MFC? Pin
Randor 22-Nov-08 0:35
professional Randor 22-Nov-08 0:35 
AnswerRe: How to open .bmp file in paint in MFC? Pin
Code-o-mat22-Nov-08 0:38
Code-o-mat22-Nov-08 0:38 
AnswerRe: How to open .bmp file in paint in MFC? Pin
Hamid_RT22-Nov-08 2:19
Hamid_RT22-Nov-08 2:19 
GeneralRe: How to open .bmp file in paint in MFC? Pin
AnithaSubramani22-Nov-08 2:28
AnithaSubramani22-Nov-08 2:28 
GeneralRe: How to open .bmp file in paint in MFC? Pin
David Crow22-Nov-08 3:34
David Crow22-Nov-08 3:34 
GeneralRe: How to open .bmp file in paint in MFC? Pin
Hamid_RT22-Nov-08 20:30
Hamid_RT22-Nov-08 20:30 
QuestionHow can Release memory controls? Pin
Le@rner21-Nov-08 23:07
Le@rner21-Nov-08 23:07 

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.