Click here to Skip to main content
15,900,254 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using a TextBox as Console replacement. Pin
Luc Pattyn3-Dec-08 14:19
sitebuilderLuc Pattyn3-Dec-08 14:19 
GeneralRe: Using a TextBox as Console replacement. Pin
Mr.Brainley7-Dec-08 0:35
Mr.Brainley7-Dec-08 0:35 
QuestionReading files over network asynchronously Pin
CodingYoshi3-Dec-08 12:10
CodingYoshi3-Dec-08 12:10 
QuestionHow to stop windows form from refreshing/updating Pin
Kent K3-Dec-08 11:20
professionalKent K3-Dec-08 11:20 
AnswerRe: How to stop windows form from refreshing/updating Pin
Christian Graus3-Dec-08 11:48
protectorChristian Graus3-Dec-08 11:48 
GeneralRe: How to stop windows form from refreshing/updating Pin
Kent K3-Dec-08 12:03
professionalKent K3-Dec-08 12:03 
GeneralRe: How to stop windows form from refreshing/updating Pin
Christian Graus3-Dec-08 13:52
protectorChristian Graus3-Dec-08 13:52 
Questionpropertyies and attributes Pin
netJP12L3-Dec-08 11:20
netJP12L3-Dec-08 11:20 
If i have employee class properties such as ID and Name then i can get their data respectively through the attributes. Is it possible to get the entire employee object rather than getting the individual property data. I mean how can i delcare an attribute that can hold the class reference where it is delcared

public class Employee
{
[TypeConverter(typeof(EmployeeID))]
public string ID
{
get{return id;}
set{id=value;}
}
[TypeConverter(typeof(NAME))]
public string Name
{
get{return name;}
set{name=value;}
}

}
QuestionSyntax error (missing operator) in query expression Pin
hassanasp3-Dec-08 10:22
hassanasp3-Dec-08 10:22 
AnswerRe: Syntax error (missing operator) in query expression Pin
PH-MAT3-Dec-08 10:25
PH-MAT3-Dec-08 10:25 
GeneralRe: Syntax error (missing operator) in query expression Pin
hassanasp3-Dec-08 10:34
hassanasp3-Dec-08 10:34 
AnswerRe: Syntax error (missing operator) in query expression Pin
Wendelius3-Dec-08 10:50
mentorWendelius3-Dec-08 10:50 
AnswerRe: Syntax error (missing operator) in query expression Pin
Christian Graus3-Dec-08 11:47
protectorChristian Graus3-Dec-08 11:47 
AnswerRe: Syntax error (missing operator) in query expression Pin
User 43300283-Dec-08 14:42
User 43300283-Dec-08 14:42 
QuestionSignificance of the Static and Virtual Pin
Pr@teek B@h!3-Dec-08 9:58
Pr@teek B@h!3-Dec-08 9:58 
AnswerRe: Significance of the Static and Virtual Pin
Wendelius3-Dec-08 10:20
mentorWendelius3-Dec-08 10:20 
GeneralRe: Significance of the Static and Virtual Pin
Pr@teek B@h!4-Dec-08 3:34
Pr@teek B@h!4-Dec-08 3:34 
GeneralRe: Significance of the Static and Virtual Pin
Wendelius4-Dec-08 4:04
mentorWendelius4-Dec-08 4:04 
QuestionCalendar will not show highlighted day Pin
Glacier63273-Dec-08 9:55
Glacier63273-Dec-08 9:55 
AnswerRe: Calendar will not show highlighted day Pin
leppie3-Dec-08 10:24
leppie3-Dec-08 10:24 
QuestionComponent To Select Multiple Folders Pin
Michael Fritzius3-Dec-08 9:49
professionalMichael Fritzius3-Dec-08 9:49 
AnswerRe: Component To Select Multiple Folders Pin
Christian Graus3-Dec-08 9:50
protectorChristian Graus3-Dec-08 9:50 
GeneralRe: Component To Select Multiple Folders Pin
Michael Fritzius3-Dec-08 9:56
professionalMichael Fritzius3-Dec-08 9:56 
AnswerRe: Component To Select Multiple Folders Pin
Wendelius3-Dec-08 10:57
mentorWendelius3-Dec-08 10:57 
GeneralRe: Component To Select Multiple Folders Pin
Michael Fritzius5-Dec-08 2:32
professionalMichael Fritzius5-Dec-08 2:32 

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.