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

C#

 
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 
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 
Bert delaVega wrote:
The ArrayList is a object, so it's allocated to the heap (a reference type). So in your case it is by ref.


That is not correct. It's a reference that is passed as a parameter, but it's not passed by reference. The reference itself is copied and sent as a parameter, it's not a reference to the reference that is sent as a parameter.

Despite everything, the person most likely to be fooling you next is yourself.

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 
GeneralRe: file.copy not copying .zip files Pin
led mike17-Apr-08 4:37
led mike17-Apr-08 4:37 
QuestionUncommiteed SQLTransaction causing the problem Pin
atuldeore17-Apr-08 3:03
atuldeore17-Apr-08 3:03 
GeneralRe: Uncommiteed SQLTransaction causing the problem Pin
Reelix17-Apr-08 3:58
Reelix17-Apr-08 3:58 

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.