Click here to Skip to main content
15,909,437 members
Home / Discussions / C#
   

C#

 
AnswerRe: closing already opened forms Pin
Niiiissssshhhhhuuuuu25-Sep-06 21:29
Niiiissssshhhhhuuuuu25-Sep-06 21:29 
QuestionOffice automation Pin
IamADotNetGuy25-Sep-06 18:30
IamADotNetGuy25-Sep-06 18:30 
AnswerRe: Office automation Pin
WillemM25-Sep-06 21:26
WillemM25-Sep-06 21:26 
Questiondynamically changing assembly Pin
For_IT25-Sep-06 18:20
For_IT25-Sep-06 18:20 
AnswerRe: dynamically changing assembly Pin
Rob Philpott26-Sep-06 0:33
Rob Philpott26-Sep-06 0:33 
Questiongetting a count of a delimiter in a string Pin
Keshav V. Kamat25-Sep-06 17:27
Keshav V. Kamat25-Sep-06 17:27 
AnswerRe: getting a count of a delimiter in a string Pin
Niiiissssshhhhhuuuuu25-Sep-06 17:48
Niiiissssshhhhhuuuuu25-Sep-06 17:48 
GeneralRe: getting a count of a delimiter in a string Pin
Keshav V. Kamat25-Sep-06 18:21
Keshav V. Kamat25-Sep-06 18:21 
thanks nishu. it works.
But i tried another approach.

int flag2;
L:flag2 = s1.Contains(",");
if (flag2 == true)
{
comma_count++;
j = s1.IndexOf(",");
s = s1.Substring(0, j);

// arr2[req_temp_count] = s;
// req_temp_count++;
s = s1.Remove(0, j + 1);
s1 = s;
goto L;
}


i did this because I wanted to store the substrings in a separate array.

but really thanks. Got another approach. Big Grin | :-D


Keshav V. Kamat
Systems Engineer
Siemens
India.

AnswerRe: getting a count of a delimiter in a string Pin
Guffa25-Sep-06 18:41
Guffa25-Sep-06 18:41 
JokeRe: getting a count of a delimiter in a string Pin
lmoelleb25-Sep-06 21:10
lmoelleb25-Sep-06 21:10 
GeneralRe: getting a count of a delimiter in a string Pin
LongRange.Shooter26-Sep-06 8:00
LongRange.Shooter26-Sep-06 8:00 
Questiona autoscroll question Pin
cchere25-Sep-06 15:20
cchere25-Sep-06 15:20 
QuestionShortcutBar with TabCtrl functionality? Pin
kozu25-Sep-06 15:18
kozu25-Sep-06 15:18 
QuestionProblem with dataGridView_SelectionChanged event in vs2005 . Pin
hdv21225-Sep-06 12:06
hdv21225-Sep-06 12:06 
QuestionDataGrid Pin
btota25-Sep-06 10:33
btota25-Sep-06 10:33 
AnswerRe: DataGrid Pin
Nader Elshehabi25-Sep-06 11:02
Nader Elshehabi25-Sep-06 11:02 
QuestionSystem.Diagnostics.Process Pin
DR Delphi25-Sep-06 10:22
DR Delphi25-Sep-06 10:22 
AnswerRe: System.Diagnostics.Process Pin
Nader Elshehabi25-Sep-06 10:49
Nader Elshehabi25-Sep-06 10:49 
GeneralRe: System.Diagnostics.Process [modified] Pin
Niiiissssshhhhhuuuuu25-Sep-06 17:35
Niiiissssshhhhhuuuuu25-Sep-06 17:35 
QuestionChange RowColor in datagridview Pin
ezazazel25-Sep-06 8:43
ezazazel25-Sep-06 8:43 
AnswerRe: Change RowColor in datagridview Pin
Nader Elshehabi25-Sep-06 10:46
Nader Elshehabi25-Sep-06 10:46 
AnswerRe: Change RowColor in datagridview Pin
naldur26-Sep-06 21:46
naldur26-Sep-06 21:46 
QuestionCORBA and VS2005 Pin
ezazazel25-Sep-06 8:23
ezazazel25-Sep-06 8:23 
AnswerRe: CORBA and VS2005 Pin
led mike25-Sep-06 8:37
led mike25-Sep-06 8:37 
GeneralRe: CORBA and VS2005 Pin
ezazazel25-Sep-06 8:44
ezazazel25-Sep-06 8:44 

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.