Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
Questionimporting excel sheets Pin
aneeshkumar5204-Feb-09 18:26
aneeshkumar5204-Feb-09 18:26 
AnswerRe: importing excel sheets Pin
Spunky Coder4-Feb-09 18:58
Spunky Coder4-Feb-09 18:58 
QuestionC# Windows Service Pin
satsumatable4-Feb-09 17:55
satsumatable4-Feb-09 17:55 
JokeRe: C# Windows Service Pin
Expert Coming4-Feb-09 18:09
Expert Coming4-Feb-09 18:09 
AnswerRe: C# Windows Service Pin
PIEBALDconsult5-Feb-09 5:35
mvePIEBALDconsult5-Feb-09 5:35 
GeneralRe: C# Windows Service Pin
satsumatable6-Feb-09 2:02
satsumatable6-Feb-09 2:02 
GeneralRe: C# Windows Service Pin
PIEBALDconsult6-Feb-09 4:08
mvePIEBALDconsult6-Feb-09 4:08 
Questionremoving null entries Pin
lawrenceinba4-Feb-09 14:54
lawrenceinba4-Feb-09 14:54 
string input = "- plum-pear- tyu";
string pattern = "(-)|( )";

string[] substrings = Regex.Split(input, pattern); // Split on hyphens
foreach (string match in substrings)
{
Console.WriteLine("'{0}'", match);
}

the above code gives out some null tokens.... how to cleanse it.. pls help

the quieter u become more u hear

AnswerRe: removing null entries Pin
vaghelabhavesh4-Feb-09 15:18
vaghelabhavesh4-Feb-09 15:18 
GeneralRe: removing null entries Pin
lawrenceinba4-Feb-09 18:01
lawrenceinba4-Feb-09 18:01 
GeneralRe: removing null entries Pin
Expert Coming4-Feb-09 18:13
Expert Coming4-Feb-09 18:13 
QuestionHow to create action buttons same as in powerpoint.... Pin
priyareguri4-Feb-09 12:41
priyareguri4-Feb-09 12:41 
AnswerRe: How to create action buttons same as in powerpoint.... Pin
Christian Graus4-Feb-09 16:43
protectorChristian Graus4-Feb-09 16:43 
QuestionJPEG thumbnail extraction Pin
Camilo Sanchez4-Feb-09 12:29
Camilo Sanchez4-Feb-09 12:29 
AnswerRe: JPEG thumbnail extraction Pin
_Maxxx_4-Feb-09 17:48
professional_Maxxx_4-Feb-09 17:48 
GeneralToo slow Pin
Camilo Sanchez5-Feb-09 4:46
Camilo Sanchez5-Feb-09 4:46 
QuestionC# .NET Problem with Mail Merge and Word's Normal.dot Template File Pin
frank3si4-Feb-09 10:14
frank3si4-Feb-09 10:14 
AnswerRe: C# .NET Problem with Mail Merge and Word's Normal.dot Template File Pin
frank3si4-Feb-09 10:54
frank3si4-Feb-09 10:54 
GeneralRe: C# .NET Problem with Mail Merge and Word's Normal.dot Template File Pin
afs957-Jan-10 8:45
afs957-Jan-10 8:45 
Questiontime zone, DST and historical dates Pin
Jim Crafton4-Feb-09 9:58
Jim Crafton4-Feb-09 9:58 
AnswerRe: time zone, DST and historical dates Pin
led mike4-Feb-09 11:19
led mike4-Feb-09 11:19 
QuestionIDataReader and Null values Pin
Terick4-Feb-09 9:34
Terick4-Feb-09 9:34 
AnswerRe: IDataReader and Null values Pin
PIEBALDconsult4-Feb-09 13:38
mvePIEBALDconsult4-Feb-09 13:38 
AnswerRe: IDataReader and Null values Pin
vaghelabhavesh4-Feb-09 15:10
vaghelabhavesh4-Feb-09 15:10 
General[Message Deleted] Pin
Terick6-Feb-09 4:59
Terick6-Feb-09 4:59 

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.