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
0
votes
1 answer
Visual Studio 2008: how to save project properties as a property sheet to be used in other projects
I know how to add a property sheet to a VS2008 project. But I don't know how to save the properties of a VS2008 project as a property sheet to be used later in future projects. Does anybody know how? Do I have to manually create a property sheet?

Megidd
- 7,089
- 6
- 65
- 142
0
votes
1 answer
Create CoApp package with property sheets
I want to create a CoApp package which will just install my department's custom property sheets (currently they come from a Mercurial subrepository and we want to get rid of as many subrepositories as possible).
The property sheets reside in a a few…

Dina
- 1,346
- 1
- 15
- 35
0
votes
2 answers
How do I make a ADUC Propertysheet DLL
I'm a web developer with very little background in COM programming; I want to develop a property sheet to allow another department to change thumbnail photos via ADUC.
So far I have made all the scripts to register the DLL and add it to ADUC which I…

jeffam217
- 117
- 4
0
votes
1 answer
how to add links in property sheet in alfresco
I was able to add a property to the property sheet in alfresco and display some message in, but now i want the message to be a link just like
someText
is there any solution ?

user3725292
- 45
- 7
0
votes
0 answers
Stuck With MFC Propertysheet
I am trying to do a property sheet application in MFC.
I added the dialogues for each tab and all working fine.
But my actual problem is that when I placed a button on one of the tab, the program control actually not reaching there. This is what I…

VISHNU
- 73
- 1
- 9
0
votes
2 answers
What is the simplest way to implement property sheet editor in Eclipse RCP?
I have third-party property class, which has it's contents implemented arbitrary. Some properties are implemented bean-like, others -- as key value pairs.
I need to implement property editor like this
What is the simplest way to do that?
I…

Suzan Cioc
- 29,281
- 63
- 213
- 385
0
votes
0 answers
Copy PropertySheet Information to Another Dialog Box
I want to load information from propertySheet and display to another dialog box in VC++, anyone know how to do is ?
Thanks!

ybc45
- 21
- 1
- 7
0
votes
1 answer
Positioning wizard at the centre of the screen win32 application using propertysheet
Created two pages wizard in win32 application using Propertysheetpage. The wizard is not positioned at the center of the screen. To position the pages at the center I have written the below code for the first page(assuming 2nd page will get…

Paresh Modak
- 29
- 4
0
votes
0 answers
Delete or move horizontal separator lines in CPropertySheet Wizard MFC dialog
I have a CPropertySheet set in Wizard Mode which I want to resize. Microsoft provides a tricky way to do this in this article.
How would you delete or remove the two horizontal separator lines after the header and before the buttons ?

Michel Hua
- 1,614
- 2
- 23
- 44
0
votes
2 answers
Creating Modeless Property Sheet Using Property Page Array MFC C++
I am creating a Property Sheet derived from CMFCPropertySheet it is created from the mainframe when a initial editor page is called. My question is when an additional page is called I would like a new tab created for it. Each page that is invoked…

RobNHood
- 119
- 1
- 2
- 11
0
votes
0 answers
InplaceEditor does not save property when focus lost
I have a little Netbeans App with an custom InplaceEditor integrated in a PropertySheet. When creating the editor, I followed this tutorial: http://netbeans.dzone.com/nb-custom-float-propertyeditor. I'm not posting code because it's basically the…

Chris
- 489
- 5
- 15
0
votes
1 answer
oddity with edit controls in property sheet
I have a property sheet with several pages. Most of the pages have one or more edit controls.
Most controls are initialized not from the page dialogs but from the dialog that created the property sheet; some however are initialized in the page…

Mike D
- 2,753
- 8
- 44
- 77
0
votes
1 answer
How can one set the background color of a property sheet
How can I change the background color of a property sheet? I can change the color of the actual pages by handling the WM_CTLCOLOR... messages but the tabs and other parts of the property sheet seem to be beyond my reach.
Might there be something in…

Mike D
- 2,753
- 8
- 44
- 77
0
votes
1 answer
Difficulty Adding .Lib files in VS 2010 C# Forms Application
To start, I'm pretty rusty in programming. I'm trying to link an external library (FFMpeg) to my C# forms application in VS 2010, and I'm having difficulty. All signs point to using "Property Sheets" but mine looks more empty than everyone elses…
-1
votes
1 answer
C# VS2017 reference .dll with .props
My problem is rather simple, we have a solution mixing C++ and C#, our C++ project are referring to their dependencies (external libraries) with property sheet attached with the Property Manager window.
As the C# project are not shown in the…

Samael
- 61
- 1
- 9