Click here to Skip to main content
15,894,740 members
Home / Discussions / C#
   

C#

 
QuestionShowing Gridlines in a GridView while using Windows Presentation Foundation Pin
Darmi14-Nov-07 17:52
Darmi14-Nov-07 17:52 
Questionre:remoting security Pin
RameshwerE14-Nov-07 17:36
RameshwerE14-Nov-07 17:36 
QuestionInitializing reference variables in a struct Pin
JoeRip14-Nov-07 17:29
JoeRip14-Nov-07 17:29 
AnswerRe: Initializing reference variables in a struct Pin
Not Active14-Nov-07 17:31
mentorNot Active14-Nov-07 17:31 
GeneralRe: Initializing reference variables in a struct Pin
JoeRip14-Nov-07 17:35
JoeRip14-Nov-07 17:35 
GeneralRe: Initializing reference variables in a struct Pin
Not Active14-Nov-07 17:57
mentorNot Active14-Nov-07 17:57 
GeneralRe: Initializing reference variables in a struct Pin
JoeRip14-Nov-07 17:59
JoeRip14-Nov-07 17:59 
GeneralRe: Initializing reference variables in a struct Pin
Not Active14-Nov-07 18:15
mentorNot Active14-Nov-07 18:15 
The variable in the constructor is scoped locally and overrides the one declared at the struct level.

It is a good practice to use properties to access member variables, and not make them public. Also, the practice of naming members variables with either m_ or _ (underscore) would alert you to this type of error.


only two letters away from being an asset

QuestionHow to Run an EXE through windows service? Pin
Reddy Prakash14-Nov-07 17:15
Reddy Prakash14-Nov-07 17:15 
AnswerRe: How to Run an EXE through windows service? Pin
Not Active14-Nov-07 17:28
mentorNot Active14-Nov-07 17:28 
GeneralRe: How to Run an EXE through windows service? Pin
Reddy Prakash14-Nov-07 17:38
Reddy Prakash14-Nov-07 17:38 
AnswerRe: How to Run an EXE through windows service? Pin
coolestCoder14-Nov-07 17:28
coolestCoder14-Nov-07 17:28 
AnswerRe: How to Run an EXE through windows service? Pin
Abhijit Jana14-Nov-07 17:41
professionalAbhijit Jana14-Nov-07 17:41 
GeneralRe: How to Run an EXE through windows service? Pin
Reddy Prakash14-Nov-07 17:40
Reddy Prakash14-Nov-07 17:40 
GeneralRe: How to Run an EXE through windows service? Pin
Abhijit Jana14-Nov-07 17:44
professionalAbhijit Jana14-Nov-07 17:44 
JokeRe: How to Run an EXE through windows service? Pin
Vasudevan Deepak Kumar14-Nov-07 18:47
Vasudevan Deepak Kumar14-Nov-07 18:47 
GeneralRe: How to Run an EXE through windows service? Pin
Vasudevan Deepak Kumar14-Nov-07 18:41
Vasudevan Deepak Kumar14-Nov-07 18:41 
AnswerRe: How to Run an EXE through windows service? Pin
Adeel Chaudhry14-Nov-07 17:45
Adeel Chaudhry14-Nov-07 17:45 
QuestionRemoting Events ! Help Please !! Pin
D2raghu14-Nov-07 17:08
D2raghu14-Nov-07 17:08 
QuestionBrowser Control Pin
A.Asif14-Nov-07 16:58
A.Asif14-Nov-07 16:58 
AnswerRe: Browser Control Pin
Not Active14-Nov-07 17:25
mentorNot Active14-Nov-07 17:25 
GeneralRe: Browser Control Pin
A.Asif15-Nov-07 3:38
A.Asif15-Nov-07 3:38 
QuestionBrowser Control using C# 2.0 Pin
A.Asif14-Nov-07 16:57
A.Asif14-Nov-07 16:57 
QuestionMORE graphics! Hooray! Pin
MasterSharp14-Nov-07 16:23
MasterSharp14-Nov-07 16:23 
AnswerRe: MORE graphics! Hooray! Pin
Dave Kreskowiak14-Nov-07 16:37
mveDave Kreskowiak14-Nov-07 16:37 

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.