Click here to Skip to main content
15,890,579 members
Home / Discussions / C#
   

C#

 
AnswerRe: Date and Time Pin
visualhint10-Sep-07 6:10
visualhint10-Sep-07 6:10 
QuestionDisplay the '&' char with in a label Pin
udikantz3-Sep-07 6:01
udikantz3-Sep-07 6:01 
AnswerRe: Display the '&' char with in a label Pin
Luc Pattyn3-Sep-07 6:04
sitebuilderLuc Pattyn3-Sep-07 6:04 
GeneralRe: Display the '&' char with in a label Pin
udikantz3-Sep-07 6:05
udikantz3-Sep-07 6:05 
GeneralRe: Display the '&' char with in a label Pin
Paul Conrad3-Sep-07 6:11
professionalPaul Conrad3-Sep-07 6:11 
GeneralRe: Display the '&' char with in a label Pin
Luc Pattyn3-Sep-07 6:18
sitebuilderLuc Pattyn3-Sep-07 6:18 
QuestionDefault Type [modified] Pin
Amit Kumar G3-Sep-07 4:30
Amit Kumar G3-Sep-07 4:30 
AnswerRe: Default Type Pin
Christian Graus3-Sep-07 4:53
protectorChristian Graus3-Sep-07 4:53 
Reference types ( classes ) are by reference, intrinsic types like int are by value.

It really doesn't matter, anything that's not a trivial size is byref no matter what you do. In C# you can use ref or out to force by reference, but you cannot force by value.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: Default Type Pin
Amit Kumar G3-Sep-07 5:09
Amit Kumar G3-Sep-07 5:09 
GeneralRe: Default Type Pin
Pete O'Hanlon3-Sep-07 5:10
mvePete O'Hanlon3-Sep-07 5:10 
GeneralRe: Default Type Pin
Amit Kumar G3-Sep-07 5:25
Amit Kumar G3-Sep-07 5:25 
GeneralRe: Default Type Pin
Luc Pattyn3-Sep-07 6:07
sitebuilderLuc Pattyn3-Sep-07 6:07 
GeneralRe: Default Type Pin
originSH3-Sep-07 6:11
originSH3-Sep-07 6:11 
GeneralRe: Default Type Pin
Pete O'Hanlon3-Sep-07 8:31
mvePete O'Hanlon3-Sep-07 8:31 
QuestionInterface reimplementation Pin
Svekke3-Sep-07 4:07
Svekke3-Sep-07 4:07 
AnswerRe: Interface reimplementation Pin
leppie3-Sep-07 4:21
leppie3-Sep-07 4:21 
GeneralRe: Interface reimplementation Pin
Svekke3-Sep-07 20:13
Svekke3-Sep-07 20:13 
QuestionText Width Pin
Thaer Hamael3-Sep-07 2:57
Thaer Hamael3-Sep-07 2:57 
AnswerRe: Text Width Pin
J4amieC3-Sep-07 3:02
J4amieC3-Sep-07 3:02 
AnswerRe: Text Width Pin
JoeSharp3-Sep-07 3:04
JoeSharp3-Sep-07 3:04 
Questionwindows service or not Pin
greekius3-Sep-07 2:57
greekius3-Sep-07 2:57 
AnswerRe: windows service or not Pin
Christian Graus3-Sep-07 3:20
protectorChristian Graus3-Sep-07 3:20 
QuestionHow to CAB and UNCAB files using C# Pin
Bhavesh Bagadiya3-Sep-07 2:41
Bhavesh Bagadiya3-Sep-07 2:41 
AnswerRe: How to CAB and UNCAB files using C# Pin
Pete O'Hanlon3-Sep-07 2:47
mvePete O'Hanlon3-Sep-07 2:47 
AnswerRe: How to CAB and UNCAB files using C# Pin
Vasudevan Deepak Kumar3-Sep-07 2:53
Vasudevan Deepak Kumar3-Sep-07 2:53 

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.