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

Visual Basic

 
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 
GeneralRe: Several sub routines in same loop Pin
oliver_twistor17-Jun-03 22:08
oliver_twistor17-Jun-03 22:08 
Thanks. But I don't quite understand how to implement that in my program. It's maybe best to show you the code in question.

<br />
    Private Sub K_Sten_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles K_Sten.Click<br />
        /.../<br />
    End Sub<br />
<br />
    Private Sub K_Sax_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles K_Sax.Click<br />
        /.../<br />
    End Sub<br />
<br />
    Private Sub K_Pase_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles K_Pase.Click<br />
/.../<br />
    End Sub<br />
<br />
    Private Sub K_Klar_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles K_Klar.Click<br />
/.../<br />
    End Sub<br />
<br />
    Private Sub Huvud_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load<br />
/.../<br />
    End Sub<br />
<br />
    Private Sub K_Ny_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles K_Ny.Click<br />

This is where I want to go back to: Sub K_Sten_Click; Sub K_Sax_Click; Sub K_Pase_Click; Sub K_Klar_Click.

All of my subroutines runs independent of each other.
<br />
<br />
    Private Sub M_Avsluta_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles M_Avsluta.Click<br />
/.../<br />
    End Sub<br />
<br />
    Private Sub M_Om_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles M_Om.Click<br />
/.../<br />
    End Sub<br />


//OT
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 
GeneralRe: Scanning Bitmaps or JPegs for Barcode Pin
newalfi20-Jun-03 6:09
newalfi20-Jun-03 6:09 

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.