Click here to Skip to main content
15,914,335 members
Home / Discussions / C#
   

C#

 
GeneralRe: Doubt in Switch-Case statement. Pin
He is Cool5-Oct-06 0:53
He is Cool5-Oct-06 0:53 
GeneralRe: Doubt in Switch-Case statement. Pin
Colin Angus Mackay5-Oct-06 0:54
Colin Angus Mackay5-Oct-06 0:54 
GeneralRe: Doubt in Switch-Case statement. Pin
Christian Graus5-Oct-06 1:00
protectorChristian Graus5-Oct-06 1:00 
AnswerRe: Doubt in Switch-Case statement. Pin
Christian Graus5-Oct-06 0:53
protectorChristian Graus5-Oct-06 0:53 
GeneralRe: Doubt in Switch-Case statement. Pin
Colin Angus Mackay5-Oct-06 1:04
Colin Angus Mackay5-Oct-06 1:04 
AnswerRe: Doubt in Switch-Case statement. Pin
Colin Angus Mackay5-Oct-06 0:53
Colin Angus Mackay5-Oct-06 0:53 
QuestionProperty Grid Pin
praveenqwe5-Oct-06 0:39
praveenqwe5-Oct-06 0:39 
AnswerRe: Property Grid Pin
visualhint6-Oct-06 2:13
visualhint6-Oct-06 2:13 
Hi,

You have to decorate your properties with the CategoryAttribute attribute. In your Car class:
<br />
[Category(Engine)]<br />
public EngineClass Engine<br />
{ get ; set; }<br />

If your EngineClass contains all the fields you want to display, then use a TypeConverter that will expand the Engine node, like ExpandableObjectConverter or a derived class of it:
<br />
[TypeConverter(typeof(ExpandableObjectConverter))]<br />
public class EngineClass {<br />
...<br />

Hope that helps.


QuestionHit the Enter in Textbox the value will be displayed in other textbox Pin
irkahc5-Oct-06 0:36
irkahc5-Oct-06 0:36 
AnswerRe: Hit the Enter in Textbox the value will be displayed in other textbox Pin
Christian Graus5-Oct-06 1:01
protectorChristian Graus5-Oct-06 1:01 
QuestionLive streaming with Direct Show Pin
AB77715-Oct-06 0:35
AB77715-Oct-06 0:35 
Questionhi plz help how to send data to COM port using C#.net 2003 ans framework1.1 Pin
premkamalg5-Oct-06 0:14
premkamalg5-Oct-06 0:14 
QuestionHow to print Datagrid in C# ? Pin
hdv2125-Oct-06 0:07
hdv2125-Oct-06 0:07 
QuestionHow to read a exact line from .txt file Pin
CodeItWell4-Oct-06 23:47
CodeItWell4-Oct-06 23:47 
AnswerRe: How to read a exact line from .txt file Pin
Christian Graus5-Oct-06 0:56
protectorChristian Graus5-Oct-06 0:56 
QuestionDataGridView update to database fails Pin
Alex.Suelzle4-Oct-06 23:46
Alex.Suelzle4-Oct-06 23:46 
AnswerRe: DataGridView update to database fails Pin
topcatalpha5-Oct-06 1:22
topcatalpha5-Oct-06 1:22 
GeneralRe: DataGridView update to database fails Pin
Alex.Suelzle5-Oct-06 20:21
Alex.Suelzle5-Oct-06 20:21 
GeneralRe: DataGridView update to database fails Pin
topcatalpha5-Oct-06 20:37
topcatalpha5-Oct-06 20:37 
GeneralRe: DataGridView update to database fails Pin
Alex.Suelzle5-Oct-06 21:41
Alex.Suelzle5-Oct-06 21:41 
GeneralRe: DataGridView update to database fails Pin
topcatalpha5-Oct-06 21:48
topcatalpha5-Oct-06 21:48 
AnswerRe: DataGridView update to database fails Pin
Alex.Suelzle5-Oct-06 22:42
Alex.Suelzle5-Oct-06 22:42 
QuestionEEException ?! Pin
Jon Hulatt4-Oct-06 23:37
Jon Hulatt4-Oct-06 23:37 
AnswerRe: EEException ?! Pin
Christian Graus5-Oct-06 1:03
protectorChristian Graus5-Oct-06 1:03 
GeneralRe: EEException ?! Pin
Jon Hulatt5-Oct-06 1:12
Jon Hulatt5-Oct-06 1: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.