Click here to Skip to main content
15,902,873 members
Home / Discussions / C#
   

C#

 
QuestionAdd connection Pin
Assaf8216-Sep-07 4:42
Assaf8216-Sep-07 4:42 
AnswerRe: Add connection Pin
PIEBALDconsult16-Sep-07 5:12
mvePIEBALDconsult16-Sep-07 5:12 
GeneralRe: Add connection Pin
Assaf8216-Sep-07 5:53
Assaf8216-Sep-07 5:53 
AnswerRe: Add connection Pin
Paul Conrad16-Sep-07 6:44
professionalPaul Conrad16-Sep-07 6:44 
GeneralRe: Add connection Pin
Assaf8216-Sep-07 6:50
Assaf8216-Sep-07 6:50 
GeneralRe: Add connection Pin
Paul Conrad16-Sep-07 7:00
professionalPaul Conrad16-Sep-07 7:00 
AnswerRe: Add connection Pin
Guffa16-Sep-07 7:18
Guffa16-Sep-07 7:18 
AnswerRe: Add connection Pin
PIEBALDconsult16-Sep-07 8:27
mvePIEBALDconsult16-Sep-07 8:27 
Questionpopulating grid Pin
rcwoods16-Sep-07 2:38
rcwoods16-Sep-07 2:38 
AnswerRe: populating grid Pin
Ravi Bhavnani16-Sep-07 4:03
professionalRavi Bhavnani16-Sep-07 4:03 
AnswerRe: BinaryReader BinaryWriter Pin
Guffa16-Sep-07 2:23
Guffa16-Sep-07 2:23 
AnswerFileSize Pin
jblouir16-Sep-07 4:18
jblouir16-Sep-07 4:18 
AnswerRe: FileSize Pin
Guffa16-Sep-07 6:02
Guffa16-Sep-07 6:02 
QuestionError while duplicating a form! Pin
Muammar©16-Sep-07 0:42
Muammar©16-Sep-07 0:42 
AnswerOk, I found the solution Pin
Muammar©16-Sep-07 1:59
Muammar©16-Sep-07 1:59 
Questioncontrol panel languages Pin
md_refay15-Sep-07 23:39
md_refay15-Sep-07 23:39 
QuestionSlow binary reader Pin
Xmen Real 15-Sep-07 23:30
professional Xmen Real 15-Sep-07 23:30 
AnswerRe: Slow binary reader [modified] Pin
User 665816-Sep-07 1:02
User 665816-Sep-07 1:02 
GeneralRe: Slow binary reader Pin
Xmen Real 16-Sep-07 4:34
professional Xmen Real 16-Sep-07 4:34 
GeneralRe: Slow binary reader Pin
Dave Kreskowiak16-Sep-07 5:56
mveDave Kreskowiak16-Sep-07 5:56 
GeneralRe: Slow binary reader [modified] Pin
Xmen Real 16-Sep-07 7:05
professional Xmen Real 16-Sep-07 7:05 
AnswerRe: Slow binary reader Pin
Guffa16-Sep-07 1:50
Guffa16-Sep-07 1:50 
GeneralRe: Slow binary reader Pin
Xmen Real 16-Sep-07 4:32
professional Xmen Real 16-Sep-07 4:32 
GeneralRe: Slow binary reader Pin
Dave Kreskowiak16-Sep-07 5:58
mveDave Kreskowiak16-Sep-07 5:58 
xmen_xwk wrote:
i just want to remove this from last of string, not in all


That's just it. Your calling the Remove method, but completely ignoring the return from it. You can reomve the line completely from your code and nothing changes. It has to be:
filename = filename.Remove(something...);



A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Slow binary reader Pin
Guffa16-Sep-07 6:04
Guffa16-Sep-07 6:04 

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.