Click here to Skip to main content
15,910,981 members
Home / Discussions / C#
   

C#

 
GeneralCapture keyboard input Pin
Begoña13-Jan-05 1:39
Begoña13-Jan-05 1:39 
GeneralRe: Capture keyboard input Pin
Mazdak13-Jan-05 1:48
Mazdak13-Jan-05 1:48 
GeneralRe: Capture keyboard input Pin
Begoña13-Jan-05 2:39
Begoña13-Jan-05 2:39 
GeneralRe: Capture keyboard input Pin
Mazdak13-Jan-05 3:27
Mazdak13-Jan-05 3:27 
GeneralSet focus on textbox using C# Pin
itssuk13-Jan-05 1:32
itssuk13-Jan-05 1:32 
GeneralRe: Set focus on textbox using C# Pin
Judah Gabriel Himango13-Jan-05 5:15
sponsorJudah Gabriel Himango13-Jan-05 5:15 
GeneralRe: Set focus on textbox using C# Pin
Salman Taseer`13-Jan-05 11:28
Salman Taseer`13-Jan-05 11:28 
Questioncan we serialize an array in .Net? Pin
APradosh13-Jan-05 1:16
APradosh13-Jan-05 1:16 
AnswerRe: can we serialize an array in .Net? Pin
turbochimp13-Jan-05 2:47
turbochimp13-Jan-05 2:47 
AnswerRe: can we serialize an array in .Net? Pin
Jesse Squire13-Jan-05 7:45
Jesse Squire13-Jan-05 7:45 
GeneralRe: can we serialize an array in .Net? Pin
APradosh13-Jan-05 17:45
APradosh13-Jan-05 17:45 
QuestionEnsure Visibility in TreeView? Pin
Snowjim12-Jan-05 23:31
Snowjim12-Jan-05 23:31 
AnswerRe: Ensure Visibility in TreeView? Pin
Snowjim13-Jan-05 0:18
Snowjim13-Jan-05 0:18 
GeneralAuto Generating a license Key Pin
vchalla12-Jan-05 23:19
vchalla12-Jan-05 23:19 
GeneralGenerating a unique license key Pin
vchalla12-Jan-05 23:15
vchalla12-Jan-05 23:15 
GeneralRe: Generating a unique license key Pin
Colin Angus Mackay12-Jan-05 23:21
Colin Angus Mackay12-Jan-05 23:21 
GeneralCalling a procedure on a loaded form Pin
StephenMcAllister12-Jan-05 22:53
StephenMcAllister12-Jan-05 22:53 
GeneralRe: Calling a procedure on a loaded form Pin
Stefan Troschuetz12-Jan-05 23:13
Stefan Troschuetz12-Jan-05 23:13 
GeneralRe: Calling a procedure on a loaded form Pin
Colin Angus Mackay12-Jan-05 23:16
Colin Angus Mackay12-Jan-05 23:16 
GeneralSystem.String - Reference Type Pin
zecodela12-Jan-05 22:38
zecodela12-Jan-05 22:38 
GeneralRe: System.String - Reference Type Pin
Sujith S12-Jan-05 23:03
Sujith S12-Jan-05 23:03 
GeneralRe: System.String - Reference Type Pin
Stefan Troschuetz12-Jan-05 23:06
Stefan Troschuetz12-Jan-05 23:06 
If you pass an object of a reference type to a method, all modifications to the method parameter object will affect the original object. For example changing the Text property of a TextBox.
That doesn't include changing the reference itself (this is what you do). If you want this to affect your original object you have to use either the out or ref method parameter keyword.







www.troschuetz.de
GeneralRe: System.String - Reference Type Pin
Adam Goossens13-Jan-05 0:32
Adam Goossens13-Jan-05 0:32 
GeneralC# with XML Pin
Newbie_Toy12-Jan-05 22:09
Newbie_Toy12-Jan-05 22:09 
GeneralRe: C# with XML Pin
Adam Goossens13-Jan-05 0:41
Adam Goossens13-Jan-05 0:41 

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.