Click here to Skip to main content
15,911,786 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: get current directory Pin
Demian Panello30-Apr-06 16:29
Demian Panello30-Apr-06 16:29 
QuestionMultiple Views Pin
Demian Panello30-Apr-06 12:24
Demian Panello30-Apr-06 12:24 
AnswerRe: Multiple Views Pin
Ryan Binns30-Apr-06 18:19
Ryan Binns30-Apr-06 18:19 
GeneralRe: Multiple Views Pin
Demian Panello1-May-06 5:43
Demian Panello1-May-06 5:43 
QuestionRe: Multiple Views Pin
David Crow1-May-06 6:11
David Crow1-May-06 6:11 
AnswerRe: Multiple Views Pin
Demian Panello1-May-06 6:38
Demian Panello1-May-06 6:38 
GeneralRe: Multiple Views Pin
David Crow1-May-06 7:18
David Crow1-May-06 7:18 
GeneralRe: Multiple Views Pin
Demian Panello1-May-06 7:26
Demian Panello1-May-06 7:26 
I changed to
CEdit& myEdit = GetEditCtrl();

and then

myEdit.SetWindowText(tmp); // instead of GetEditCtlr().SetWindowText(tmp)

And I get the same bug. It looks like SetWindowText() works, (I can see the scroll bars growing), but I can't see the text.
Confused | :confused: Confused | :confused: Confused | :confused:


Demian.

"I have always wished that my computer would be as easy to use as my
telephone. My wish has come true. I no longer know how to use my telephone."

-Bjarne Stroustrup, computer science professor, designer of C++
programming language (1950- )
QuestionRe: Multiple Views Pin
David Crow1-May-06 7:38
David Crow1-May-06 7:38 
AnswerRe: Multiple Views Pin
Demian Panello1-May-06 8:20
Demian Panello1-May-06 8:20 
AnswerRe: Multiple Views Pin
Demian Panello1-May-06 8:27
Demian Panello1-May-06 8:27 
GeneralRe: Multiple Views Pin
Maxwell Chen1-May-06 5:45
Maxwell Chen1-May-06 5:45 
GeneralRe: Multiple Views Pin
Demian Panello1-May-06 6:22
Demian Panello1-May-06 6:22 
GeneralRe: Multiple Views Pin
David Crow1-May-06 7:20
David Crow1-May-06 7:20 
GeneralRe: Multiple Views Pin
Maxwell Chen1-May-06 7:44
Maxwell Chen1-May-06 7:44 
GeneralRe: Multiple Views Pin
Demian Panello1-May-06 8:07
Demian Panello1-May-06 8:07 
Questiontypedef question Pin
theladsmith30-Apr-06 12:01
theladsmith30-Apr-06 12:01 
AnswerRe: typedef question Pin
Stephen Hewitt30-Apr-06 13:42
Stephen Hewitt30-Apr-06 13:42 
GeneralRe: typedef question Pin
theladsmith30-Apr-06 21:33
theladsmith30-Apr-06 21:33 
GeneralRe: typedef question Pin
Stephen Hewitt30-Apr-06 21:42
Stephen Hewitt30-Apr-06 21:42 
GeneralRe: typedef question Pin
theladsmith1-May-06 1:43
theladsmith1-May-06 1:43 
GeneralRe: typedef question Pin
Stephen Hewitt1-May-06 13:52
Stephen Hewitt1-May-06 13:52 
GeneralRe: typedef question Pin
theladsmith1-May-06 21:58
theladsmith1-May-06 21:58 
QuestionXML parser Pin
Imtiaz Murtaza30-Apr-06 8:08
Imtiaz Murtaza30-Apr-06 8:08 
AnswerRe: XML parser Pin
Kelly Herald30-Apr-06 9:11
Kelly Herald30-Apr-06 9:11 

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.