Click here to Skip to main content
15,881,588 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: to remote or not to remote Pin
Not Active15-May-10 2:59
mentorNot Active15-May-10 2:59 
AnswerRe: to remote or not to remote Pin
PIEBALDconsult15-May-10 4:31
mvePIEBALDconsult15-May-10 4:31 
QuestionSystem.Web.Services Not Found Pin
Winkles14-May-10 10:29
Winkles14-May-10 10:29 
AnswerRe: System.Web.Services Not Found Pin
Henry Minute15-May-10 3:34
Henry Minute15-May-10 3:34 
AnswerRe: System.Web.Services Not Found Pin
Abhinav S15-May-10 8:15
Abhinav S15-May-10 8:15 
GeneralRe: System.Web.Services Not Found Pin
Winkles15-May-10 12:06
Winkles15-May-10 12:06 
QuestionHow To Restrict Pin
mjawadkhatri13-May-10 19:29
mjawadkhatri13-May-10 19:29 
AnswerRe: How To Restrict Pin
Rajesh Anuhya13-May-10 19:46
professionalRajesh Anuhya13-May-10 19:46 
Try This..

private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
{
    if (char.IsDigit(e.KeyChar))
        e.KeyChar = (char)(0x00);


}

Rajesh B --> A Poor Workman Blames His Tools <--

AnswerRe: How To Restrict Pin
The Man from U.N.C.L.E.14-May-10 3:29
The Man from U.N.C.L.E.14-May-10 3:29 
AnswerRe: How To Restrict Pin
DaveAuld14-May-10 3:48
professionalDaveAuld14-May-10 3:48 
QuestionUsage of generics in .net projects Pin
kalyan_vb12-May-10 18:34
kalyan_vb12-May-10 18:34 
AnswerRe: Usage of generics in .net projects Pin
Abhinav S12-May-10 20:04
Abhinav S12-May-10 20:04 
AnswerRe: Usage of generics in .net projects Pin
Peace ON12-May-10 21:52
Peace ON12-May-10 21:52 
GeneralRe: Usage of generics in .net projects Pin
kalyan_vb13-May-10 7:10
kalyan_vb13-May-10 7:10 
AnswerRe: Usage of generics in .net projects Pin
Peace ON13-May-10 21:58
Peace ON13-May-10 21:58 
AnswerRe: Usage of generics in .net projects Pin
PIEBALDconsult13-May-10 4:11
mvePIEBALDconsult13-May-10 4:11 
QuestionR6002 - floating point support not loaded Pin
marca29211-May-10 21:50
marca29211-May-10 21:50 
AnswerRe: R6002 - floating point support not loaded Pin
Richard MacCutchan11-May-10 22:07
mveRichard MacCutchan11-May-10 22:07 
QuestionNServiceBus serialization of inheritanced Type issue [modified] Pin
Tiju John11-May-10 1:04
Tiju John11-May-10 1:04 
QuestionBuilt-in graphic images for .Net Pin
Don Heath10-May-10 11:45
Don Heath10-May-10 11:45 
AnswerRe: Built-in graphic images for .Net Pin
Henry Minute11-May-10 1:49
Henry Minute11-May-10 1:49 
GeneralRe: Built-in graphic images for .Net Pin
Don Heath11-May-10 2:40
Don Heath11-May-10 2:40 
GeneralRe: Built-in graphic images for .Net Pin
Henry Minute11-May-10 2:46
Henry Minute11-May-10 2:46 
QuestionDisable BindingSource.DataError event? Pin
Alan N10-May-10 10:37
Alan N10-May-10 10:37 
QuestionCoding conventions Pin
Simon_Whale10-May-10 5:38
Simon_Whale10-May-10 5:38 

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.