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

C#

 
GeneralMessage Closed Pin
5-Mar-10 3:48
stancrm5-Mar-10 3:48 
GeneralRe: Problem while converting class object to string using XmlSerializer Pin
nagendrathecoder5-Mar-10 18:50
nagendrathecoder5-Mar-10 18:50 
GeneralRe: Problem while converting class object to string using XmlSerializer Pin
nagendrathecoder5-Mar-10 2:05
nagendrathecoder5-Mar-10 2:05 
QuestionGet correct case of Filename Pin
DanielWehrle4-Mar-10 20:33
DanielWehrle4-Mar-10 20:33 
AnswerMessage Closed Pin
4-Mar-10 20:38
stancrm4-Mar-10 20:38 
GeneralRe: Get correct case of Filename Pin
DanielWehrle5-Mar-10 4:05
DanielWehrle5-Mar-10 4:05 
AnswerRe: Get correct case of Filename Pin
Calla4-Mar-10 21:29
Calla4-Mar-10 21:29 
GeneralRe: Get correct case of Filename Pin
David Skelly5-Mar-10 1:41
David Skelly5-Mar-10 1:41 
Calla wrote:
Windows isn't case sensitive regarding file names.


Windows isn't but c# string comparison is. "abcd" is not the same as "ABCD", so if you are going to compare file names in your program, you have to get the correct case or it won't work.
GeneralRe: Get correct case of Filename Pin
AspDotNetDev5-Mar-10 2:08
protectorAspDotNetDev5-Mar-10 2:08 
GeneralRe: Get correct case of Filename Pin
David Skelly5-Mar-10 5:51
David Skelly5-Mar-10 5:51 
GeneralRe: Get correct case of Filename Pin
Dave Kreskowiak5-Mar-10 7:53
mveDave Kreskowiak5-Mar-10 7:53 
GeneralRe: Get correct case of Filename Pin
Luc Pattyn5-Mar-10 1:42
sitebuilderLuc Pattyn5-Mar-10 1:42 
GeneralRe: Get correct case of Filename Pin
AspDotNetDev5-Mar-10 2:12
protectorAspDotNetDev5-Mar-10 2:12 
GeneralRe: Get correct case of Filename Pin
Luc Pattyn5-Mar-10 2:19
sitebuilderLuc Pattyn5-Mar-10 2:19 
GeneralRe: Get correct case of Filename Pin
David Skelly5-Mar-10 6:01
David Skelly5-Mar-10 6:01 
GeneralRe: Get correct case of Filename Pin
DanielWehrle5-Mar-10 4:04
DanielWehrle5-Mar-10 4:04 
AnswerRe: Get correct case of Filename Pin
AspDotNetDev4-Mar-10 21:40
protectorAspDotNetDev4-Mar-10 21:40 
QuestionCombobox + Treeview Height? Pin
Pawan Kiran4-Mar-10 19:11
Pawan Kiran4-Mar-10 19:11 
QuestionHow to Rearrange Tiff pages? Pin
Member-42540444-Mar-10 19:09
Member-42540444-Mar-10 19:09 
AnswerRe: How to Rearrange Tiff pages? Pin
MumbleB4-Mar-10 23:39
MumbleB4-Mar-10 23:39 
GeneralRe: How to Rearrange Tiff pages? Pin
Member-42540445-Mar-10 1:39
Member-42540445-Mar-10 1:39 
Questionbrushes with opacity Pin
VCsamir4-Mar-10 19:00
VCsamir4-Mar-10 19:00 
Questionhow to put a timer counter in my software that counts starting from the day installed? Pin
CoderForEver4-Mar-10 18:04
CoderForEver4-Mar-10 18:04 
AnswerRe: how to put a timer counter in my software that counts starting from the day installed? Pin
PIEBALDconsult4-Mar-10 18:17
mvePIEBALDconsult4-Mar-10 18:17 
GeneralRe: how to put a timer counter in my software that counts starting from the day installed? Pin
AspDotNetDev4-Mar-10 18:32
protectorAspDotNetDev4-Mar-10 18:32 

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.