Click here to Skip to main content
15,911,531 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows Applications Problems in C#..please i need help..thank you.. Pin
Luc Pattyn18-Feb-07 3:47
sitebuilderLuc Pattyn18-Feb-07 3:47 
QuestionC# Decompiler Pin
Eddymvp17-Feb-07 10:43
Eddymvp17-Feb-07 10:43 
AnswerRe: C# Decompiler Pin
Colin Angus Mackay17-Feb-07 11:22
Colin Angus Mackay17-Feb-07 11:22 
GeneralRe: C# Decompiler Pin
Eddymvp17-Feb-07 14:54
Eddymvp17-Feb-07 14:54 
AnswerRe: C# Decompiler Pin
Guffa17-Feb-07 15:19
Guffa17-Feb-07 15:19 
GeneralRe: C# Decompiler Pin
Ed.Poore17-Feb-07 20:01
Ed.Poore17-Feb-07 20:01 
QuestionText extraction -- This one will make you dizzy Pin
AngryC17-Feb-07 10:10
AngryC17-Feb-07 10:10 
AnswerRe: Text extraction -- This one will make you dizzy Pin
Pete O'Hanlon17-Feb-07 10:21
mvePete O'Hanlon17-Feb-07 10:21 
I'm not really sure what you are trying to achieve here, but you can achieve what you want to do quite easily (and without hardcoding the result):

string[] splitter = var2.Split(' ');
if (splitter != null && splitter.Length > 4)
{
  xxx = string.Format("{0} {1}", splitter[2], splitter[3]);
}




the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer

Deja View - the feeling that you've seen this post before.

GeneralRe: Text extraction -- This one will make you dizzy Pin
AngryC17-Feb-07 11:04
AngryC17-Feb-07 11:04 
GeneralRe: Text extraction -- This one will make you dizzy Pin
Luc Pattyn17-Feb-07 12:14
sitebuilderLuc Pattyn17-Feb-07 12:14 
GeneralRe: Text extraction -- This one will make you dizzy Pin
AngryC17-Feb-07 14:15
AngryC17-Feb-07 14:15 
GeneralRe: Text extraction -- This one will make you dizzy Pin
Luc Pattyn17-Feb-07 15:16
sitebuilderLuc Pattyn17-Feb-07 15:16 
AnswerRe: Text extraction -- This one will make you dizzy Pin
Guffa17-Feb-07 14:18
Guffa17-Feb-07 14:18 
GeneralRe: Text extraction -- This one will make you dizzy Pin
AngryC17-Feb-07 14:22
AngryC17-Feb-07 14:22 
AnswerRe: Text extraction -- This one will make you dizzy Pin
Guffa17-Feb-07 15:21
Guffa17-Feb-07 15:21 
GeneralRe: Text extraction -- This one will make you dizzy Pin
AngryC18-Feb-07 4:00
AngryC18-Feb-07 4:00 
GeneralRe: Text extraction -- This one will make you dizzy Pin
AngryC18-Feb-07 14:13
AngryC18-Feb-07 14:13 
GeneralRe: Text extraction -- This one will make you dizzy Pin
Guffa19-Feb-07 5:01
Guffa19-Feb-07 5:01 
GeneralRe: Text extraction -- This one will make you dizzy Pin
AngryC19-Feb-07 12:44
AngryC19-Feb-07 12:44 
QuestionWhat is the best way to represent a set of references ? Pin
zark9217-Feb-07 9:31
zark9217-Feb-07 9:31 
AnswerRe: What is the best way to represent a set of references ? Pin
Thomas Stockwell17-Feb-07 11:36
professionalThomas Stockwell17-Feb-07 11:36 
AnswerRe: What is the best way to represent a set of references ? Pin
Luc Pattyn17-Feb-07 12:20
sitebuilderLuc Pattyn17-Feb-07 12:20 
AnswerRe: What is the best way to represent a set of references ? Pin
zark9218-Feb-07 21:15
zark9218-Feb-07 21:15 
QuestionListview with images? Pin
sharpiesharpie17-Feb-07 8:23
sharpiesharpie17-Feb-07 8:23 
AnswerRe: Listview with images? Pin
Pete O'Hanlon17-Feb-07 9:59
mvePete O'Hanlon17-Feb-07 9: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.