Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: type casting float to int/short Pin
Christian Graus16-Jan-07 15:37
protectorChristian Graus16-Jan-07 15:37 
AnswerRe: type casting float to int/short Pin
Rick York16-Jan-07 13:38
mveRick York16-Jan-07 13:38 
GeneralRe: type casting float to int/short Pin
acerunner31616-Jan-07 13:48
acerunner31616-Jan-07 13:48 
GeneralRe: type casting float to int/short Pin
Christian Graus16-Jan-07 15:37
protectorChristian Graus16-Jan-07 15:37 
AnswerRe: type casting float to int/short Pin
malaugh17-Jan-07 12:49
malaugh17-Jan-07 12:49 
QuestionDetermine an Interactive versus Terminal Services User Pin
Jeffrey Walton16-Jan-07 12:38
Jeffrey Walton16-Jan-07 12:38 
QuestionTechnique for edit "in place"? Modless dialogue? Pin
Dalfxxx16-Jan-07 11:49
Dalfxxx16-Jan-07 11:49 
AnswerRe: Technique for edit "in place"? Modless dialogue? Pin
Christian Graus16-Jan-07 13:18
protectorChristian Graus16-Jan-07 13:18 
Generally you create a textbox as a child control, position it over the label and make it visible.  When focus leaves the textbox, or it gets an enter press, your code pulls out the value, uses it, and hides the control, which is generally a member variable.



Christian Graus - C++ MVP

'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert

GeneralRe: Technique for edit "in place"? Modless dialogue? Pin
Dalfxxx17-Jan-07 8:32
Dalfxxx17-Jan-07 8:32 
GeneralRe: Technique for edit "in place"? Modless dialogue? Pin
Christian Graus17-Jan-07 8:56
protectorChristian Graus17-Jan-07 8:56 
GeneralRe: Technique for edit "in place"? Modless dialogue? Pin
Dalfxxx17-Jan-07 12:05
Dalfxxx17-Jan-07 12:05 
GeneralRe: Technique for edit "in place"? Modless dialogue? Pin
Christian Graus17-Jan-07 17:16
protectorChristian Graus17-Jan-07 17:16 
AnswerRe: Technique for edit "in place"? Modless dialogue? Pin
Mark Salsbery16-Jan-07 13:19
Mark Salsbery16-Jan-07 13:19 
QuestionLIBPNG DLL with VS 2005 Pin
Bartosz Bien16-Jan-07 11:44
Bartosz Bien16-Jan-07 11:44 
AnswerRe: LIBPNG DLL with VS 2005 Pin
Christian Graus16-Jan-07 13:18
protectorChristian Graus16-Jan-07 13:18 
GeneralRe: LIBPNG DLL with VS 2005 Pin
Bartosz Bien16-Jan-07 13:42
Bartosz Bien16-Jan-07 13:42 
Questionpointer to active document Pin
RalfPeter16-Jan-07 11:18
RalfPeter16-Jan-07 11:18 
AnswerRe: pointer to active document Pin
Stephen Hewitt16-Jan-07 11:55
Stephen Hewitt16-Jan-07 11:55 
GeneralRe: pointer to active document Pin
RalfPeter16-Jan-07 12:26
RalfPeter16-Jan-07 12:26 
AnswerRe: pointer to active document Pin
Stephen Hewitt16-Jan-07 12:28
Stephen Hewitt16-Jan-07 12:28 
AnswerRe: pointer to active document [modified] Pin
Mark Salsbery16-Jan-07 13:05
Mark Salsbery16-Jan-07 13:05 
Question_itoa vs _itoa_s [modified] Pin
bs197716-Jan-07 11:08
bs197716-Jan-07 11:08 
AnswerRe: _itoa vs _itoa_s Pin
toxcct16-Jan-07 11:17
toxcct16-Jan-07 11:17 
AnswerRe: _itoa vs _itoa_s Pin
James R. Twine16-Jan-07 11:51
James R. Twine16-Jan-07 11:51 
QuestionCapturing Messages Application Pin
Revant Jain16-Jan-07 10:31
Revant Jain16-Jan-07 10:31 

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.