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

C#

 
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 
AnswerRe: General question about object reference in C# \ .NET Framework Pin
Christian Graus24-Feb-07 11:05
protectorChristian Graus24-Feb-07 11:05 
value types ( that is, int/double/etc ) are not passed by reference unless you use ref. out and ref do exactly the same thing in MSIL, the difference is, the compiler won't allow any execution paths where an out variable is not given a value.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"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 )

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 
QuestionWhere is XmlDsigC14NTransform class? Pin
Andy H24-Feb-07 6:36
Andy H24-Feb-07 6:36 

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.