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

C#

 
Generalkey input Pin
xxmikexx3-Apr-08 6:46
xxmikexx3-Apr-08 6:46 
GeneralRe: key input Pin
Dave Kreskowiak3-Apr-08 8:09
mveDave Kreskowiak3-Apr-08 8:09 
GeneralRe: key input Pin
xxmikexx4-Apr-08 6:15
xxmikexx4-Apr-08 6:15 
GeneralRe: key input Pin
Dave Kreskowiak4-Apr-08 16:20
mveDave Kreskowiak4-Apr-08 16:20 
QuestionHow To Solve This ? start wtih numeric Value Pin
pakpatel3-Apr-08 6:31
pakpatel3-Apr-08 6:31 
AnswerRe: How To Solve This ? start wtih numeric Value Pin
damianrda3-Apr-08 6:39
damianrda3-Apr-08 6:39 
GeneralRe: How To Solve This ? start wtih numeric Value Pin
pakpatel3-Apr-08 6:49
pakpatel3-Apr-08 6:49 
GeneralRe: How To Solve This ? start wtih numeric Value Pin
MoustafaS3-Apr-08 7:07
MoustafaS3-Apr-08 7:07 
use if(IsNum(textBox1.Text[0])),
As IsNum is a function you may create and takes a parameter of char to check if its a number.


AnswerRe: How To Solve This ? start wtih numeric Value Pin
Dave Kreskowiak3-Apr-08 8:08
mveDave Kreskowiak3-Apr-08 8:08 
GeneralRe: How To Solve This ? start wtih numeric Value Pin
pakpatel3-Apr-08 8:11
pakpatel3-Apr-08 8:11 
GeneralRe: How To Solve This ? start wtih numeric Value Pin
Dave Kreskowiak3-Apr-08 9:13
mveDave Kreskowiak3-Apr-08 9:13 
GeneralRe: How To Solve This ? start wtih numeric Value Pin
darkelv3-Apr-08 17:54
darkelv3-Apr-08 17:54 
AnswerRe: How To Solve This ? start wtih numeric Value Pin
PIEBALDconsult3-Apr-08 8:34
mvePIEBALDconsult3-Apr-08 8:34 
AnswerRe: How To Solve This ? start wtih numeric Value Pin
carbon_golem3-Apr-08 9:07
carbon_golem3-Apr-08 9:07 
AnswerRe: How To Solve This ? start wtih numeric Value Pin
kaddim3-Apr-08 16:11
kaddim3-Apr-08 16:11 
QuestionCustom Event Pin
Member 35371093-Apr-08 5:41
Member 35371093-Apr-08 5:41 
GeneralRe: Custom Event Pin
Judah Gabriel Himango3-Apr-08 5:48
sponsorJudah Gabriel Himango3-Apr-08 5:48 
GeneralRe: Custom Event Pin
Member 35371093-Apr-08 5:54
Member 35371093-Apr-08 5:54 
GeneralRe: Custom Event Pin
Dave Kreskowiak3-Apr-08 8:06
mveDave Kreskowiak3-Apr-08 8:06 
GeneralRe: Custom Event Pin
DaveyM693-Apr-08 8:11
professionalDaveyM693-Apr-08 8:11 
QuestionEmpty error message box on application launch Pin
Krishna Murthy3-Apr-08 4:39
Krishna Murthy3-Apr-08 4:39 
GeneralRe: Empty error message box on application launch Pin
Simon P Stevens3-Apr-08 5:22
Simon P Stevens3-Apr-08 5:22 
GeneralRe: Empty error message box on application launch Pin
Stu Richardson3-Apr-08 5:32
Stu Richardson3-Apr-08 5:32 
QuestionWebService using .NetRemoning, how to get the object representing the WebService? Pin
philipina3-Apr-08 3:55
philipina3-Apr-08 3:55 
GeneralRe: WebService using .NetRemoning, how to get the object representing the WebService? Pin
philipina3-Apr-08 19:59
philipina3-Apr-08 19: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.