Click here to Skip to main content
15,913,339 members
Home / Discussions / C#
   

C#

 
GeneralRe: Reading dbf, tables not completely filled Pin
snorkie31-Oct-07 3:34
professionalsnorkie31-Oct-07 3:34 
AnswerRe: Reading dbf, tables not completely filled - Similar w/ Excel Pin
David Atchison21-Oct-11 7:37
David Atchison21-Oct-11 7:37 
QuestionWhat is faster? C# or C++ Pin
Tomerland30-Oct-07 6:34
Tomerland30-Oct-07 6:34 
AnswerRe: What is faster? C# or C++ Pin
led mike30-Oct-07 6:40
led mike30-Oct-07 6:40 
AnswerRe: What is faster? C# or C++ Pin
Thomas Stockwell30-Oct-07 12:05
professionalThomas Stockwell30-Oct-07 12:05 
AnswerRe: What is faster? C# or C++ Pin
MohammadAmiry30-Oct-07 19:01
MohammadAmiry30-Oct-07 19:01 
GeneralRe: What is faster? C# or C++ Pin
led mike31-Oct-07 9:36
led mike31-Oct-07 9:36 
QuestionHow to assign a ref parameter to static ref variable so that another function can change it? Pin
elastic_vipin30-Oct-07 5:22
elastic_vipin30-Oct-07 5:22 
I am new to C#. I have written a class library in C# that has a form. I want this form to return some value when it terminates. This form is called from some other project.

Lets assume I have a text box [text1] and a button [button1] on the form. When the form loads, user will provide some text in text1 and on clicking button1 the form will terminate and text will be returned.

I want to pass a variable ref to its [form's] constructor, then assign the this reference to some static ref variable so that it could be changed in button1's click event.

In short, I want to modify a constructor's ref parameter in an event procedure.

Thanks in advance,
Vipin.
AnswerRe: How to assign a ref parameter to static ref variable so that another function can change it? Pin
Andrei Ungureanu30-Oct-07 5:38
Andrei Ungureanu30-Oct-07 5:38 
AnswerRe: How to assign a ref parameter to static ref variable so that another function can change it? Pin
Guffa30-Oct-07 6:59
Guffa30-Oct-07 6:59 
GeneralRe: How to assign a ref parameter to static ref variable so that another function can change it? Pin
elastic_vipin30-Oct-07 21:37
elastic_vipin30-Oct-07 21:37 
QuestionAccessing Web Applications DLL methods Pin
totocaster30-Oct-07 5:00
totocaster30-Oct-07 5:00 
AnswerRe: Accessing Web Applications DLL methods Pin
Eduard Keilholz30-Oct-07 5:13
Eduard Keilholz30-Oct-07 5:13 
AnswerRe: Accessing Web Applications DLL methods Pin
Andrei Ungureanu30-Oct-07 5:15
Andrei Ungureanu30-Oct-07 5:15 
QuestionCaching or what? Pin
Dextter30-Oct-07 4:31
Dextter30-Oct-07 4:31 
AnswerRe: Caching or what? Pin
led mike30-Oct-07 5:10
led mike30-Oct-07 5:10 
GeneralRe: Caching or what? Pin
Pete O'Hanlon30-Oct-07 6:06
mvePete O'Hanlon30-Oct-07 6:06 
QuestionBackground sql connection Pin
ev00l30-Oct-07 4:21
ev00l30-Oct-07 4:21 
AnswerRe: Background sql connection Pin
Christian Wikander30-Oct-07 4:44
Christian Wikander30-Oct-07 4:44 
GeneralRe: Background sql connection Pin
ev00l30-Oct-07 4:48
ev00l30-Oct-07 4:48 
AnswerRe: Background sql connection Pin
led mike30-Oct-07 5:14
led mike30-Oct-07 5:14 
GeneralRe: Background sql connection Pin
Rob Philpott30-Oct-07 5:24
Rob Philpott30-Oct-07 5:24 
GeneralRe: Background sql connection Pin
led mike30-Oct-07 6:35
led mike30-Oct-07 6:35 
GeneralRe: Background sql connection Pin
ev00l31-Oct-07 8:10
ev00l31-Oct-07 8:10 
GeneralRe: Background sql connection Pin
led mike31-Oct-07 9:13
led mike31-Oct-07 9:13 

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.