Click here to Skip to main content
15,887,477 members
Home / Discussions / C#
   

C#

 
GeneralRe: checking an object is compatible with another object Pin
Mike Bentzen24-Jun-08 20:05
Mike Bentzen24-Jun-08 20:05 
GeneralRe: checking an object is compatible with another object Pin
Christian Graus24-Jun-08 20:10
protectorChristian Graus24-Jun-08 20:10 
AnswerRe: checking an object is compatible with another object Pin
leppie24-Jun-08 22:30
leppie24-Jun-08 22:30 
AnswerRe: checking an object is compatible with another object Pin
PIEBALDconsult25-Jun-08 4:40
mvePIEBALDconsult25-Jun-08 4:40 
Questionforeach statement Pin
twistz24-Jun-08 16:12
twistz24-Jun-08 16:12 
AnswerRe: foreach statement Pin
Christian Graus24-Jun-08 16:16
protectorChristian Graus24-Jun-08 16:16 
GeneralRe: foreach statement Pin
twistz24-Jun-08 21:03
twistz24-Jun-08 21:03 
GeneralRe: foreach statement Pin
Christian Graus24-Jun-08 21:09
protectorChristian Graus24-Jun-08 21:09 
twistz wrote:
the name "bn_del" does not exist in the current context",


Well, that's a whole different problem. What makes you think it should exist ?

twistz wrote:
"a local variable named "row" cannot be declared in this scope because it would give a different meaning to "row", which is already used in a "parent or current" scope to denote something else"


That means you kept the old line in that defined that variable. You need to delete it. The error means what it says, you are defining it twice.

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

AnswerRe: foreach statement Pin
Mohammad Dayyan24-Jun-08 16:19
Mohammad Dayyan24-Jun-08 16:19 
GeneralRe: foreach statement Pin
PIEBALDconsult24-Jun-08 16:33
mvePIEBALDconsult24-Jun-08 16:33 
GeneralRe: foreach statement Pin
Ashfield24-Jun-08 21:19
Ashfield24-Jun-08 21:19 
GeneralRe: foreach statement Pin
Guffa24-Jun-08 21:59
Guffa24-Jun-08 21:59 
QuestionHow to transfer a custom struct pointer to DLL's function? Pin
samfromcn24-Jun-08 15:24
samfromcn24-Jun-08 15:24 
AnswerRe: How to transfer a custom struct pointer to DLL's function? Pin
mav.northwind24-Jun-08 19:14
mav.northwind24-Jun-08 19:14 
GeneralRe: How to transfer a custom struct pointer to DLL's function? Pin
samfromcn24-Jun-08 20:19
samfromcn24-Jun-08 20:19 
QuestionAttributes and there constructors... Pin
Paw Jershauge24-Jun-08 12:04
Paw Jershauge24-Jun-08 12:04 
AnswerRe: Attributes and there constructors... Pin
Spacix One24-Jun-08 12:14
Spacix One24-Jun-08 12:14 
GeneralRe: Attributes and there constructors... Pin
Paw Jershauge24-Jun-08 12:21
Paw Jershauge24-Jun-08 12:21 
GeneralRe: Attributes and there constructors... Pin
Spacix One24-Jun-08 12:33
Spacix One24-Jun-08 12:33 
GeneralRe: Attributes and there constructors... Pin
Paw Jershauge25-Jun-08 11:38
Paw Jershauge25-Jun-08 11:38 
QuestionHow to read wav file from a xml file in C# Pin
Member 470467524-Jun-08 11:09
Member 470467524-Jun-08 11:09 
AnswerRe: How to read wav file from a xml file in C# Pin
Spacix One24-Jun-08 11:27
Spacix One24-Jun-08 11:27 
AnswerRe: How to read wav file from a xml file in C# Pin
Gurpreet11124-Jun-08 12:10
Gurpreet11124-Jun-08 12:10 
QuestionWebBrowser.Print Pin
TiredProgrammer24-Jun-08 10:20
TiredProgrammer24-Jun-08 10:20 
AnswerRe: WebBrowser.Print Pin
Spacix One24-Jun-08 11:26
Spacix One24-Jun-08 11:26 

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.