Hi,
I am having some problem with posting messages. Here's the deal. I have a tabbed window with two tabs. Each tab contain another child window. Tab 1's child window calls a an object of a class called serial(which is not a window). I want to use PostMessage() from the serial class to send messages to the child window. The thing is I don't know how to pass the handle of the child window to the serial class. What function would you use in the child window to get it's handle. Thanks a lot,
Amish