Click here to Skip to main content
15,921,169 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: WindowsForm and mfc Pin
David Crow16-Apr-08 4:20
David Crow16-Apr-08 4:20 
GeneralRe: WindowsForm and mfc Pin
led mike16-Apr-08 4:27
led mike16-Apr-08 4:27 
GeneralRe: WindowsForm and mfc Pin
ellipsev216-Apr-08 4:50
ellipsev216-Apr-08 4:50 
QuestionAfxMessageBox - user defined button??? Pin
Priya_Sundar15-Apr-08 23:14
Priya_Sundar15-Apr-08 23:14 
GeneralRe: AfxMessageBox - user defined button??? Pin
Iain Clarke, Warrior Programmer15-Apr-08 23:18
Iain Clarke, Warrior Programmer15-Apr-08 23:18 
GeneralRe: AfxMessageBox - user defined button??? Pin
Priya_Sundar16-Apr-08 0:04
Priya_Sundar16-Apr-08 0:04 
QuestionHow copy content of cells Pin
igor3815-Apr-08 23:12
igor3815-Apr-08 23:12 
GeneralRe: How copy content of cells Pin
Iain Clarke, Warrior Programmer15-Apr-08 23:15
Iain Clarke, Warrior Programmer15-Apr-08 23:15 
QuestionRe: How copy content of cells Pin
Rajesh R Subramanian15-Apr-08 23:18
professionalRajesh R Subramanian15-Apr-08 23:18 
AnswerRe: How copy content of cells Pin
ThatsAlok30-Jun-09 23:09
ThatsAlok30-Jun-09 23:09 
GeneralRe: How copy content of cells Pin
Hamid_RT16-Apr-08 0:58
Hamid_RT16-Apr-08 0:58 
GeneralRe: How copy content of cells Pin
ThatsAlok30-Jun-09 23:09
ThatsAlok30-Jun-09 23:09 
GeneralRe: How copy content of cells Pin
David Crow16-Apr-08 3:09
David Crow16-Apr-08 3:09 
QuestionProblem while using IFilter for indexing Pin
Javed Akhtar Ansari15-Apr-08 23:06
Javed Akhtar Ansari15-Apr-08 23:06 
GeneralMigration of CORBA, Iona orbix 3.3 to Orbix 6.1 or 6.2 Pin
ptr_Electron15-Apr-08 22:58
ptr_Electron15-Apr-08 22:58 
QuestionOnLButtonDown process Pin
Llasus15-Apr-08 21:23
Llasus15-Apr-08 21:23 
QuestionRe: OnLButtonDown process Pin
CPallini15-Apr-08 21:54
mveCPallini15-Apr-08 21:54 
GeneralRe: OnLButtonDown process Pin
Llasus15-Apr-08 22:04
Llasus15-Apr-08 22:04 
CPallini wrote:
Actually you have only to call the same piece of code, in each event handler. I think it is not a big overhead. Why do you want to go against Windows event handling mechanism?


The problem is, there are tons of objects in there, and I think by adding one OnClick for each objects will cause the code to be longer than what it should be. Like adding OnClick for each textbox and there are 20 of them and all of those 20 contains just one call of a function. Smile | :)
GeneralRe: OnLButtonDown process Pin
CPallini15-Apr-08 22:28
mveCPallini15-Apr-08 22:28 
GeneralRe: OnLButtonDown process Pin
Llasus15-Apr-08 22:42
Llasus15-Apr-08 22:42 
QuestionRe: OnLButtonDown process Pin
David Crow16-Apr-08 3:25
David Crow16-Apr-08 3:25 
GeneralRe: OnLButtonDown process Pin
Llasus16-Apr-08 13:07
Llasus16-Apr-08 13:07 
GeneralRe: OnLButtonDown process Pin
Naveen15-Apr-08 21:54
Naveen15-Apr-08 21:54 
GeneralRe: OnLButtonDown process Pin
Llasus15-Apr-08 22:11
Llasus15-Apr-08 22:11 
GeneralRe: OnLButtonDown process Pin
Force Code15-Apr-08 23:45
Force Code15-Apr-08 23:45 

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.