Click here to Skip to main content
15,902,715 members
Home / Discussions / C#
   

C#

 
QuestionRichTextBox: Index of the first and last char we see in it ? Pin
evdoxos1-Aug-04 20:30
evdoxos1-Aug-04 20:30 
AnswerRe: RichTextBox: Index of the first and last char we see in it ? Pin
mav.northwind1-Aug-04 21:01
mav.northwind1-Aug-04 21:01 
GeneralRe: RichTextBox: Index of the first and last char we see in it ? Pin
evdoxos1-Aug-04 22:15
evdoxos1-Aug-04 22:15 
GeneralReturn Values Pin
JayJ1-Aug-04 20:14
JayJ1-Aug-04 20:14 
GeneralRe: Return Values Pin
Colin Angus Mackay1-Aug-04 20:16
Colin Angus Mackay1-Aug-04 20:16 
GeneralRe: Return Values Pin
GuruPasx1-Aug-04 20:28
GuruPasx1-Aug-04 20:28 
GeneralRe: Return Values Pin
JayJ1-Aug-04 20:39
JayJ1-Aug-04 20:39 
GeneralRe: Return Values Pin
evdoxos1-Aug-04 22:38
evdoxos1-Aug-04 22:38 
Even "Not all code paths return a value" does not appear
this does not make the work you want
Try this :

public bool IsNo(char[] test)<br />
{<br />
    foreach(Char chrMine in test)<br />
	if (chrMine < '0'  ||  chrMine > '9')<br />
	    return false ;<br />
    return true ;<br />
}

Generalstop an asynchronous server Pin
khchan1-Aug-04 18:44
khchan1-Aug-04 18:44 
GeneralHTTP Post problems.... Pin
khchan1-Aug-04 18:32
khchan1-Aug-04 18:32 
QuestionHow to query memory consumption of... Pin
devvvy1-Aug-04 18:10
devvvy1-Aug-04 18:10 
Questionhow to install my database project Pin
shdelpiero1-Aug-04 18:01
shdelpiero1-Aug-04 18:01 
AnswerRe: how to install my database project Pin
Norman-Timo1-Aug-04 19:50
Norman-Timo1-Aug-04 19:50 
AnswerRe: how to install my database project Pin
sreejith ss nair1-Aug-04 23:28
sreejith ss nair1-Aug-04 23:28 
GeneralCompiler/Interpreter Pin
softp_vc1-Aug-04 18:00
softp_vc1-Aug-04 18:00 
GeneralRe: Compiler/Interpreter Pin
Colin Angus Mackay1-Aug-04 20:24
Colin Angus Mackay1-Aug-04 20:24 
Generalinternal IP of ppc Pin
khchan1-Aug-04 16:50
khchan1-Aug-04 16:50 
GeneralRe: internal IP of ppc Pin
Dave Kreskowiak2-Aug-04 2:59
mveDave Kreskowiak2-Aug-04 2:59 
GeneralProgressBar on long processes Pin
Tim DuBois1-Aug-04 16:43
Tim DuBois1-Aug-04 16:43 
GeneralRe: ProgressBar on long processes Pin
Dave Kreskowiak2-Aug-04 3:10
mveDave Kreskowiak2-Aug-04 3:10 
GeneralProblems binding a dataset to a combobox Pin
Jefferys1-Aug-04 14:19
Jefferys1-Aug-04 14:19 
GeneralRe: Problems binding a dataset to a combobox Pin
mikker_1231-Aug-04 14:31
mikker_1231-Aug-04 14:31 
GeneralRe: Problems binding a dataset to a combobox Pin
softp_vc1-Aug-04 18:41
softp_vc1-Aug-04 18:41 
GeneralRe: Problems binding a dataset to a combobox Pin
Shailendra Rao1-Aug-04 18:49
Shailendra Rao1-Aug-04 18:49 
GeneralRe: Problems binding a dataset to a combobox Pin
Jefferys2-Aug-04 5:24
Jefferys2-Aug-04 5:24 

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.