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

C#

 
QuestionDetect New mail arrival Pin
theScorp30-Mar-07 3:31
theScorp30-Mar-07 3:31 
Questionstring encoding Pin
marwan_siala30-Mar-07 3:12
marwan_siala30-Mar-07 3:12 
AnswerRe: string encoding Pin
andre_swnpl30-Mar-07 3:24
andre_swnpl30-Mar-07 3:24 
GeneralRe: string encoding Pin
marwan_siala30-Mar-07 3:39
marwan_siala30-Mar-07 3:39 
QuestionHow to check whether a specified character exists in a string ? Pin
Mr Perfect30-Mar-07 2:38
Mr Perfect30-Mar-07 2:38 
AnswerRe: How to check whether a specified character exists in a string ? Pin
Bekjong30-Mar-07 2:43
Bekjong30-Mar-07 2:43 
AnswerYou would have to do a speed test Pin
Ennis Ray Lynch, Jr.30-Mar-07 3:53
Ennis Ray Lynch, Jr.30-Mar-07 3:53 
AnswerRe: How to check whether a specified character exists in a string ? [modified] Pin
Russell Jones30-Mar-07 3:55
Russell Jones30-Mar-07 3:55 
use substring to pull out each character in turn and if the character is of a type set a flag so you know you've found it. at the end all flags should be set and you're ready to go.

BTW you should also test for lowercase as you are assuming that Upper case is different from the norm.

Russ


-- modified at 10:01 Friday 30th March, 2007
AnswerRe: How to check whether a specified character exists in a string ? Pin
Luc Pattyn31-Mar-07 11:31
sitebuilderLuc Pattyn31-Mar-07 11:31 
QuestionHow to modify windows' Open and New dialog using C# Pin
dudedotnet30-Mar-07 2:12
dudedotnet30-Mar-07 2:12 
AnswerRe: How to modify windows' Open and New dialog using C# Pin
Christian Graus30-Mar-07 3:12
protectorChristian Graus30-Mar-07 3:12 
QuestionStream excel workbook Pin
Olleess30-Mar-07 2:00
Olleess30-Mar-07 2:00 
Questionmultilingual pages in asp.net Pin
biaali30-Mar-07 1:50
biaali30-Mar-07 1:50 
AnswerRe: multilingual pages in asp.net Pin
Pixinger7730-Mar-07 3:21
Pixinger7730-Mar-07 3:21 
QuestionXML File Pin
7130-Mar-07 1:44
7130-Mar-07 1:44 
AnswerRe: XML File Pin
Christian Graus30-Mar-07 3:12
protectorChristian Graus30-Mar-07 3:12 
GeneralRe: XML File Pin
711-Apr-07 18:42
711-Apr-07 18:42 
Questiondisplay data in excel sheet from a selected folder from listview at run time, its very urgent... Pin
sarvesh rai30-Mar-07 1:09
sarvesh rai30-Mar-07 1:09 
QuestionHow to add a LabelCotrol to A DATAGRIDVIEW Pin
pashitech30-Mar-07 1:03
pashitech30-Mar-07 1:03 
QuestionFormatting a string Pin
stancrm30-Mar-07 0:50
stancrm30-Mar-07 0:50 
AnswerRe: Formatting a string Pin
Stanciu Vlad30-Mar-07 1:19
Stanciu Vlad30-Mar-07 1:19 
Questioniterating and comaprings rows Pin
shum2330-Mar-07 0:47
shum2330-Mar-07 0:47 
QuestionProblems with combo box Pin
sinosoidal30-Mar-07 0:43
sinosoidal30-Mar-07 0:43 
AnswerRe: Problems with combo box Pin
stancrm30-Mar-07 0:52
stancrm30-Mar-07 0:52 
AnswerRe: Problems with combo box Pin
amir_syafrudin30-Mar-07 3:14
amir_syafrudin30-Mar-07 3:14 

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.