Click here to Skip to main content
16,011,578 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to Deploy a project ? Pin
dptalt23-Jan-08 5:44
dptalt23-Jan-08 5:44 
GeneralLAN connection status Pin
Hariharan22-Jan-08 19:16
Hariharan22-Jan-08 19:16 
GeneralCode conversion problem Pin
tasumisra22-Jan-08 19:14
tasumisra22-Jan-08 19:14 
GeneralRe: Code conversion problem Pin
bhattiprolu22-Jan-08 19:28
bhattiprolu22-Jan-08 19:28 
GeneralRe: Code conversion problem Pin
tasumisra22-Jan-08 19:45
tasumisra22-Jan-08 19:45 
Generalathentication for windows application Pin
bhattiprolu22-Jan-08 19:13
bhattiprolu22-Jan-08 19:13 
Questionvakidation Pin
sumit703422-Jan-08 18:01
sumit703422-Jan-08 18:01 
GeneralRe: vakidation Pin
John_Adams22-Jan-08 18:28
John_Adams22-Jan-08 18:28 
Hi Sumit,

I would suggest you to write the following code on the change event of each textbox.

BEGIN CODE

Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged

If Len(Me.TextBox1.Text) = 0 Then
Me.Button1.Enabled = False
Else
Me.Button1.Enabled = True
End If
End Sub

END CODE

I hope this helps Smile | :) .

Regards,
John Adams
ComponentOne LLC

GeneralRe: vakidation Pin
sumit703422-Jan-08 19:59
sumit703422-Jan-08 19:59 
GeneralRe: vakidation Pin
Mycroft Holmes22-Jan-08 18:54
professionalMycroft Holmes22-Jan-08 18:54 
QuestionDataGridView- Pin
bj9308122-Jan-08 17:49
bj9308122-Jan-08 17:49 
GeneralRe: DataGridView- Pin
Scubapro25-Jan-08 8:34
Scubapro25-Jan-08 8:34 
GeneralRe: DataGridView- Pin
bj9308129-Jan-08 11:29
bj9308129-Jan-08 11:29 
GeneralHelp with syntax Pin
MUSIWA22-Jan-08 17:11
MUSIWA22-Jan-08 17:11 
GeneralRe: Help with syntax Pin
Tirthadip22-Jan-08 17:52
Tirthadip22-Jan-08 17:52 
GeneralRe: Help with syntax Pin
MUSIWA23-Jan-08 15:17
MUSIWA23-Jan-08 15:17 
Generalimaging Scanner connection through VB Pin
vash22-Jan-08 15:33
vash22-Jan-08 15:33 
Generalcodes for imaging scanner connection VB6 Pin
vash22-Jan-08 15:27
vash22-Jan-08 15:27 
Questionarray controls Pin
Agbaria Ahmad22-Jan-08 11:40
Agbaria Ahmad22-Jan-08 11:40 
GeneralRe: array controls Pin
Mycroft Holmes22-Jan-08 16:38
professionalMycroft Holmes22-Jan-08 16:38 
GeneralRe: array controls Pin
sumit703422-Jan-08 18:19
sumit703422-Jan-08 18:19 
QuestionQuick Help anyone? Pin
MUSIWA22-Jan-08 10:33
MUSIWA22-Jan-08 10:33 
AnswerRe: Quick Help anyone? Pin
pmarfleet22-Jan-08 10:56
pmarfleet22-Jan-08 10:56 
GeneralRe: Quick Help anyone? Pin
MUSIWA22-Jan-08 17:06
MUSIWA22-Jan-08 17:06 
GeneralRe: Quick Help anyone? Pin
pmarfleet22-Jan-08 19:51
pmarfleet22-Jan-08 19:51 

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.