Click here to Skip to main content
15,896,502 members
Home / Discussions / C#
   

C#

 
GeneralRe: EXE wont load Pin
Ashley Staggs17-Apr-08 10:23
Ashley Staggs17-Apr-08 10:23 
GeneralRe: EXE wont load Pin
Edmundisme17-Apr-08 10:36
Edmundisme17-Apr-08 10:36 
GeneralRe: EXE wont load Pin
Luc Pattyn17-Apr-08 11:01
sitebuilderLuc Pattyn17-Apr-08 11:01 
GeneralRe: EXE wont load Pin
Ashley Staggs18-Apr-08 5:34
Ashley Staggs18-Apr-08 5:34 
GeneralRe: EXE wont load Pin
Luc Pattyn18-Apr-08 6:20
sitebuilderLuc Pattyn18-Apr-08 6:20 
QuestionC#,ports Pin
mousavi12817-Apr-08 6:47
mousavi12817-Apr-08 6:47 
GeneralRe: C#,ports Pin
Luc Pattyn17-Apr-08 11:04
sitebuilderLuc Pattyn17-Apr-08 11:04 
GeneralC# Parameter Pin
parth.p17-Apr-08 6:16
parth.p17-Apr-08 6:16 
Hi,
Can anyone tell me how the normal parameter in C# are passed? is it by Ref? or just value?

Cuz i'm getting a bit problem with my code. I have this code that calculates statistics and for that i need to sort() my array. but this method also (somehow) is being applied to the array that i passed into the function...

for i.e.
<br />
private int iAnswer(ArrayList arData)<br />
{<br />
arData.Sort();<br />
}<br />
<br />
text1.Text = iAnswer(arNum).ToString();<br />


So what i'm trying to say is that when i do arData.Sort() it also sorts arNum somehow??!!

- Stop thinking in terms of limitations and start thinking in terms of possibilities -

GeneralRe: C# Parameter Pin
qyy17-Apr-08 6:44
qyy17-Apr-08 6:44 
GeneralRe: C# Parameter Pin
Bert delaVega17-Apr-08 10:23
Bert delaVega17-Apr-08 10:23 
GeneralRe: C# Parameter Pin
Guffa17-Apr-08 17:34
Guffa17-Apr-08 17:34 
GeneralRe: C# Parameter Pin
Luc Pattyn17-Apr-08 11:12
sitebuilderLuc Pattyn17-Apr-08 11:12 
GeneralRe: C# Parameter Pin
parth.p17-Apr-08 13:43
parth.p17-Apr-08 13:43 
QuestionDatagrid Problem Pin
help as an alias17-Apr-08 4:53
help as an alias17-Apr-08 4:53 
GeneralRe: Datagrid Problem Pin
sarvesh.upadhyay17-Apr-08 4:57
professionalsarvesh.upadhyay17-Apr-08 4:57 
GeneralRe: Datagrid Problem Pin
help as an alias17-Apr-08 17:59
help as an alias17-Apr-08 17:59 
GeneralI dont solved this error! Pin
wwwxyz17-Apr-08 4:47
wwwxyz17-Apr-08 4:47 
GeneralRe: I dont solved this error! Pin
Pete O'Hanlon17-Apr-08 5:02
mvePete O'Hanlon17-Apr-08 5:02 
GeneralRe: I dont solved this error! Pin
wwwxyz17-Apr-08 6:23
wwwxyz17-Apr-08 6:23 
GeneralRe: I dont solved this error! Pin
Pete O'Hanlon17-Apr-08 10:01
mvePete O'Hanlon17-Apr-08 10:01 
GeneralRe: I dont solved this error! Pin
wwwxyz17-Apr-08 10:18
wwwxyz17-Apr-08 10:18 
GeneralRe: I dont solved this error! Pin
wwwxyz17-Apr-08 5:17
wwwxyz17-Apr-08 5:17 
GeneralRe: I dont solved this error! Pin
MidwestLimey17-Apr-08 16:14
professionalMidwestLimey17-Apr-08 16:14 
Generalfile.copy not copying .zip files Pin
markymark8217-Apr-08 3:20
markymark8217-Apr-08 3:20 
GeneralRe: file.copy not copying .zip files Pin
Reelix17-Apr-08 4:01
Reelix17-Apr-08 4: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.