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

C / C++ / MFC

 
GeneralRe: //lint !e740 Pin
John R. Shaw1-Mar-06 16:02
John R. Shaw1-Mar-06 16:02 
GeneralRe: //lint !e740 Pin
Blake Miller2-Mar-06 4:09
Blake Miller2-Mar-06 4:09 
GeneralRe: //lint !e740 Pin
Maximilien1-Mar-06 9:50
Maximilien1-Mar-06 9:50 
GeneralRe: //lint !e740 Pin
russeller1-Mar-06 10:05
russeller1-Mar-06 10:05 
GeneralRe: //lint !e740 Pin
russeller1-Mar-06 10:53
russeller1-Mar-06 10:53 
QuestionSet OpenGL for Visual Studio 2005 Standard Pin
Yonggoo1-Mar-06 9:03
Yonggoo1-Mar-06 9:03 
Questionequivalent of VB's Debug.Print in vc 6 Pin
ns1-Mar-06 8:52
ns1-Mar-06 8:52 
AnswerRe: equivalent of VB's Debug.Print in vc 6 Pin
David Crow1-Mar-06 9:26
David Crow1-Mar-06 9:26 
GeneralRe: equivalent of VB's Debug.Print in vc 6 Pin
ns1-Mar-06 10:35
ns1-Mar-06 10:35 
AnswerRe: equivalent of VB's Debug.Print in vc 6 Pin
Wes Aday1-Mar-06 9:29
professionalWes Aday1-Mar-06 9:29 
QuestionParsing Pin
cuteee1-Mar-06 8:40
cuteee1-Mar-06 8:40 
AnswerRe: Parsing Pin
David Crow1-Mar-06 9:25
David Crow1-Mar-06 9:25 
QuestionSerial Communication Pin
Macerick1-Mar-06 8:18
Macerick1-Mar-06 8:18 
AnswerRe: Serial Communication Pin
David Crow1-Mar-06 9:10
David Crow1-Mar-06 9:10 
GeneralRe: Serial Communication Pin
Ryan Binns1-Mar-06 17:17
Ryan Binns1-Mar-06 17:17 
GeneralRe: Serial Communication Pin
David Crow2-Mar-06 3:11
David Crow2-Mar-06 3:11 
QuestionIHttpNegotiate BeginningTransaction Pin
acroitor1-Mar-06 8:03
acroitor1-Mar-06 8:03 
QuestionHow to realize a textbox in client area? Pin
xyhan1-Mar-06 7:10
xyhan1-Mar-06 7:10 
QuestionRe: How to realize a textbox in client area? Pin
David Crow1-Mar-06 9:09
David Crow1-Mar-06 9:09 
AnswerRe: How to realize a textbox in client area? Pin
xyhan1-Mar-06 9:55
xyhan1-Mar-06 9:55 
QuestionRe: How to realize a textbox in client area? Pin
David Crow1-Mar-06 10:30
David Crow1-Mar-06 10:30 
AnswerRe: How to realize a textbox in client area? Pin
xyhan1-Mar-06 10:46
xyhan1-Mar-06 10:46 
GeneralRe: How to realize a textbox in client area? Pin
David Crow1-Mar-06 10:55
David Crow1-Mar-06 10:55 
GeneralRe: How to realize a textbox in client area? Pin
xyhan1-Mar-06 12:20
xyhan1-Mar-06 12:20 
GeneralRe: How to realize a textbox in client area? Pin
David Crow2-Mar-06 3:15
David Crow2-Mar-06 3:15 
It's usually not a good idea for a control to draw in an area that it does not own. If a control needs to do this, the correct way is to send a message to the parent and let the parent take care of its own drawing.


"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain

"There is no death, only a change of worlds." - Native American Proverb


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.