Click here to Skip to main content
15,906,567 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB.NET Codefiles Pin
newbie1234567891012-Sep-07 3:19
newbie1234567891012-Sep-07 3:19 
QuestionGo Sub is gone how do I do it now? [modified] Pin
frankiebaby210-Sep-07 12:29
frankiebaby210-Sep-07 12:29 
AnswerRe: Go Sub is gone how do I do it now? Pin
Christian Graus10-Sep-07 13:15
protectorChristian Graus10-Sep-07 13:15 
GeneralRe: Go Sub is gone how do I do it now? [modified] Pin
frankiebaby210-Sep-07 13:55
frankiebaby210-Sep-07 13:55 
GeneralRe: Go Sub is gone how do I do it now? Pin
Christian Graus10-Sep-07 14:35
protectorChristian Graus10-Sep-07 14:35 
GeneralRe: Go Sub is gone how do I do it now? Pin
frankiebaby210-Sep-07 14:54
frankiebaby210-Sep-07 14:54 
GeneralRe: Go Sub is gone how do I do it now? Pin
Christian Graus10-Sep-07 14:57
protectorChristian Graus10-Sep-07 14:57 
GeneralRe: Go Sub is gone how do I do it now? Pin
frankiebaby210-Sep-07 15:10
frankiebaby210-Sep-07 15:10 
Ok, how's this....

    Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged<br />
'Need code here to go and run the DataChanged Sub below.<br />
    End Sub<br />
<br />
    Private Sub DataChange()<br />
        btnAccept.ForeColor = Color.Red<br />
        btnAccept.Enabled = True<br />
        btnNoteboard.Enabled = False<br />
        btnLab.Enabled = False<br />
        btnJobReg.Enabled = False<br />
        btnSmplReg.Enabled = False<br />
        btnBusiness.Enabled = False<br />
    End Sub


Sorry, I know this must be so simple for you, but I am catching up slowly to VB.Net. I appreciate your patience.

It's OK I GOT IT!!! Smile | :) Thanks so much for your help
GeneralRe: Go Sub is gone how do I do it now? Pin
Christian Graus10-Sep-07 15:19
protectorChristian Graus10-Sep-07 15:19 
Questionregarding insertion of records Pin
joeashk10-Sep-07 10:34
joeashk10-Sep-07 10:34 
AnswerRe: regarding insertion of records Pin
Christian Graus10-Sep-07 10:53
protectorChristian Graus10-Sep-07 10:53 
Questionregarding insertion of records Pin
edwin_manic10-Sep-07 10:19
edwin_manic10-Sep-07 10:19 
AnswerRe: regarding insertion of records Pin
Colin Angus Mackay10-Sep-07 11:18
Colin Angus Mackay10-Sep-07 11:18 
QuestionDistorted text? Pin
jensenx10-Sep-07 9:19
jensenx10-Sep-07 9:19 
AnswerRe: Distorted text? Pin
Luc Pattyn10-Sep-07 10:05
sitebuilderLuc Pattyn10-Sep-07 10:05 
GeneralRe: Distorted text? Pin
jensenx10-Sep-07 19:09
jensenx10-Sep-07 19:09 
GeneralRe: Distorted text? Pin
Luc Pattyn11-Sep-07 0:11
sitebuilderLuc Pattyn11-Sep-07 0:11 
GeneralRe: Distorted text? Pin
jensenx11-Sep-07 8:41
jensenx11-Sep-07 8:41 
GeneralRe: Distorted text? Pin
jensenx11-Sep-07 20:46
jensenx11-Sep-07 20:46 
QuestionADO.NET and VB.NET Access Database Pin
crazyjackdavis10-Sep-07 8:32
crazyjackdavis10-Sep-07 8:32 
AnswerRe: ADO.NET and VB.NET Access Database Pin
Kschuler10-Sep-07 8:51
Kschuler10-Sep-07 8:51 
QuestionBrowsing a DataTable Pin
dptalt10-Sep-07 5:33
dptalt10-Sep-07 5:33 
AnswerRe: Browsing a DataTable Pin
Kschuler10-Sep-07 7:49
Kschuler10-Sep-07 7:49 
QuestionProblems with Dataset configuration wizard Pin
2wit2woo10-Sep-07 3:04
2wit2woo10-Sep-07 3:04 
Questionreplace selected item of list box Pin
Rupesh Kumar Swami10-Sep-07 2:53
Rupesh Kumar Swami10-Sep-07 2:53 

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.