|
-
Jun 8th, 2000, 01:45 AM
#1
Thread Starter
transcendental analytic
The treeview control have that Nodes collection with the Node class, how did they make connection between the node and the runtime host control, as you change any property within it, it will notify the host control. There's no parenttree property so if there is a object reference it must be private... or?
I am making a multicolorshiftbar control, and i want to have that professional style like the listview or treeview, but i need to know if i must waste that much memory on object references.
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Jun 8th, 2000, 02:48 AM
#2
Thread Starter
transcendental analytic
No need to answer, i'm going to do the private references to the parentcontrol
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|