Click here to Skip to main content
15,885,915 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Textbox Multiple line Problem Pin
Vimalsoft(Pty) Ltd12-Mar-08 1:29
professionalVimalsoft(Pty) Ltd12-Mar-08 1:29 
GeneralRe: Textbox Multiple line Problem Pin
Vimalsoft(Pty) Ltd12-Mar-08 1:39
professionalVimalsoft(Pty) Ltd12-Mar-08 1:39 
GeneralRe: Textbox Multiple line Problem Pin
Nilesh Hapse12-Mar-08 1:52
Nilesh Hapse12-Mar-08 1:52 
GeneralRe: Textbox Multiple line Problem Pin
Adam Loudermilk12-Mar-08 13:19
Adam Loudermilk12-Mar-08 13:19 
AnswerRe: Textbox Multiple line Problem Pin
Vimalsoft(Pty) Ltd12-Mar-08 20:03
professionalVimalsoft(Pty) Ltd12-Mar-08 20:03 
GeneralUSB programming Pin
duo!@#12-Mar-08 0:05
duo!@#12-Mar-08 0:05 
GeneralError reading large file from the webserver using HttpWebRequest Pin
Webber7711-Mar-08 22:04
Webber7711-Mar-08 22:04 
Generaltext box validations Pin
MS Lee11-Mar-08 21:32
MS Lee11-Mar-08 21:32 
hi to all

in a form i have 3 text boxes
one should accept numbers only
2nd should accepts only characters
3rd should accepts numbers+char+ spl chars,,

for the 1st text box i wrote
Private Sub TextBox1_Leave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.Leave
If Not IsNumeric(TextBox1.Text) Then
TextBox1.Text = ""
MessageBox.Show("you should enter only numbers")
TextBox1.Focus()
End If
End Sub

and this working

for remaining two (2nd and 3rd)
could you please help me

self confidence+hard work=SUCCESS

AnswerRe: text box validations Pin
AndrewVos12-Mar-08 3:08
AndrewVos12-Mar-08 3:08 
GeneralPassword Expiry Pin
manowj11-Mar-08 20:19
manowj11-Mar-08 20:19 
GeneralRe: Password Expiry Pin
Steven J Jowett12-Mar-08 2:17
Steven J Jowett12-Mar-08 2:17 
GeneralRe: Password Expiry Pin
manowj12-Mar-08 2:23
manowj12-Mar-08 2:23 
Questioncombo box coding Pin
deyrla11-Mar-08 17:24
deyrla11-Mar-08 17:24 
GeneralRe: combo box coding Pin
Ravenet11-Mar-08 17:34
Ravenet11-Mar-08 17:34 
GeneralRe: combo box coding Pin
MS Lee11-Mar-08 23:49
MS Lee11-Mar-08 23:49 
Generalto ecrypt userid and password Pin
phoopwint11-Mar-08 17:14
phoopwint11-Mar-08 17:14 
GeneralRe: to ecrypt userid and password Pin
Justin Perez12-Mar-08 3:18
Justin Perez12-Mar-08 3:18 
GeneralExport to Excel directly Pin
herag11-Mar-08 16:45
herag11-Mar-08 16:45 
GeneralRe: Export to Excel directly Pin
Ravenet11-Mar-08 17:37
Ravenet11-Mar-08 17:37 
QuestionGenerate chart / graph in Visual Basic Pin
mariap11-Mar-08 12:45
mariap11-Mar-08 12:45 
GeneralRe: Generate chart / graph in Visual Basic Pin
Paul Conrad21-Mar-08 9:39
professionalPaul Conrad21-Mar-08 9:39 
GeneralRe: Generate chart / graph in Visual Basic Pin
mariap21-Mar-08 11:37
mariap21-Mar-08 11:37 
Generalwaiter !!! Pin
Assaf8211-Mar-08 11:15
Assaf8211-Mar-08 11:15 
GeneralRe: waiter !!! Pin
Luc Pattyn11-Mar-08 15:38
sitebuilderLuc Pattyn11-Mar-08 15:38 
QuestionProgramming Errors Pin
Lindasue11-Mar-08 10:24
Lindasue11-Mar-08 10: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.