Click here to Skip to main content
15,914,943 members
Home / Discussions / C#
   

C#

 
GeneralRe: Little conversion problem from visual basic to c# Pin
PIEBALDconsult23-Jul-09 8:37
mvePIEBALDconsult23-Jul-09 8:37 
Questionif someone could help me identify the problem please. [modified] Pin
DinoRondelly23-Jul-09 7:20
DinoRondelly23-Jul-09 7:20 
AnswerRe: if someone could help me identify the problem please. Pin
Nagy Vilmos23-Jul-09 7:27
professionalNagy Vilmos23-Jul-09 7:27 
GeneralRe: if someone could help me identify the problem please. Pin
PIEBALDconsult23-Jul-09 7:30
mvePIEBALDconsult23-Jul-09 7:30 
GeneralRe: if someone could help me identify the problem please. Pin
Nagy Vilmos23-Jul-09 7:46
professionalNagy Vilmos23-Jul-09 7:46 
GeneralRe: if someone could help me identify the problem please. Pin
PIEBALDconsult23-Jul-09 7:48
mvePIEBALDconsult23-Jul-09 7:48 
GeneralRe: if someone could help me identify the problem please. Pin
LetMeFinclOut23-Jul-09 12:15
LetMeFinclOut23-Jul-09 12:15 
GeneralRe: if someone could help me identify the problem please. [modified] Pin
Luc Pattyn23-Jul-09 7:33
sitebuilderLuc Pattyn23-Jul-09 7:33 
Aren't all strings "interned" in .NET, i.e. two strings holding the same value actually point to a single instance?

[EDIT] No, they are not (see this little article[^]). However, string1==string2 and string.Equals(string1,string2) both call the string.Equals method and generate the correct result no matter what. [/EDIT]

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

modified on Friday, September 4, 2009 1:02 PM

GeneralRe: if someone could help me identify the problem please. Pin
Nagy Vilmos23-Jul-09 7:46
professionalNagy Vilmos23-Jul-09 7:46 
GeneralRe: if someone could help me identify the problem please. Pin
Curtis Schlak.23-Jul-09 18:02
Curtis Schlak.23-Jul-09 18:02 
GeneralRe: if someone could help me identify the problem please. Pin
Adam R Harris23-Jul-09 7:50
Adam R Harris23-Jul-09 7:50 
GeneralRe: if someone could help me identify the problem please. Pin
Luc Pattyn3-Sep-09 5:17
sitebuilderLuc Pattyn3-Sep-09 5:17 
AnswerRe: if someone could help me identify the problem please. Pin
PIEBALDconsult23-Jul-09 7:49
mvePIEBALDconsult23-Jul-09 7:49 
AnswerRe: if someone could help me identify the problem please. Pin
DinoRondelly23-Jul-09 8:32
DinoRondelly23-Jul-09 8:32 
GeneralRe: if someone could help me identify the problem please. Pin
PIEBALDconsult23-Jul-09 12:45
mvePIEBALDconsult23-Jul-09 12:45 
QuestionHow to inject code to assembly (inject new class)? Pin
hdv21223-Jul-09 7:14
hdv21223-Jul-09 7:14 
QuestionPass data between two child forms Pin
Saamir23-Jul-09 6:56
Saamir23-Jul-09 6:56 
AnswerRe: Pass data between two child forms Pin
musefan23-Jul-09 7:00
musefan23-Jul-09 7:00 
GeneralRe: Pass data between two child forms Pin
Saamir23-Jul-09 7:14
Saamir23-Jul-09 7:14 
GeneralRe: Pass data between two child forms Pin
Saamir23-Jul-09 7:25
Saamir23-Jul-09 7:25 
AnswerRe: Pass data between two child forms Pin
Giorgi Dalakishvili23-Jul-09 7:45
mentorGiorgi Dalakishvili23-Jul-09 7:45 
QuestionProblem with overriding minimization of Form with Wndproc Pin
ThomasManz23-Jul-09 6:16
ThomasManz23-Jul-09 6:16 
AnswerRe: Problem with overriding minimization of Form with Wndproc Pin
musefan23-Jul-09 6:57
musefan23-Jul-09 6:57 
GeneralRe: Problem with overriding minimization of Form with Wndproc Pin
ThomasManz29-Jul-09 10:09
ThomasManz29-Jul-09 10:09 
QuestionThrowing exception while Copying a file from a system to a shared location in another system Pin
cdewzrd23-Jul-09 4:35
cdewzrd23-Jul-09 4:35 

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.