 |
|
 |
I really don't know why I can't find such basic articles for begginers, everyone wants to begin with advanced articles, it really solved a problem for me that i could not find a solution for -- even in the great MSDN.
I appreciate such an article, and I hope that such articles should be grouped into one article called: TIPS on using Doc/View.
I notice that microsoft is vague when defining controls, events and some structures, I really miss simple documentation.
I noticed that you have rated very low ratings, so I rated 5
Thanx Friend For Your Work
A candle looses nothing by lighting another candle
|
|
|
|
 |
|
 |
This code as written won't work, because the author has reversed classes in his "What's do be Done" instructions. The GetViews() function is written correctly, but to make this work you need to flip-flop the classes in which you place your member variables. In other words, CTreeView * m_treeview needs to be added to the CMyAppView class - NOT CLeftView as shown. And the CListView * m_ListView variable needs to be added to the CLeftView class. (Of course, if you're using FormView or HtmlView for your right window you would substitute the appropriate pointer for m_ListView in the CLeftView class header. The idea, of course, being that you add a pointer to the "other" class in a member variable within each class. Do this and it will work flawlessly.
|
|
|
|
 |
|
 |
Hello,
Good article, not everyone has to cover up basic knowledge with crap that distracts the user from devining the subject matter.
Keep it up!
"Naked we come and bruised we go."
- James Douglas Morrison
Best Wishes,
ez_way
|
|
|
|
 |
|
 |
I agree 100%.
K.I.S.S. is still GREAT advice.
If you think this is a bad article, don't SAY it... post a better article and let your code speak for itself.
|
|
|
|
 |
|
 |
This article is helpful if you do not understand the Document/View architechure and the only article you can find are how to create circles or a text editor. Instead of bashing me for claiming this is helpful, please be constructive by pointing me to a useful article that shows how to use an explorer document/view AND shows how to access both tree/list views. I have pulled out all of my hair trying to find good documentation or examples on this concept. If anything, this is article is a good start.
Ernest
|
|
|
|
 |
|
 |
Isn't this what we call child learning?!
You can also use an extern to access each view...
===================
Lars [Large] Werner
lars@werner.no
===================
|
|
|
|
 |
|
 |
Lars [Large] Werner wrote:
Isn't this what we call child learning?!
No comment...
And: Why use OOP? Just declare everything public and it works fine (and is REALLY easy)
|
|
|
|
 |
|
 |
Hest
===================
Lars [Large] Werner
lars@werner.no
===================
|
|
|
|
 |
|
 |
Why not write an article yourself, fatboy? Oh sorry Large one.
"Naked we come and bruised we go."
- James Douglas Morrison
Best Wishes,
ez_way
|
|
|
|
 |
|
 |
Ahh a wannabe angry n00b. Mr Bold & Shiny, I sure did make several articles, and I wonder why you at all bother to answer on this n00bish article that frankly isn't an article at all.
Plz, kick EZ hard for me
=====================
Lars [Large] Werner
lars@werner.no
http://lars.werner.no
=====================
|
|
|
|
 |
|
 |
Dear Large one,
Sorry I offended you but I've read your articles.
I do believe you show great promise, but, be kind to the newbies they will one day be your masters.
If I make a point that is good, if I make someone dislike me that's really bad.
"Naked we come and bruised we go."
- James Douglas Morrison
Best Wishes,
ez_way
|
|
|
|
 |
|
 |
Well, humm, I guess you have moved on, yes you are correct is is not the best article ever written but I think back a 10 years to stingray software and the excellent set of faq's that helped me "understand" ? doc/view and think how happy I was when the dim bulb in my head went off.
I think this is a good example of that kind of article, when one thinks about mainfrm being a translation station for the application. M$ is coverning up DOS with such fluff, I saw an article in c# awhile back that it called a shell, that called a shell, that called a shell, is that what we are reduced too?
Anyway I do think may people will learn from this article, and perhaps it taught me not to mess around with verbs when trying to make a point. Has it taught you anything?
"Naked we come and bruised we go."
- James Douglas Morrison
Best Wishes,
ez_way
|
|
|
|
 |
|
 |
..
|
|
|
|
 |
|
 |
I would not go that far. It does need some source code to download and a little better description.
John
|
|
|
|
 |
|
 |
Slider.... (sniff).... You STINK!!
|
|
|
|
 |
|
 |
I don't think so. It was exaclty what I was looking for and it got all the information required. Short, clear, compact.
Not good article maybe, but good information.
-Gernot
Searching for a good game? Do it yourself!
GLBasic - you can do
www.GLBasic.com[^]
|
|
|
|
 |