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

C / C++ / MFC

 
AnswerRe: Declaring too many local variable in a function would affect the performance? Pin
David Crow24-Jul-07 3:16
David Crow24-Jul-07 3:16 
QuestionHow to insert a string into the Listbox? Pin
estherpappa24-Jul-07 1:06
estherpappa24-Jul-07 1:06 
AnswerRe: How to insert a string into the Listbox? Pin
_AnsHUMAN_ 24-Jul-07 1:14
_AnsHUMAN_ 24-Jul-07 1:14 
AnswerRe: How to insert a string into the Listbox? Pin
ShilpiP24-Jul-07 2:27
ShilpiP24-Jul-07 2:27 
AnswerRe: How to insert a string into the Listbox? Pin
David Crow24-Jul-07 3:19
David Crow24-Jul-07 3:19 
AnswerRe: How to insert a string into the Listbox? Pin
Hamid_RT31-Jul-07 20:17
Hamid_RT31-Jul-07 20:17 
Questionkey codes for alphabets Pin
prithaa24-Jul-07 0:56
prithaa24-Jul-07 0:56 
AnswerRe: key codes for alphabets Pin
_AnsHUMAN_ 24-Jul-07 1:25
_AnsHUMAN_ 24-Jul-07 1:25 
void COnlyForU::OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags)
{
if(nChar == 'a' || nChar == 'A')
     // Some code
else if(nChar =='b' || nChar == 'B')
     // We do something else
CDialog::OnKeyDown(nChar, nRepCnt, nFlags);
}


Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

QuestionAbout Threading model Pin
siddharthsan24-Jul-07 0:55
siddharthsan24-Jul-07 0:55 
AnswerRe: About Threading model Pin
DevMentor.org24-Jul-07 12:54
DevMentor.org24-Jul-07 12:54 
GeneralRe: About Threading model Pin
Matthew Faithfull25-Jul-07 1:09
Matthew Faithfull25-Jul-07 1:09 
QuestionAnyone knows a tool to find C style casts ? Pin
sixio24-Jul-07 0:24
sixio24-Jul-07 0:24 
AnswerRe: Anyone knows a tool to find C style casts ? Pin
James R. Twine24-Jul-07 2:11
James R. Twine24-Jul-07 2:11 
GeneralRe: Anyone knows a tool to find C style casts ? Pin
DevMentor.org25-Jul-07 9:39
DevMentor.org25-Jul-07 9:39 
GeneralRe: Anyone knows a tool to find C style casts ? Pin
James R. Twine25-Jul-07 11:08
James R. Twine25-Jul-07 11:08 
AnswerRe: Anyone knows a tool to find C style casts ? Pin
jhwurmbach24-Jul-07 2:20
jhwurmbach24-Jul-07 2:20 
AnswerRe: Anyone knows a tool to find C style casts ? Pin
DevMentor.org25-Jul-07 9:43
DevMentor.org25-Jul-07 9:43 
QuestionProblem with fopen Pin
Maynka24-Jul-07 0:13
Maynka24-Jul-07 0:13 
AnswerRe: Problem with fopen Pin
codeII24-Jul-07 0:17
codeII24-Jul-07 0:17 
AnswerRe: Problem with fopen Pin
David Crow24-Jul-07 3:22
David Crow24-Jul-07 3:22 
QuestionPrinting problem for GDI+ in HIMETRIC mode Pin
Md. Ali Naser Khan24-Jul-07 0:03
Md. Ali Naser Khan24-Jul-07 0:03 
AnswerRe: Printing problem for GDI+ in HIMETRIC mode Pin
bob1697224-Jul-07 3:18
bob1697224-Jul-07 3:18 
GeneralRe: Printing problem for GDI+ in HIMETRIC mode Pin
Md. Ali Naser Khan27-Jul-07 1:02
Md. Ali Naser Khan27-Jul-07 1:02 
Questionconnection problem Pin
p_23-Jul-07 23:45
p_23-Jul-07 23:45 
AnswerRe: connection problem Pin
Rage24-Jul-07 1:41
professionalRage24-Jul-07 1:41 

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.