A property sheet is a window that allows the user to view and edit the properties of an item. It uaually has several pages, usually navigated by 'Next'/'Previous' buttons or tabs.
Questions tagged [propertysheet]
93 questions
-1
votes
1 answer
project building with and without boost
I have a project that can use boost library and it can also not to use it.
I have a property sheet use_boost that can be added to the project and there are set the path to boost and a tag with value I_AM_USING_BOOST.
In…

mtb
- 1,350
- 16
- 32
-1
votes
1 answer
Change font size in PropertySheet
How can i change the font size in my header in PropertySheet? I'm NOT using MFC by the way. I've googled around and haven't found answers. Any help is appreciated.

win
- 3
- 2
-1
votes
2 answers
Making Programs With Tabs
Is there a way to create a program with tabs with C++ without MFC? Just pure WinAPI for example. With Propert Sheets, or Tab Controls. I'm not sure Tab Control is a MFC-specific class or not.
I couldn't find a good example about doing this with…

John Doe
- 633
- 3
- 14
- 24