Click here to Skip to main content
15,887,676 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: S.M.A.R.T in Hard Disk Drive Pin
David Crow21-Apr-09 7:52
David Crow21-Apr-09 7:52 
AnswerRe: S.M.A.R.T in Hard Disk Drive Pin
Abinash Mohanty21-Apr-09 18:44
Abinash Mohanty21-Apr-09 18:44 
QuestionRe: S.M.A.R.T in Hard Disk Drive Pin
David Crow22-Apr-09 2:41
David Crow22-Apr-09 2:41 
Questionunhandle exception Pin
samira forooghi21-Apr-09 0:40
samira forooghi21-Apr-09 0:40 
AnswerRe: unhandle exception Pin
Rajesh R Subramanian21-Apr-09 0:53
professionalRajesh R Subramanian21-Apr-09 0:53 
GeneralRe: unhandle exception Pin
samira forooghi21-Apr-09 1:54
samira forooghi21-Apr-09 1:54 
GeneralRe: unhandle exception Pin
Rajesh R Subramanian21-Apr-09 2:02
professionalRajesh R Subramanian21-Apr-09 2:02 
QuestionSetWindowText for static control Pin
sashoalm20-Apr-09 22:31
sashoalm20-Apr-09 22:31 
I have a problem when I set the text of a static text control. I do it with this code:

TCHAR buffer[sizeOfBuffer];
..............................
m_ProgressText.SetWindowText(buffer);


But the static control displays the text up to a point and many squares after that. The text might have newlines, but I don't know if that's the problem.

There is sufficient light for those who desire to see, and there is sufficient darkness for those of a contrary disposition.
Blaise Pascal

AnswerRe: SetWindowText for static control Pin
_AnsHUMAN_ 20-Apr-09 22:36
_AnsHUMAN_ 20-Apr-09 22:36 
GeneralRe: SetWindowText for static control Pin
sashoalm20-Apr-09 22:58
sashoalm20-Apr-09 22:58 
GeneralRe: SetWindowText for static control Pin
sashoalm20-Apr-09 23:01
sashoalm20-Apr-09 23:01 
GeneralRe: SetWindowText for static control Pin
_AnsHUMAN_ 20-Apr-09 23:04
_AnsHUMAN_ 20-Apr-09 23:04 
Questionvariable and class View Pin
durban220-Apr-09 21:11
durban220-Apr-09 21:11 
AnswerRe: variable and class View Pin
CPallini20-Apr-09 21:49
mveCPallini20-Apr-09 21:49 
QuestionWindows events Pin
sunny_vc20-Apr-09 19:05
sunny_vc20-Apr-09 19:05 
AnswerRe: Windows events Pin
Stuart Dootson20-Apr-09 20:09
professionalStuart Dootson20-Apr-09 20:09 
GeneralRe: Windows events Pin
sunny_vc20-Apr-09 20:15
sunny_vc20-Apr-09 20:15 
GeneralRe: Windows events Pin
Stuart Dootson20-Apr-09 21:05
professionalStuart Dootson20-Apr-09 21:05 
QuestionHow to Read data using IfStream in while loop? [modified] Pin
pohcb_sonic20-Apr-09 16:31
pohcb_sonic20-Apr-09 16:31 
QuestionRe: How to Read data using IfStream? Pin
David Crow20-Apr-09 17:17
David Crow20-Apr-09 17:17 
AnswerRe: How to Read data using IfStream? Pin
pohcb_sonic20-Apr-09 18:42
pohcb_sonic20-Apr-09 18:42 
QuestionRe: How to Read data using IfStream? Pin
David Crow21-Apr-09 3:12
David Crow21-Apr-09 3:12 
AnswerRe: How to Read data using IfStream? Pin
pohcb_sonic21-Apr-09 14:31
pohcb_sonic21-Apr-09 14:31 
QuestionRe: How to Read data using IfStream? Pin
David Crow22-Apr-09 2:50
David Crow22-Apr-09 2:50 
QuestionHaving trouble converting Java Code to C++ Pin
NxtGr8One20-Apr-09 16:23
NxtGr8One20-Apr-09 16:23 

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.