Click here to Skip to main content
15,903,203 members
Home / Discussions / C#
   

C#

 
Questionlabel information in c# Pin
tanishka8-Oct-06 22:25
tanishka8-Oct-06 22:25 
AnswerRe: label information in c# Pin
Andrei Ungureanu9-Oct-06 0:07
Andrei Ungureanu9-Oct-06 0:07 
QuestionHow to send a mail Pin
quiteSmart8-Oct-06 22:25
quiteSmart8-Oct-06 22:25 
AnswerRe: How to send a mail Pin
liuqm.china9-Oct-06 3:20
liuqm.china9-Oct-06 3:20 
Questionhi Pin
tanishka8-Oct-06 21:43
tanishka8-Oct-06 21:43 
AnswerRe: hi Pin
J4amieC8-Oct-06 21:57
J4amieC8-Oct-06 21:57 
QuestionPropertygrid creating internal sub properties for a property Pin
praveenqwe8-Oct-06 21:43
praveenqwe8-Oct-06 21:43 
AnswerRe: Propertygrid creating internal sub properties for a property Pin
visualhint9-Oct-06 14:12
visualhint9-Oct-06 14:12 
Hi Praveen,

In the Microsoft PropertyGrid, you can't create directly a property under another property. You must do it like a Font or a Pen does it. For example, if you have a Font property in your target instance, you will be able to see it in the grid and to expand it to see the published properties underneath. This trick is achieved by the FontConverter class. If you look its source code into Reflector you will see how GetProperties() returns a set of customized properties and how CreateInstance() reacreates a font instance with the values of these properties. Studying these classes can help you a lot understand how the propertygrid works. Hope that helps.


QuestionSuppress Line in Crystal Report Pin
M Riaz Bashir8-Oct-06 21:25
M Riaz Bashir8-Oct-06 21:25 
Questionupdating VFP data with C# 2005 Pin
Bob Enein8-Oct-06 19:33
Bob Enein8-Oct-06 19:33 
QuestionBinary Formatter error Pin
uglyeyes8-Oct-06 15:13
uglyeyes8-Oct-06 15:13 
QuestionHow to minimize & zip the access Data base size? Pin
Emad Abo Aiad8-Oct-06 14:39
Emad Abo Aiad8-Oct-06 14:39 
AnswerRe: How to minimize & zip the access Data base size? Pin
Christian Graus8-Oct-06 15:54
protectorChristian Graus8-Oct-06 15:54 
GeneralRe: How to minimize & zip the access Data base size? Pin
Emad Abo Aiad10-Oct-06 3:58
Emad Abo Aiad10-Oct-06 3:58 
QuestionAny container gurus out there (Dictionary and SortedDictionary) Pin
Julien8-Oct-06 13:53
Julien8-Oct-06 13:53 
AnswerRe: Any container gurus out there (Dictionary and SortedDictionary) Pin
Christian Graus8-Oct-06 15:52
protectorChristian Graus8-Oct-06 15:52 
GeneralRe: Any container gurus out there (Dictionary and SortedDictionary) Pin
Julien9-Oct-06 12:55
Julien9-Oct-06 12:55 
GeneralRe: Any container gurus out there (Dictionary and SortedDictionary) Pin
Christian Graus9-Oct-06 13:04
protectorChristian Graus9-Oct-06 13:04 
QuestionFlatAppearance.BorderSize Pin
antonpaolo8-Oct-06 12:04
antonpaolo8-Oct-06 12:04 
QuestionWhy use exceptions...? Pin
Mark068-Oct-06 10:15
Mark068-Oct-06 10:15 
AnswerRe: Why use exceptions...? Pin
Nico van der Plas8-Oct-06 11:32
Nico van der Plas8-Oct-06 11:32 
AnswerRe: Why use exceptions...? Pin
Guffa8-Oct-06 12:06
Guffa8-Oct-06 12:06 
AnswerRe: Why use exceptions...? Pin
Christian Graus8-Oct-06 11:44
protectorChristian Graus8-Oct-06 11:44 
AnswerRe: Why use exceptions...? Pin
Guffa8-Oct-06 12:04
Guffa8-Oct-06 12:04 
AnswerRe: Why use exceptions...? Pin
Ennis Ray Lynch, Jr.8-Oct-06 13:12
Ennis Ray Lynch, Jr.8-Oct-06 13:12 

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.