I can't seem to find the "WS_CHILD" message in the properties pane in PellesC resource editor. I need to assign a caption-less windows to a tab and I can't do so unless I set the appropriate message. Unless I'm missing something. Thanks in advance.
Take a look at the following demo in Pelles C. Might be helpful for this and future questions.
http://www.codeproject.com/KB/winsdk/Win32SDK_C_TabCtrl.aspx (http://www.codeproject.com/KB/winsdk/Win32SDK_C_TabCtrl.aspx)
-DMac
Thanks for the link. Good stuff!