Click here to Skip to main content
15,913,722 members
Home / Discussions / C#
   

C#

 
GeneralRe: Convert base64 string to bitmap giving problem Pin
SrinivasSunkara24-Jan-07 3:00
SrinivasSunkara24-Jan-07 3:00 
AnswerRe: Convert base64 string to bitmap giving problem Pin
Guffa24-Jan-07 6:10
Guffa24-Jan-07 6:10 
QuestionConvert base64 string to bitmap giving problem Pin
SrinivasSunkara24-Jan-07 1:14
SrinivasSunkara24-Jan-07 1:14 
QuestionNeed to Convert base64 string representing header of the binary field with image data. Pin
SrinivasSunkara24-Jan-07 1:08
SrinivasSunkara24-Jan-07 1:08 
QuestionPower Point Show in WebBrowser Control ? can it be done ? Pin
Ahmad_kaau24-Jan-07 1:07
Ahmad_kaau24-Jan-07 1:07 
AnswerRe: Power Point Show in WebBrowser Control ? can it be done ? Pin
Ahmad_kaau24-Jan-07 5:09
Ahmad_kaau24-Jan-07 5:09 
QuestionValidate Textbox only to accept numeric Pin
aaraaayen24-Jan-07 0:34
aaraaayen24-Jan-07 0:34 
AnswerRe: Validate Textbox only to accept numeric Pin
Ed.Poore24-Jan-07 0:48
Ed.Poore24-Jan-07 0:48 
You can override the OnKeyPress or OnValidating methods of the TextBox, if overriding the KeyPress then simply filter out the keystrokes which are not numeric.  If overriding the OnValidating method then you can use int.TryParse to check to see if it's a valid integer.

There are numerous articles on the web about how to do this, the best solution in my opinion would be to override the OnKeyPress event.




I have no idea what I just said but my intentions were sincere.

Poore Design

GeneralRe: Validate Textbox only to accept numeric Pin
quiteSmart24-Jan-07 1:02
quiteSmart24-Jan-07 1:02 
GeneralRe: Validate Textbox only to accept numeric Pin
Ed.Poore24-Jan-07 2:20
Ed.Poore24-Jan-07 2:20 
AnswerRe: Validate Textbox only to accept numeric Pin
Martin#24-Jan-07 1:02
Martin#24-Jan-07 1:02 
AnswerRe: Validate Textbox only to accept numeric Pin
David Domingues24-Jan-07 1:27
David Domingues24-Jan-07 1:27 
AnswerRe: Validate Textbox only to accept numeric Pin
engsrini24-Jan-07 3:39
engsrini24-Jan-07 3:39 
Questionregular expression Pin
shweta.shrivastava24-Jan-07 0:31
shweta.shrivastava24-Jan-07 0:31 
QuestionNETtoCOM Pin
MozhdehQeraati24-Jan-07 0:15
MozhdehQeraati24-Jan-07 0:15 
AnswerRe: NETtoCOM Pin
Ed.Poore24-Jan-07 0:50
Ed.Poore24-Jan-07 0:50 
Questionmenu strip....... Pin
quiteSmart23-Jan-07 23:53
quiteSmart23-Jan-07 23:53 
AnswerRe: menu strip....... Pin
GunaChinna24-Jan-07 0:36
GunaChinna24-Jan-07 0:36 
GeneralRe: menu strip....... Pin
quiteSmart24-Jan-07 0:43
quiteSmart24-Jan-07 0:43 
GeneralRe: menu strip....... Pin
quiteSmart24-Jan-07 1:42
quiteSmart24-Jan-07 1:42 
AnswerRe: menu strip....... Pin
samtam24-Jan-07 1:15
samtam24-Jan-07 1:15 
GeneralRe: menu strip....... Pin
quiteSmart24-Jan-07 1:52
quiteSmart24-Jan-07 1:52 
QuestionRemove Fixed Column from dataGridview1 Pin
M Riaz Bashir23-Jan-07 23:30
M Riaz Bashir23-Jan-07 23:30 
Questionhow to manage onmouseup event on IHTLDocument2? Pin
lulaleila23-Jan-07 22:53
lulaleila23-Jan-07 22:53 
QuestionPassing parameter to Property. Pin
M LN Rao23-Jan-07 22:44
M LN Rao23-Jan-07 22:44 

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.