Click here to Skip to main content
15,890,282 members
Home / Discussions / C#
   

C#

 
GeneralRe: Dynamic interface display Pin
Nir sheffi8-Jul-08 20:34
Nir sheffi8-Jul-08 20:34 
Questionhow to retrive photos which are stroed in the active directory? Pin
kju0028-Jul-08 1:06
kju0028-Jul-08 1:06 
AnswerRe: how to retrive photos which are stroed in the active directory? Pin
half-life8-Jul-08 3:03
half-life8-Jul-08 3:03 
QuestionError in sending mail Pin
hadad8-Jul-08 1:03
hadad8-Jul-08 1:03 
AnswerRe: Error in sending mail Pin
Simon P Stevens8-Jul-08 1:32
Simon P Stevens8-Jul-08 1:32 
QuestionHelp for passing date parameter in crystal report Pin
Saiyed Alam8-Jul-08 0:55
Saiyed Alam8-Jul-08 0:55 
QuestionRegarding Validation of text boxes... Pin
tasumisra8-Jul-08 0:42
tasumisra8-Jul-08 0:42 
AnswerRe: Regarding Validation of text boxes... Pin
Simon P Stevens8-Jul-08 1:21
Simon P Stevens8-Jul-08 1:21 
No, for a normal text box you have to use an event to filter it. You could use the text changed event, or you could use the key press events and filter out any keys you don't want to accept. (This wouldn't stop them pasting into the text box though, so you should probably validate the whole block of text when the dialog was confirmed too.) Don't forget to not block the backspace/delete/arrow keys if you do this.

Simon

GeneralRe: Regarding Validation of text boxes... Pin
tasumisra8-Jul-08 1:31
tasumisra8-Jul-08 1:31 
GeneralRe: Regarding Validation of text boxes... Pin
Nirandas8-Jul-08 2:26
Nirandas8-Jul-08 2:26 
QuestionRegarding tab control Pin
tasumisra8-Jul-08 0:09
tasumisra8-Jul-08 0:09 
AnswerRe: Regarding tab control Pin
CPallini8-Jul-08 0:19
mveCPallini8-Jul-08 0:19 
GeneralRe: Regarding tab control Pin
tasumisra8-Jul-08 0:39
tasumisra8-Jul-08 0:39 
GeneralRe: Regarding tab control Pin
tasumisra8-Jul-08 1:29
tasumisra8-Jul-08 1:29 
QuestionDataGrid with checkbox Pin
benjamin yap8-Jul-08 0:00
benjamin yap8-Jul-08 0:00 
AnswerRe: DataGrid with checkbox Pin
half-life8-Jul-08 3:35
half-life8-Jul-08 3:35 
GeneralRe: DataGrid with checkbox [modified] Pin
benjamin yap8-Jul-08 4:59
benjamin yap8-Jul-08 4:59 
Questionconverting Datatable or Datagridview to a picture to send it as an email Pin
Praveen Raghuvanshi7-Jul-08 22:26
professionalPraveen Raghuvanshi7-Jul-08 22:26 
AnswerRe: converting Datatable or Datagridview to a picture to send it as an email Pin
N a v a n e e t h7-Jul-08 22:51
N a v a n e e t h7-Jul-08 22:51 
QuestionRe: converting Datatable or Datagridview to a picture to send it as an email Pin
Praveen Raghuvanshi9-Jul-08 6:38
professionalPraveen Raghuvanshi9-Jul-08 6:38 
QuestionHow to Determine The Location Of Label Text In Pixels Pin
Ahmad Safwat7-Jul-08 22:00
Ahmad Safwat7-Jul-08 22:00 
AnswerRe: How to Determine The Location Of Label Text In Pixels Pin
Harvey Saayman7-Jul-08 22:02
Harvey Saayman7-Jul-08 22:02 
GeneralRe: How to Determine The Location Of Label Text In Pixels Pin
Ahmad Safwat7-Jul-08 22:11
Ahmad Safwat7-Jul-08 22:11 
GeneralRe: How to Determine The Location Of Label Text In Pixels Pin
Harvey Saayman7-Jul-08 22:30
Harvey Saayman7-Jul-08 22:30 
GeneralRe: How to Determine The Location Of Label Text In Pixels Pin
Ahmad Safwat7-Jul-08 23:18
Ahmad Safwat7-Jul-08 23:18 

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.