Click here to Skip to main content
15,927,055 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVB.NET Codefiles Pin
newbie1234567891010-Sep-07 15:53
newbie1234567891010-Sep-07 15:53 
AnswerRe: VB.NET Codefiles Pin
Chetan Patel10-Sep-07 20:31
Chetan Patel10-Sep-07 20:31 
QuestionRe: VB.NET Codefiles Pin
newbie1234567891011-Sep-07 5:47
newbie1234567891011-Sep-07 5:47 
AnswerRe: VB.NET Codefiles Pin
Chetan Patel11-Sep-07 23:10
Chetan Patel11-Sep-07 23:10 
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 
Thanks again for you help by confirming the Call method Christian, just now trying to sort out the simple syntax for it.

Private Sub Textbox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Textbox1.TextChanged<br />
        Call DataChange() 'Having troubles here<br />
    End Sub


'Guessed to put "RuntimeTypeHandle" in here, but not sure what is required
Private Sub DataChange(ByVal sender As System.RuntimeTypeHandle)<br />
        btnAccept.ForeColor = Color.Red<br />
        <code>etc....

End Sub




-- modified at 20:15 Monday 10th September, 2007
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 
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 

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.