Hi, I have subclassed a window I am working on, and want to access the controls on that window so that I can access the messages that are being passed to and from them, how do you do this? I can get everything that happens on the window, mousemove, window moving, paint etc but I want to work with the controls...? Any ideas or pointers would be great. :) Do I have to subclass them as well, surely they are in some kind of array/linked list structure that I should be able to iterate over? Many thanks, Ron
F
flavour404
@flavour404
Posts
-
Subclassing windows controls -
drawing a poker tableHi, I am new to C++. I am used to programming in java and vb. What I am trying to do, just for the fun of it (and to learn c++) is write a poker analyser. What I would like to do is draw a poker table, and to this add controls so that I can receive input from the user. Does anybody know of a good tutorial that I could follow on this type of creation (doesn't have to be a poker table, could be any type of display that accepts input? I already have underlying code, cards, decks, hands etc but haven't been able to figure anything out about interfaces! Many thanks, sorry if it is a bit vague, Ron