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

C / C++ / MFC

 
QuestionHow do i read internet files through C++? Pin
c-wanna-be30-Apr-06 15:34
c-wanna-be30-Apr-06 15:34 
AnswerRe: How do i read internet files through C++? Pin
Hamid_RT30-Apr-06 18:57
Hamid_RT30-Apr-06 18:57 
AnswerRe: How do i read internet files through C++? Pin
YaronNir30-Apr-06 21:20
YaronNir30-Apr-06 21:20 
AnswerRe: How do i read internet files through C++? Pin
_AnsHUMAN_ 30-Apr-06 22:09
_AnsHUMAN_ 30-Apr-06 22:09 
AnswerRe: How do i read internet files through C++? Pin
Ganesh_T1-May-06 0:46
Ganesh_T1-May-06 0:46 
Questionget current directory Pin
rahultaing30-Apr-06 15:13
rahultaing30-Apr-06 15:13 
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 
Hi.

I'm writing a SDI application with 2 views. A left view, (CTreeCtrl) and an CEditView at right.
The CTreeView shows some files, (plain text files).
And when some file is clicked I want to show the content of the file in the CEditView.
I have the OnSelchanged message handle in the left view where I have read from disk the file and filled a CMyDocument::CStringArray with the texts lines.
Now start my problem: How could I show the data hold in the StringArray in the CEditView.
I know it's a simple question, but I'm something entangled with all this stuff, (I mean, multiple views stuff).
Now I'm stopped at the end of the CLeftView::OnSelchanged message handle with the data ready to be showed in the other view, but I don't know how. Confused | :confused:
Please, I need some guide
Thankx.

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- )
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 
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 

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.