Hi, Try System.Threading.Thread.Sleep (milliseconds)
Rolf > -----Original Message----- > From: [email protected] [mailto:mono-vb- > [email protected]] On Behalf Of Jude DaShiell > Sent: viernes, 26 de junio de 2009 7:08 > To: [email protected] > Subject: [mono-vb] vb and sleep > > Has visual basic got a sleep function in the language a user can use to > have a program pause for a certain amount of time? I inadvertently > found > a speed effect where I don't need it accidently. The logic I used was > such that (a)=main() (b)=sub() and (c)=function() then (a) calls (b), > then > (b) calls (c). When (b) calls (c) speed increase over normal execution > of > code is noticeable. I have no idea how far it would be reasonable to > do > something like (a) calls (b) (b) calls (c) (c) calls (d) either and I'm > not sure I want to find out just yet. > > > _______________________________________________ > Mono-vb mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/mono-vb _______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
