Click here to Skip to main content
16,008,750 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralSpreadsheet "Like" Data Entry Pin
Andrew Bromfield20-Jun-03 3:06
Andrew Bromfield20-Jun-03 3:06 
GeneralPicture Box won't show on second form Pin
Jm6k19-Jun-03 18:34
Jm6k19-Jun-03 18:34 
GeneralRe: Picture Box won't show on second form Pin
dynamic20-Jun-03 2:13
dynamic20-Jun-03 2:13 
GeneralRe: Picture Box won't show on second form Pin
Jm6k23-Jun-03 11:45
Jm6k23-Jun-03 11:45 
QuestionMS Code Advisor rules? Pin
Onuk19-Jun-03 3:28
Onuk19-Jun-03 3:28 
Generalvb6 freezing help Pin
DxSolo18-Jun-03 3:13
DxSolo18-Jun-03 3:13 
GeneralRe: vb6 freezing help Pin
DxSolo18-Jun-03 5:07
DxSolo18-Jun-03 5:07 
GeneralRe: Several sub routines in same loop Pin
dynamic17-Jun-03 21:43
dynamic17-Jun-03 21:43 
you mean something like this :
VB:
<font color="blue">Private</font> <font color="blue">Sub</font> Button3_Click(<font color="blue">ByVal</font> sender <font color="blue">As</font> System.Object, <font color="blue">ByVal</font> e <font color="blue">As</font> System.EventArgs) <font color="blue">Handles</font> Button3.Click
        <font color="blue">Dim</font> someStuff <font color="blue">As String</font>
        <font color="blue">Dim</font> i <font color="blue">As Integer</font>

        <font color="blue">For</font> i = 1 <font color="blue">To</font> 4
            TextBox1.AppendText(someStuff & "  : part : " & i & vbCrLf)
            <font color="darkgreen">'/// do your stuff here .</font>
        <font color="blue">Next</font>

    <font color="blue">End</font> <font color="blue">Sub</font>



putting your stuff to do where it says "TextBox1.AppendText"






<font color="blue">Private void</font> ExpectingTwins(<font color="blue">string</font> twins)
    {    
    <font color="blue">switch</font>(twins)
    {
    <font color="blue">Case</font> ("twins on the way"):
        MessageBox.Show("for mr and mrs dynamic","twins on the way");
    <font color="blue">break</font>;
    }
    }




GeneralRe: Several sub routines in same loop Pin
oliver_twistor17-Jun-03 22:08
oliver_twistor17-Jun-03 22:08 
GeneralRe: Several sub routines in same loop Pin
dynamic18-Jun-03 3:31
dynamic18-Jun-03 3:31 
GeneralRe: Several sub routines in same loop Pin
oliver_twistor18-Jun-03 22:07
oliver_twistor18-Jun-03 22:07 
GeneralRe: Several sub routines in same loop Pin
oliver_twistor22-Jun-03 9:18
oliver_twistor22-Jun-03 9:18 
GeneralSounds and .WAV using MMControl 6.0 Pin
Jm6k17-Jun-03 13:16
Jm6k17-Jun-03 13:16 
GeneralRe: Sounds and .WAV using MMControl 6.0 Pin
dynamic17-Jun-03 13:50
dynamic17-Jun-03 13:50 
GeneralRe: Sounds and .WAV using MMControl 6.0 Pin
Jm6k18-Jun-03 7:10
Jm6k18-Jun-03 7:10 
GeneralHllapi program to screen scrape in XP Pin
jbyears17-Jun-03 9:28
jbyears17-Jun-03 9:28 
GeneralRe: Hllapi program to screen scrape in XP Pin
Daniel Turini17-Jun-03 10:54
Daniel Turini17-Jun-03 10:54 
GeneralVB COM Object Pin
thowra17-Jun-03 3:02
thowra17-Jun-03 3:02 
GeneralToolbar with Close Button &amp; Title Bar Pin
Anand_Thakur17-Jun-03 0:53
Anand_Thakur17-Jun-03 0:53 
QuestionHow to use multi_thread in VB? Pin
Thomas Lau16-Jun-03 15:48
Thomas Lau16-Jun-03 15:48 
AnswerRe: How to use multi_thread in VB? Pin
Dave Kreskowiak17-Jun-03 6:41
mveDave Kreskowiak17-Jun-03 6:41 
AnswerRe: How to use multi_thread in VB? Pin
WillemM20-Jun-03 7:59
WillemM20-Jun-03 7:59 
Generaldatabase problem Pin
summo16-Jun-03 5:49
summo16-Jun-03 5:49 
Generalgraphing and page layout Pin
shirleyLo16-Jun-03 5:23
shirleyLo16-Jun-03 5:23 
GeneralScanning Bitmaps or JPegs for Barcode Pin
Eric Brasher16-Jun-03 4:58
sussEric Brasher16-Jun-03 4: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.