Click here to Skip to main content
15,905,504 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# form AxMsRdpClient9NotSafeForScripting (RDP onlogonerror event) Pin
Member 1030250812-Sep-18 10:36
Member 1030250812-Sep-18 10:36 
GeneralRe: C# form AxMsRdpClient9NotSafeForScripting (RDP onlogonerror event) Pin
Matias Lopez12-Sep-18 10:42
Matias Lopez12-Sep-18 10:42 
GeneralRe: C# form AxMsRdpClient9NotSafeForScripting (RDP onlogonerror event) Pin
Member 1030250812-Sep-18 10:47
Member 1030250812-Sep-18 10:47 
GeneralRe: C# form AxMsRdpClient9NotSafeForScripting (RDP onlogonerror event) Pin
Member 103025081-Feb-19 2:07
Member 103025081-Feb-19 2:07 
QuestionMySql Timestamp to C# DateTime conversion Pin
DerekT-P12-Sep-18 1:53
professionalDerekT-P12-Sep-18 1:53 
AnswerRe: MySql Timestamp to C# DateTime conversion Pin
Richard MacCutchan12-Sep-18 2:53
mveRichard MacCutchan12-Sep-18 2:53 
GeneralRe: MySql Timestamp to C# DateTime conversion Pin
DerekT-P12-Sep-18 23:23
professionalDerekT-P12-Sep-18 23:23 
GeneralRe: MySql Timestamp to C# DateTime conversion Pin
Richard MacCutchan13-Sep-18 2:03
mveRichard MacCutchan13-Sep-18 2:03 
GeneralRe: MySql Timestamp to C# DateTime conversion Pin
David A. Gray13-Sep-18 19:32
David A. Gray13-Sep-18 19:32 
GeneralRe: MySql Timestamp to C# DateTime conversion Pin
Richard MacCutchan13-Sep-18 21:36
mveRichard MacCutchan13-Sep-18 21:36 
GeneralRe: MySql Timestamp to C# DateTime conversion Pin
David A. Gray14-Sep-18 4:10
David A. Gray14-Sep-18 4:10 
AnswerRe: MySql Timestamp to C# DateTime conversion Pin
David A. Gray14-Sep-18 4:12
David A. Gray14-Sep-18 4:12 
QuestionFind files in windows libraries Pin
Member 1342857811-Sep-18 12:03
Member 1342857811-Sep-18 12:03 
AnswerRe: Find files in windows libraries Pin
OriginalGriff11-Sep-18 20:16
mveOriginalGriff11-Sep-18 20:16 
AnswerRe: Find files in windows libraries Pin
Richard Deeming12-Sep-18 7:19
mveRichard Deeming12-Sep-18 7:19 
QuestionNot understanding use of return statement in c#. Pin
Hassan Y. Ansari11-Sep-18 6:08
Hassan Y. Ansari11-Sep-18 6:08 
AnswerRe: Not understanding use of return statement in c#. Pin
Ron Nicholson11-Sep-18 6:50
professionalRon Nicholson11-Sep-18 6:50 
GeneralRe: Not understanding use of return statement in c#. Pin
Hassan Y. Ansari11-Sep-18 18:49
Hassan Y. Ansari11-Sep-18 18:49 
GeneralRe: Not understanding use of return statement in c#. Pin
Pete O'Hanlon11-Sep-18 20:57
mvePete O'Hanlon11-Sep-18 20:57 
GeneralRe: Not understanding use of return statement in c#. Pin
Hassan Y. Ansari14-Sep-18 4:56
Hassan Y. Ansari14-Sep-18 4:56 
GeneralRe: Not understanding use of return statement in c#. Pin
Pete O'Hanlon15-Sep-18 6:24
mvePete O'Hanlon15-Sep-18 6:24 
AnswerRe: Not understanding use of return statement in c#. Pin
Pete O'Hanlon11-Sep-18 6:54
mvePete O'Hanlon11-Sep-18 6:54 
You aren't actually using the return statement in your code. What is happening here is that the ref statement is the thing that is actually setting the value of the variable. If you want some fun, try to predict what the value of this statement is (changing your code slightly):
C#
int i = 0;
i = abc(ref i);


Edited with the correct statement on line 2.
This space for rent


modified 11-Sep-18 14:47pm.

GeneralRe: Not understanding use of return statement in c#. Pin
OriginalGriff11-Sep-18 8:15
mveOriginalGriff11-Sep-18 8:15 
GeneralRe: Not understanding use of return statement in c#. Pin
Pete O'Hanlon11-Sep-18 8:46
mvePete O'Hanlon11-Sep-18 8:46 
Questiondesign website Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:configuration' ? Pin
Member 24584679-Sep-18 16:20
Member 24584679-Sep-18 16:20 

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.