Subclass list control with another controls inside
-
I would like to do a special list control (clistbox based). But the items in list box will be another controls - richedit controls. Do you know any good article about such things? Subclassing of controls into lists? I searched a lot, but didn't found any suitable. Maybe I have used wrong words?
Pavel Sokolov http://www.photosight.ru/ownpage.php?authorid=6533
-
I would like to do a special list control (clistbox based). But the items in list box will be another controls - richedit controls. Do you know any good article about such things? Subclassing of controls into lists? I searched a lot, but didn't found any suitable. Maybe I have used wrong words?
Pavel Sokolov http://www.photosight.ru/ownpage.php?authorid=6533
I'm pretty sure you'll find something useful here[^]. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
I'm pretty sure you'll find something useful here[^]. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]I'm a member of codeproject about 10 years and CodeGuru before. I know where it can be :) My requirement is very specific and of course I have traveled in that category.
Pavel Sokolov
-
I'm a member of codeproject about 10 years and CodeGuru before. I know where it can be :) My requirement is very specific and of course I have traveled in that category.
Pavel Sokolov
Pavel Sokolov wrote:
My requirement is very specific and of course I have traveled in that category.
So there's a missing article, please fill the gap. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
I would like to do a special list control (clistbox based). But the items in list box will be another controls - richedit controls. Do you know any good article about such things? Subclassing of controls into lists? I searched a lot, but didn't found any suitable. Maybe I have used wrong words?
Pavel Sokolov http://www.photosight.ru/ownpage.php?authorid=6533
I'll trust you've already looked through the list section. Have a look at Josh's articles.[^] He's done a few control-in-control ones, which might help! Or C.Maunder's grid control. Not actually a list, but might be close enough for you, and easier to modify? Iain.
I am one of "those foreigners coming over here and stealing our jobs". Yay me!
-
I'll trust you've already looked through the list section. Have a look at Josh's articles.[^] He's done a few control-in-control ones, which might help! Or C.Maunder's grid control. Not actually a list, but might be close enough for you, and easier to modify? Iain.
I am one of "those foreigners coming over here and stealing our jobs". Yay me!
Thanks!
Pavel Sokolov