Click here to Skip to main content
15,893,814 members
Home / Discussions / C#
   

C#

 
AnswerRe: excel Pin
Giorgi Dalakishvili6-Aug-07 3:25
mentorGiorgi Dalakishvili6-Aug-07 3:25 
AnswerRe: excel Pin
Bhavesh Bagadiya6-Aug-07 4:26
Bhavesh Bagadiya6-Aug-07 4:26 
GeneralRe: excel Pin
\laddie6-Aug-07 4:29
\laddie6-Aug-07 4:29 
AnswerRe: excel Pin
\laddie6-Aug-07 4:27
\laddie6-Aug-07 4:27 
QuestionAdd variable to object reference Pin
Rick van Woudenberg6-Aug-07 2:30
Rick van Woudenberg6-Aug-07 2:30 
AnswerRe: Add variable to object reference Pin
Luc Pattyn6-Aug-07 2:52
sitebuilderLuc Pattyn6-Aug-07 2:52 
AnswerRe: Add variable to object reference Pin
Vasudevan Deepak Kumar6-Aug-07 3:24
Vasudevan Deepak Kumar6-Aug-07 3:24 
AnswerRe: Add variable to object reference Pin
\laddie6-Aug-07 3:33
\laddie6-Aug-07 3:33 
Hi ,

I too wonder of the exact situation you would require to do that.If you can tell that we should be able to help you ourt more.

However calling the new on any object will be creating a new instance itself

eg:

Foo f;

for(int i=0;i<10;i++)
{
f= new Foo();
}

will create 10 new instances rather than 1 even though you are using the same variable name.

laddie
AnswerRe: Add variable to object reference Pin
Colin Angus Mackay6-Aug-07 3:44
Colin Angus Mackay6-Aug-07 3:44 
AnswerRe: Add variable to object reference Pin
Rick van Woudenberg6-Aug-07 4:04
Rick van Woudenberg6-Aug-07 4:04 
QuestionProblem about debuging Pin
kcynic6-Aug-07 2:29
kcynic6-Aug-07 2:29 
AnswerRe: Problem about debuging Pin
MIHAI_MTZ6-Aug-07 4:12
MIHAI_MTZ6-Aug-07 4:12 
GeneralRe: Problem about debuging Pin
kcynic7-Aug-07 15:18
kcynic7-Aug-07 15:18 
GeneralRe: Problem about debuging Pin
kcynic7-Aug-07 19:10
kcynic7-Aug-07 19:10 
QuestionGet vs Post Pin
_AnsHUMAN_ 6-Aug-07 2:29
_AnsHUMAN_ 6-Aug-07 2:29 
QuestionDatabase and XSLT Pin
Prashant C6-Aug-07 2:12
Prashant C6-Aug-07 2:12 
AnswerRe: Database and XSLT Pin
lmoelleb6-Aug-07 7:40
lmoelleb6-Aug-07 7:40 
QuestionWhen should i use ?? Timer vs Thread.Sleep(int); Pin
Abdul Gafoor6-Aug-07 2:11
Abdul Gafoor6-Aug-07 2:11 
AnswerRe: When should i use ?? Timer vs Thread.Sleep(int); Pin
Luc Pattyn6-Aug-07 2:18
sitebuilderLuc Pattyn6-Aug-07 2:18 
GeneralRe: When should i use ?? Timer vs Thread.Sleep(int); Pin
Pete O'Hanlon6-Aug-07 3:21
mvePete O'Hanlon6-Aug-07 3:21 
GeneralRe: When should i use ?? Timer vs Thread.Sleep(int); Pin
Malcolm Smart6-Aug-07 3:27
Malcolm Smart6-Aug-07 3:27 
GeneralRe: When should i use ?? Timer vs Thread.Sleep(int); Pin
Pete O'Hanlon6-Aug-07 3:34
mvePete O'Hanlon6-Aug-07 3:34 
JokeRe: When should i use ?? Timer vs Thread.Sleep(int); Pin
Luc Pattyn6-Aug-07 3:54
sitebuilderLuc Pattyn6-Aug-07 3:54 
GeneralRe: When should i use ?? Timer vs Thread.Sleep(int); Pin
Pete O'Hanlon6-Aug-07 4:01
mvePete O'Hanlon6-Aug-07 4:01 
QuestionTreeView StateImageList StateImageIndex Pin
Abisodun6-Aug-07 2:00
Abisodun6-Aug-07 2:00 

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.