Click here to Skip to main content
15,900,724 members
Home / Discussions / C#
   

C#

 
Questiontab control Pin
Parshant Verma25-Sep-06 0:45
Parshant Verma25-Sep-06 0:45 
QuestionC# - System.Windows.Automation with Java, Java Access Bridge with WindowsAccessBridge.dll Pin
gagy37925-Sep-06 0:31
gagy37925-Sep-06 0:31 
AnswerRe: C# - System.Windows.Automation with Java, Java Access Bridge with WindowsAccessBridge.dll Pin
John5025-Jul-15 20:31
John5025-Jul-15 20:31 
GeneralRe: C# - System.Windows.Automation with Java, Java Access Bridge with WindowsAccessBridge.dll Pin
vishnukamath31-Oct-17 20:08
vishnukamath31-Oct-17 20:08 
QuestionFinding the number of Occurance of a string Pin
praveenqwe24-Sep-06 23:53
praveenqwe24-Sep-06 23:53 
AnswerRe: Finding the number of Occurance of a string Pin
Christian Graus25-Sep-06 0:01
protectorChristian Graus25-Sep-06 0:01 
AnswerRe: Finding the number of Occurance of a string Pin
Ed.Poore25-Sep-06 0:38
Ed.Poore25-Sep-06 0:38 
GeneralRe: Finding the number of Occurance of a string Pin
asishpatnaik25-Sep-06 1:08
asishpatnaik25-Sep-06 1:08 
Use String.Split to find the number of character count.

for example :

"infintely".Split("i".ToCharArray()); returns an array of count 3.

so number of i in "infintely" is 2.


Ashish

GeneralRe: Finding the number of Occurance of a string Pin
Ed.Poore25-Sep-06 1:30
Ed.Poore25-Sep-06 1:30 
AnswerRe: Finding the number of Occurance of a string Pin
Guffa25-Sep-06 2:44
Guffa25-Sep-06 2:44 
Questionhow to open gprs connection from my pocket pc 2003 Pin
mohdmeraj24-Sep-06 23:53
mohdmeraj24-Sep-06 23:53 
Questionupdate app.config file at runtime Pin
steve_rm24-Sep-06 23:50
steve_rm24-Sep-06 23:50 
AnswerRe: update app.config file at runtime Pin
Christian Graus24-Sep-06 23:57
protectorChristian Graus24-Sep-06 23:57 
GeneralRe: update app.config file at runtime Pin
steve_rm25-Sep-06 1:22
steve_rm25-Sep-06 1:22 
GeneralRe: update app.config file at runtime Pin
Ed.Poore25-Sep-06 1:31
Ed.Poore25-Sep-06 1:31 
QuestionRe: update app.config file at runtime Pin
steve_rm25-Sep-06 4:47
steve_rm25-Sep-06 4:47 
AnswerRe: update app.config file at runtime Pin
Ed.Poore25-Sep-06 5:25
Ed.Poore25-Sep-06 5:25 
QuestionRe: update app.config file at runtime Pin
steve_rm25-Sep-06 4:48
steve_rm25-Sep-06 4:48 
GeneralRe: update app.config file at runtime Pin
S. Senthil Kumar25-Sep-06 5:20
S. Senthil Kumar25-Sep-06 5:20 
QuestionRe: update app.config file at runtime Pin
steve_rm25-Sep-06 6:42
steve_rm25-Sep-06 6:42 
GeneralRe: update app.config file at runtime Pin
Christian Graus25-Sep-06 10:16
protectorChristian Graus25-Sep-06 10:16 
QuestionGet Decimal value from an sql 2000 Database Pin
i-p-g-i24-Sep-06 23:49
i-p-g-i24-Sep-06 23:49 
AnswerRe: Get Decimal value from an sql 2000 Database Pin
Christian Graus24-Sep-06 23:54
protectorChristian Graus24-Sep-06 23:54 
GeneralRe: Get Decimal value from an sql 2000 Database Pin
i-p-g-i24-Sep-06 23:58
i-p-g-i24-Sep-06 23:58 
QuestionHow to Use __LINE__ & __FUNCTION__ in C# Pin
asishpatnaik24-Sep-06 22:58
asishpatnaik24-Sep-06 22:58 

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.