Hi,
> If I were you I'd do myself a huge favour and buy a copy of the C++ > Standard Template Library by Nico Josuttis: I've just managed to get a copy of it. Thanks for the suggestion, it's a great book. I solved my problem using an iterator to keep track of the active item in the list. The main problem now is that after including several stl headers, I'm getting a ton of warnings in VC 6.0. Unfortunately, at this time, I can't switch to VC 7.x. cheers, Carlos
