Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
AnswerRe: TabControl events Pin
#realJSOP17-Dec-08 9:17
mve#realJSOP17-Dec-08 9:17 
QuestionCredentials Pin
CodingYoshi17-Dec-08 7:03
CodingYoshi17-Dec-08 7:03 
AnswerRe: Credentials Pin
Pete O'Hanlon17-Dec-08 8:58
mvePete O'Hanlon17-Dec-08 8:58 
GeneralRe: Credentials Pin
CodingYoshi17-Dec-08 12:07
CodingYoshi17-Dec-08 12:07 
GeneralRe: Credentials Pin
Eddy Vluggen18-Dec-08 4:55
professionalEddy Vluggen18-Dec-08 4:55 
Questionhow can i write in Excel files and create spreadsheets using C# and Pin
ahmedhassan9617-Dec-08 6:24
ahmedhassan9617-Dec-08 6:24 
AnswerRe: how can i write in Excel files and create spreadsheets using C# and Pin
Pr@teek B@h!17-Dec-08 7:29
Pr@teek B@h!17-Dec-08 7:29 
QuestionWhat is the equivalent C# syntax of void SomeFunction( array<object^>^ &updatelist) Pin
s196675m17-Dec-08 6:22
s196675m17-Dec-08 6:22 
<br />
        void SomeFunction( array<Object^>^ &updatelist)<br />

The above function is written using in VC++ managed systax.
The equivalent of
<br />
 array<Object^>^<br />
 is Object[]<br />

I like to know what is the equalalent systax in C#.

Important: There is a address symbol before the argument name, which means passing an array by reference so that the array can be change from inside the function.

Any help is appreciated
Thank you
AnswerRe: What is the equivalent C# syntax of void SomeFunction( array&lt;object^&gt;^ &updatelist) Pin
Bram Fokke17-Dec-08 7:03
Bram Fokke17-Dec-08 7:03 
GeneralRe: What is the equivalent C# syntax of void SomeFunction( array&lt;object^&gt;^ &updatelist) Pin
s196675m17-Dec-08 9:54
s196675m17-Dec-08 9:54 
QuestionobjOleDbDataAdapter.Fill(objDataSet, tableName); with sybase Pin
codeadair17-Dec-08 5:02
codeadair17-Dec-08 5:02 
Questionis it possible to import a dll file which was developed my C# in to a asp.net application? Pin
MS Lee17-Dec-08 4:22
MS Lee17-Dec-08 4:22 
AnswerRe: is it possible to import a dll file which was developed my C# in to a asp.net application? Pin
Pete O'Hanlon17-Dec-08 4:33
mvePete O'Hanlon17-Dec-08 4:33 
AnswerRe: is it possible to import a dll file which was developed my C# in to a asp.net application? Pin
Paul Conrad17-Dec-08 5:46
professionalPaul Conrad17-Dec-08 5:46 
GeneralRe: is it possible to import a dll file which was developed my C# in to a asp.net application? Pin
MS Lee17-Dec-08 17:57
MS Lee17-Dec-08 17:57 
QuestionAssigning a null value Pin
ArielR17-Dec-08 2:11
ArielR17-Dec-08 2:11 
AnswerRe: Assigning a null value Pin
User 665817-Dec-08 2:13
User 665817-Dec-08 2:13 
GeneralRe: Assigning a null value Pin
ArielR17-Dec-08 2:16
ArielR17-Dec-08 2:16 
GeneralRe: Assigning a null value Pin
Dave Kreskowiak17-Dec-08 2:24
mveDave Kreskowiak17-Dec-08 2:24 
GeneralRe: Assigning a null value Pin
ArielR17-Dec-08 4:51
ArielR17-Dec-08 4:51 
AnswerRe: Assigning a null value Pin
PIEBALDconsult17-Dec-08 2:59
mvePIEBALDconsult17-Dec-08 2:59 
QuestionHow to pass parameter with quate to crystal reports from a C# (winform) application Pin
RamiAtia17-Dec-08 1:46
RamiAtia17-Dec-08 1:46 
AnswerRe: How to pass parameter with quate to crystal reports from a C# (winform) application Pin
SPanicker*17-Dec-08 1:50
SPanicker*17-Dec-08 1:50 
GeneralRe: How to pass parameter with quate to crystal reports from a C# (winform) application Pin
RamiAtia17-Dec-08 1:57
RamiAtia17-Dec-08 1:57 
GeneralRe: How to pass parameter with quate to crystal reports from a C# (winform) application Pin
SPanicker*17-Dec-08 2:19
SPanicker*17-Dec-08 2:19 

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.