Click here to Skip to main content
15,915,501 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralVB precompiler Constants Pin
parths15-Jun-03 21:49
parths15-Jun-03 21:49 
GeneralFrom VB to VB.net Pin
Jonavis14-Jun-03 10:28
Jonavis14-Jun-03 10:28 
GeneralRe: From VB to VB.net Pin
Nick Parker14-Jun-03 10:44
protectorNick Parker14-Jun-03 10:44 
GeneralRe: From VB to VB.net Pin
Anonymous14-Jun-03 17:55
Anonymous14-Jun-03 17:55 
GeneralRe: From VB to VB.net Pin
Nick Parker15-Jun-03 1:52
protectorNick Parker15-Jun-03 1:52 
GeneralRe: From VB to VB.net Pin
Jonavis16-Jun-03 5:22
Jonavis16-Jun-03 5:22 
GeneralMoving Multiple Labels Pin
Jm6k13-Jun-03 12:17
Jm6k13-Jun-03 12:17 
GeneralRe: Moving Multiple Labels Pin
dynamic14-Jun-03 0:05
dynamic14-Jun-03 0:05 
<br />
        Dim objLabel As Control<br />
        For Each objLabel In Me.Controls<br />
            If TypeOf objLabel Is Label Then<br />
                MsgBox(objLabel.Name)<br />
                '////do your code here for that label<br />
            End If<br />
        Next<br />


not sure if thats the sort of thing you are after?
you could then have 1 function to loop through each label rather than 20 odd sets of timers etc...
and you could use sleep function inplace of timers for that function
System.Threading.Thread.Sleep(20)'/// your time where it says 20.

switch(twinsOnWay).<br/>  {<br/>  case ("twins on the way"):<br/>    MessageBox.Show("for mr and mrs dynamic","twins on the way");<br/>  break;<br/>}



GeneralRe: Moving Multiple Labels Pin
Jm6k14-Jun-03 7:33
Jm6k14-Jun-03 7:33 
GeneralRe: Moving Multiple Labels Pin
dynamic14-Jun-03 7:45
dynamic14-Jun-03 7:45 
GeneralRe: Moving Multiple Labels Pin
Jm6k14-Jun-03 7:58
Jm6k14-Jun-03 7:58 
GeneralRe: Moving Multiple Labels Pin
14-Jun-03 13:11
suss14-Jun-03 13:11 
GeneralSounds and Music Pin
TGWDNGHN13-Jun-03 10:43
TGWDNGHN13-Jun-03 10:43 
GeneralRe: Sounds and Music Pin
J. Dunlap13-Jun-03 10:47
J. Dunlap13-Jun-03 10:47 
GeneralRe: Sounds and Music Pin
dynamic14-Jun-03 14:26
dynamic14-Jun-03 14:26 
Generalaccess denied Pin
kristina_c13-Jun-03 7:44
kristina_c13-Jun-03 7:44 
Generaldatagrids Pin
kristina_c13-Jun-03 3:29
kristina_c13-Jun-03 3:29 
GeneralRe: datagrids Pin
GrindAZ13-Jun-03 5:38
GrindAZ13-Jun-03 5:38 
GeneralRe: datagrids Pin
kristina_c13-Jun-03 7:43
kristina_c13-Jun-03 7:43 
GeneralRe: datagrids Pin
GrindAZ13-Jun-03 7:49
GrindAZ13-Jun-03 7:49 
GeneralRe: datagrids Pin
kristina_c16-Jun-03 7:45
kristina_c16-Jun-03 7:45 
GeneralRe: datagrids Pin
GrindAZ16-Jun-03 7:50
GrindAZ16-Jun-03 7:50 
GeneralEnumerate Control Properties in .Net Pin
Chubby Arse13-Jun-03 0:31
Chubby Arse13-Jun-03 0:31 
GeneralRe: Enumerate Control Properties in .Net Pin
J. Dunlap13-Jun-03 7:28
J. Dunlap13-Jun-03 7:28 
GeneralPrint on next page In VB.NET Pin
rain117812-Jun-03 17:30
rain117812-Jun-03 17:30 

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.