Pelles C forum

C language => Expert questions => Topic started by: halsten on April 29, 2008, 11:48:17 PM

Title: Missing Windows Style Message
Post by: halsten on April 29, 2008, 11:48:17 PM
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.
Title: Re: Missing Windows Style Message
Post by: DMac on April 30, 2008, 12:50:36 AM
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
Title: Re: Missing Windows Style Message
Post by: halsten on April 30, 2008, 01:05:16 AM
Thanks for the link. Good stuff!