[mono-vb] vb and sleep
    Jude DaShiell 
    jdashiel at shellworld.net
       
    Fri Jun 26 01:07:36 EDT 2009
    
    
  
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.
    
    
More information about the Mono-vb
mailing list