Click here to Skip to main content
15,898,222 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to display 4 handles on an image...But.... Pin
netJP12L24-Jan-08 8:38
netJP12L24-Jan-08 8:38 
QuestionI Wonder to know where to find the source code of .NET framework? Pin
fantasy121523-Jan-08 13:57
fantasy121523-Jan-08 13:57 
JokeRe: I Wonder to know where to find the source code of .NET framework? Pin
PIEBALDconsult23-Jan-08 14:36
mvePIEBALDconsult23-Jan-08 14:36 
GeneralRe: I Wonder to know where to find the source code of .NET framework? Pin
MarkB77723-Jan-08 16:06
MarkB77723-Jan-08 16:06 
GeneralRe: I Wonder to know where to find the source code of .NET framework? Pin
Giorgi Dalakishvili23-Jan-08 21:09
mentorGiorgi Dalakishvili23-Jan-08 21:09 
GeneralRe: I Wonder to know where to find the source code of .NET framework? Pin
Russell Jones23-Jan-08 23:09
Russell Jones23-Jan-08 23:09 
QuestionHow do I create a ProperyGrid subcategory? Pin
David Fleming23-Jan-08 13:14
David Fleming23-Jan-08 13:14 
AnswerRe: How do I create a ProperyGrid subcategory? Pin
TJoe24-Jan-08 10:24
TJoe24-Jan-08 10:24 
In short, you can't define a sub-category. You can have properites be expandable though. In your example, the Appearance property would be of type (say) MyAppearance. MyAppearance type would define it's TypeConverter as ExpandableObjectConverter[^]. Then MyAppearance's properties would be shown in the PropertyGrid (which would include a Font property).

This[^] article describes how to use ICustomTypeDescriptor (which allows you to dynamically change what is shown in the PropertyGrid) and ExpandableObjectConverter.

Take care,
Tom

-----------------------------------------------
Check out my blog at http://tjoe.wordpress.com

GeneralRe: How do I create a ProperyGrid subcategory? Pin
visualhint30-Jan-08 5:31
visualhint30-Jan-08 5:31 
GeneralIcons in System Tray won't clear out. Pin
Gene Arnold23-Jan-08 11:55
Gene Arnold23-Jan-08 11:55 
GeneralRe: Icons in System Tray won't clear out. Pin
Luc Pattyn23-Jan-08 12:48
sitebuilderLuc Pattyn23-Jan-08 12:48 
GeneralRe: Icons in System Tray won't clear out. Pin
Gene Arnold24-Jan-08 0:28
Gene Arnold24-Jan-08 0:28 
Generalcopied image from ms word doesn't display Pin
netJP12L23-Jan-08 11:45
netJP12L23-Jan-08 11:45 
GeneralDaylight saving end day Extra hour handling Pin
isamir23-Jan-08 10:50
isamir23-Jan-08 10:50 
GeneralRe: Daylight saving end day Extra hour handling Pin
DaveyM6923-Jan-08 11:02
professionalDaveyM6923-Jan-08 11:02 
GeneralRe: Daylight saving end day Extra hour handling Pin
isamir23-Jan-08 11:32
isamir23-Jan-08 11:32 
GeneralRe: Daylight saving end day Extra hour handling Pin
emiaj23-Jan-08 13:07
emiaj23-Jan-08 13:07 
GeneralRe: Daylight saving end day Extra hour handling Pin
PIEBALDconsult23-Jan-08 14:24
mvePIEBALDconsult23-Jan-08 14:24 
GeneralSending Error Message Pin
emiaj23-Jan-08 10:39
emiaj23-Jan-08 10:39 
GeneralTelnetting in C# Pin
Michael Fritzius23-Jan-08 10:31
professionalMichael Fritzius23-Jan-08 10:31 
Generalchange in dataset Pin
mehrdadov23-Jan-08 9:45
mehrdadov23-Jan-08 9:45 
AnswerRe: change in dataset Pin
Vikram A Punathambekar23-Jan-08 17:38
Vikram A Punathambekar23-Jan-08 17:38 
Questionhow to pick some records in datagrid ? Pin
E_Gold23-Jan-08 9:28
E_Gold23-Jan-08 9:28 
GeneralCorrectly Dispalying Data [modified] Pin
Skanless23-Jan-08 9:18
Skanless23-Jan-08 9:18 
GeneralRe: Correctly Dispalying Data Pin
pmarfleet23-Jan-08 10:45
pmarfleet23-Jan-08 10:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.