Click here to Skip to main content
15,923,120 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: using system icons? Pin
Nick Seng26-Nov-02 23:23
Nick Seng26-Nov-02 23:23 
GeneralRe: using system icons? Pin
Sean Cull27-Nov-02 6:28
Sean Cull27-Nov-02 6:28 
GeneralWriting windows services Pin
GV26-Nov-02 20:52
GV26-Nov-02 20:52 
GeneralTiff multipage file Pin
pfloyd26-Nov-02 8:56
pfloyd26-Nov-02 8:56 
GeneralFlex grid info into Data report Pin
orespi26-Nov-02 4:45
orespi26-Nov-02 4:45 
GeneralScary! Pin
leppie26-Nov-02 2:02
leppie26-Nov-02 2:02 
GeneralAre there no VB.NET programmers on CP? Pin
leppie26-Nov-02 6:31
leppie26-Nov-02 6:31 
GeneralRe: Are there no VB.NET programmers on CP? Pin
Ray Cassick26-Nov-02 7:03
Ray Cassick26-Nov-02 7:03 
Sure you can do it...

Private Sub cmdTrue_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles cmdTrue.Click
     BoolTest(True)

End Sub

Private Sub cmdFalse_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles cmdFalse.Click
     BoolTest(False)

End Sub

Private Sub BoolTest(ByVal testValue As Boolean)

   If (testValue) Then
      MessageBox.Show("True!")

   Else
      MessageBox.Show("False!")

   End If

End Sub


Does what I expect it to do...

Paul Watson wrote:
At the end of the day it is what you produce that counts, not how many doctorates you have on the wall.
GeneralRe: Are there no VB.NET programmers on CP? Pin
leppie26-Nov-02 9:43
leppie26-Nov-02 9:43 
GeneralRe: Are there no VB.NET programmers on CP? Pin
Steven Lyons26-Nov-02 10:20
Steven Lyons26-Nov-02 10:20 
GeneralRe: Are there no VB.NET programmers on CP? Pin
Ray Cassick26-Nov-02 10:58
Ray Cassick26-Nov-02 10:58 
GeneralRe: Are there no VB.NET programmers on CP? Pin
leppie26-Nov-02 11:08
leppie26-Nov-02 11:08 
QuestionWhy does the process not end? Pin
Fredrik Skog25-Nov-02 0:21
Fredrik Skog25-Nov-02 0:21 
AnswerRe: Why does the process not end? Pin
Ray Cassick25-Nov-02 7:00
Ray Cassick25-Nov-02 7:00 
GeneralRe: Why does the process not end? Pin
Fredrik Skog25-Nov-02 21:06
Fredrik Skog25-Nov-02 21:06 
GeneralRe: Why does the process not end? Pin
David Stone25-Nov-02 21:14
sitebuilderDavid Stone25-Nov-02 21:14 
GeneralRe: Why does the process not end? Pin
Fredrik Skog25-Nov-02 21:19
Fredrik Skog25-Nov-02 21:19 
GeneralRe: Why does the process not end? Pin
Fredrik Skog25-Nov-02 21:40
Fredrik Skog25-Nov-02 21:40 
Generalcross language question Pin
krauftig23-Nov-02 22:09
krauftig23-Nov-02 22:09 
GeneralRe: cross language question Pin
Steven Lyons24-Nov-02 19:13
Steven Lyons24-Nov-02 19:13 
GeneralSingletons Pin
SuperGeek22-Nov-02 10:49
SuperGeek22-Nov-02 10:49 
GeneralVB.NET - Dial-up Pin
dayWalker22-Nov-02 5:51
dayWalker22-Nov-02 5:51 
GeneralVB window disappears. Pin
Deepti22-Nov-02 3:52
Deepti22-Nov-02 3:52 
QuestionHow to draw a graph Pin
mr200322-Nov-02 2:12
mr200322-Nov-02 2:12 
AnswerRe: How to draw a graph Pin
SimonS22-Nov-02 2:58
SimonS22-Nov-02 2:58 

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.