Click here to Skip to main content
15,905,508 members
Home / Discussions / C#
   

C#

 
QuestionAdding the Application Output to the Installer Package Pin
Eyungwah29-Jan-07 12:24
Eyungwah29-Jan-07 12:24 
Questionreplace strings in file Pin
netJP12L29-Jan-07 12:08
netJP12L29-Jan-07 12:08 
AnswerRe: replace strings in file Pin
Luc Pattyn29-Jan-07 13:30
sitebuilderLuc Pattyn29-Jan-07 13:30 
AnswerRe: replace strings in file Pin
Guffa29-Jan-07 13:30
Guffa29-Jan-07 13:30 
QuestionListView windows forms Question Urgant Pin
Mustafa Magdy29-Jan-07 11:53
Mustafa Magdy29-Jan-07 11:53 
AnswerRe: ListView windows forms Question Urgant [modified] Pin
Alaric_29-Jan-07 12:03
professionalAlaric_29-Jan-07 12:03 
Questionparsing file Pin
picasso229-Jan-07 11:36
picasso229-Jan-07 11:36 
AnswerRe: parsing file Pin
Stefan Troschuetz29-Jan-07 11:44
Stefan Troschuetz29-Jan-07 11:44 
You can determine the index of the semicolons using the String.IndexOf method and then retrieve the server name by using the String.Substring method.
Alternatively, you can split the string using the String.Split method and the semicolon as delimiter and access the proper item of the returned array.


"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

www.troschuetz.de

AnswerRe: parsing file Pin
Luc Pattyn29-Jan-07 11:44
sitebuilderLuc Pattyn29-Jan-07 11:44 
Question(float) problem? Pin
johnacton29-Jan-07 9:45
johnacton29-Jan-07 9:45 
AnswerRe: (float) problem? Pin
Luc Pattyn29-Jan-07 9:59
sitebuilderLuc Pattyn29-Jan-07 9:59 
GeneralRe: (float) problem? Pin
johnacton29-Jan-07 10:31
johnacton29-Jan-07 10:31 
AnswerRe: (float) problem? Pin
led mike29-Jan-07 10:00
led mike29-Jan-07 10:00 
AnswerRe: (float) problem? Pin
Dan Neely29-Jan-07 10:50
Dan Neely29-Jan-07 10:50 
QuestionIs there an easy way to check if a column from one table exists in another ? Pin
csharpguyfromde29-Jan-07 9:17
csharpguyfromde29-Jan-07 9:17 
AnswerRe: Is there an easy way to check if a column from one table exists in another ? Pin
Christian Graus29-Jan-07 9:36
protectorChristian Graus29-Jan-07 9:36 
GeneralRe: Is there an easy way to check if a column from one table exists in another ? Pin
csharpguyfromde29-Jan-07 10:04
csharpguyfromde29-Jan-07 10:04 
GeneralRe: Is there an easy way to check if a column from one table exists in another ? Pin
csharpguyfromde31-Jan-07 2:28
csharpguyfromde31-Jan-07 2:28 
Question#import (C# equivelant) Pin
teejayem29-Jan-07 9:02
teejayem29-Jan-07 9:02 
AnswerRe: #import (C# equivelant) Pin
Christian Graus29-Jan-07 9:07
protectorChristian Graus29-Jan-07 9:07 
GeneralRe: #import (C# equivelant) Pin
teejayem29-Jan-07 9:35
teejayem29-Jan-07 9:35 
GeneralRe: #import (C# equivelant) Pin
Christian Graus29-Jan-07 13:30
protectorChristian Graus29-Jan-07 13:30 
AnswerRe: #import (C# equivelant) Pin
Pete O'Hanlon29-Jan-07 9:39
mvePete O'Hanlon29-Jan-07 9:39 
GeneralRe: #import (C# equivelant) Pin
teejayem29-Jan-07 10:02
teejayem29-Jan-07 10:02 
GeneralRe: #import (C# equivelant) Pin
Alaric_29-Jan-07 12:18
professionalAlaric_29-Jan-07 12:18 

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.