Click here to Skip to main content
15,918,471 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: i need a little code Pin
toxcct23-May-05 3:34
toxcct23-May-05 3:34 
GeneralRe: Jump to TextBox Pin
George Inacio23-May-05 16:50
George Inacio23-May-05 16:50 
GeneralRe: Jump to TextBox Pin
albCode25-May-05 20:58
albCode25-May-05 20:58 
GeneralTo send live audio & video data on network. Pin
shumyla198323-May-05 1:10
shumyla198323-May-05 1:10 
Generalradiobutton and textbox Pin
Manik Nath22-May-05 23:37
Manik Nath22-May-05 23:37 
GeneralRe: radiobutton and textbox Pin
toxcct23-May-05 0:18
toxcct23-May-05 0:18 
GeneralRe: radiobutton and textbox Pin
Anonymous23-May-05 0:29
Anonymous23-May-05 0:29 
GeneralRe: radiobutton and textbox Pin
Manik Nath23-May-05 0:31
Manik Nath23-May-05 0:31 
well this is my code: -

Private Sub Radiobutton1_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Radiobutton1.CheckedChanged

If Radiobutton1.Checked = True Then
TextBox6.Enabled = True
Else
TextBox6.Enabled = False
End If

End Sub

but it is not working. no errors but not working.

GeneralRe: radiobutton and textbox Pin
toxcct23-May-05 0:54
toxcct23-May-05 0:54 
GeneralRe: radiobutton and textbox Pin
Manik Nath23-May-05 1:24
Manik Nath23-May-05 1:24 
GeneralRe: radiobutton and textbox Pin
toxcct23-May-05 1:29
toxcct23-May-05 1:29 
GeneralRe: radiobutton and textbox Pin
Manik Nath23-May-05 1:47
Manik Nath23-May-05 1:47 
GeneralRe: radiobutton and textbox Pin
raph-it23-May-05 1:29
raph-it23-May-05 1:29 
GeneralRe: radiobutton and textbox Pin
Manik Nath23-May-05 1:54
Manik Nath23-May-05 1:54 
GeneralRe: radiobutton and textbox Pin
raph-it23-May-05 1:57
raph-it23-May-05 1:57 
GeneralRe: radiobutton and textbox Pin
Manik Nath23-May-05 2:07
Manik Nath23-May-05 2:07 
GeneralRe: radiobutton and textbox Pin
raph-it23-May-05 3:06
raph-it23-May-05 3:06 
GeneralRe: radiobutton and textbox Pin
Manik Nath23-May-05 3:20
Manik Nath23-May-05 3:20 
GeneralRe: radiobutton and textbox Pin
albCode25-May-05 21:00
albCode25-May-05 21:00 
GeneralAbout DataGrid! Pin
Blue_Skye22-May-05 22:45
Blue_Skye22-May-05 22:45 
GeneralRe: About DataGrid! Pin
oykica23-May-05 22:36
oykica23-May-05 22:36 
Generalrun .exe file in web aplication Pin
manojmmj22-May-05 18:42
manojmmj22-May-05 18:42 
GeneralRe: run .exe file in web aplication Pin
Christian Graus22-May-05 18:56
protectorChristian Graus22-May-05 18:56 
Generaldevelop openfiledialog box in web aplication Pin
manojmmj22-May-05 19:01
manojmmj22-May-05 19:01 
GeneralRe: develop openfiledialog box in web aplication Pin
Christian Graus22-May-05 19:20
protectorChristian Graus22-May-05 19:20 

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.