Actually, it's that I have many different objects AND many different functions. I have many objects drawn in a window, and when any one of them is clicked on with the mouse, pertinent information about it will appear in a scrollable list window. That's pretty much taken care of, and thanks to everyone for their suggestions.
I was wondering if someone can recommend a book or web site for graphics drawing in MFC. I have previous experience with OpenGL but am not using OpenGL for this project. I need topics such as SetWorldTransform() but more than just function definitions. All my drawing is in two dimensions. TIA > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Jason Teagle > Sent: Tuesday, July 13, 2004 4:27 AM > To: [EMAIL PROTECTED] > Subject: RE: [msvc] SetItemData to member function ptr > > (As I understand it, it also wouldn't solve the OP's problem > - he needed to > call many different methods from the same object, not the > same method from > many different objects.) _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
