Click here to Skip to main content
16,018,347 members
Home / Discussions / C#
   

C#

 
QuestionReferencing Web User Control Pin
Expert Coming24-Feb-07 11:02
Expert Coming24-Feb-07 11:02 
AnswerRe: Referencing Web User Control Pin
Christian Graus24-Feb-07 11:10
protectorChristian Graus24-Feb-07 11:10 
GeneralRe: Referencing Web User Control Pin
Expert Coming24-Feb-07 11:35
Expert Coming24-Feb-07 11:35 
GeneralRe: Referencing Web User Control Pin
Christian Graus24-Feb-07 12:36
protectorChristian Graus24-Feb-07 12:36 
QuestionGeneral question about object reference in C# \ .NET Framework Pin
Yanshof24-Feb-07 10:08
Yanshof24-Feb-07 10:08 
AnswerRe: General question about object reference in C# \ .NET Framework Pin
Larantz24-Feb-07 10:49
Larantz24-Feb-07 10:49 
GeneralRe: General question about object reference in C# \ .NET Framework Pin
Guffa24-Feb-07 11:07
Guffa24-Feb-07 11:07 
AnswerRe: General question about object reference in C# \ .NET Framework Pin
Guffa24-Feb-07 10:57
Guffa24-Feb-07 10:57 
All parameters are sent by value, unless you specify ref or out. For a reference type that means that the value of the reference is sent.

You would use ref or out if you need to change the actual reference of the object, not just the contents of the object.

You rarely ever need to use ref or out. It's used sometimes for performance reasons.

---
single minded; short sighted; long gone;

AnswerRe: General question about object reference in C# \ .NET Framework Pin
Christian Graus24-Feb-07 11:05
protectorChristian Graus24-Feb-07 11:05 
Questionaccessing control of one form from another form Pin
Saira Tanwir24-Feb-07 9:51
Saira Tanwir24-Feb-07 9:51 
AnswerRe: accessing control of one form from another form Pin
Larantz24-Feb-07 11:00
Larantz24-Feb-07 11:00 
GeneralRe: accessing control of one form from another form Pin
Saira Tanwir24-Feb-07 22:50
Saira Tanwir24-Feb-07 22:50 
AnswerRe: accessing control of one form from another form Pin
Christian Graus24-Feb-07 11:08
protectorChristian Graus24-Feb-07 11:08 
QuestionMove icon Pin
CodeItWell24-Feb-07 8:38
CodeItWell24-Feb-07 8:38 
AnswerRe: Move icon Pin
Luc Pattyn24-Feb-07 11:11
sitebuilderLuc Pattyn24-Feb-07 11:11 
QuestionIf value true then Button Next, Pin
dayavu24-Feb-07 8:22
dayavu24-Feb-07 8:22 
AnswerRe: If value true then Button Next, Pin
Larantz24-Feb-07 10:36
Larantz24-Feb-07 10:36 
Questionmodify TextBox Pin
mihksoft24-Feb-07 8:07
mihksoft24-Feb-07 8:07 
AnswerRe: modify TextBox Pin
Dave Kreskowiak24-Feb-07 12:04
mveDave Kreskowiak24-Feb-07 12:04 
Questionfolder Pin
AL-yasofy24-Feb-07 7:33
AL-yasofy24-Feb-07 7:33 
AnswerRe: folder Pin
Dave Kreskowiak24-Feb-07 11:52
mveDave Kreskowiak24-Feb-07 11:52 
Questionabout folder Pin
AL-yasofy24-Feb-07 7:27
AL-yasofy24-Feb-07 7:27 
AnswerRe: about folder Pin
Dave Kreskowiak24-Feb-07 11:59
mveDave Kreskowiak24-Feb-07 11:59 
QuestionPacket Capturing Pin
vighu24-Feb-07 6:38
vighu24-Feb-07 6:38 
AnswerRe: Packet Capturing Pin
Dave Kreskowiak24-Feb-07 12:01
mveDave Kreskowiak24-Feb-07 12:01 

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.