http://GameProgrammer.Com

Programming

GP Mailing List
     Thread Index
     Date Index

ATXGPSIG List
     Thread Index
     Date Index

Google
>

Home

Wise2Food



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

getting indication of selection on static splitter window



hi
i am programin agame and i have a littel problem.
i am working with visual c++ and made a single window program, in this game i have to manege a list of steps that the player makes,
 so i created a static splitter window by anothe view class, in this viewclass i write the steps of the player as a list, my target of this is to give the player the ability to choose one of this steps by clicking the mouse  on it to undo all the steps that he make until this step.
my probles is how to get indication on witch he choosed.
i tryed to create a message handler functiob but it dosen't work.
thank you very much