• Recent Posts

  • Meta

  • Tags

    autocomplete benchmark data cpu cycles directory exists disable beep on enter doevents ebook excel file exists getinputstate gzip high cpu usage intensive task left edge linq mcisendstring microsoft msdn no doevents office open webpage play mp3 play wave right edge scroll textbox shell show icon show notify icon source stop beep on enter system tray text tar textbox text in system tray time consuming tutorials vb.net vb 2008 video visual basic visual basic.net visual basic 2005 visual studio visual studio 2005 ehancements windows mci
  • Using DoEvents() in Visual Basic the Right way!?!

    Tuesday, October 23rd, 2007

     

     
      The DoEvents() method is Very popular and can be used in All versions of VB(Classic plus all of the .NET based versions). Adding this Function/Sub ( 5.0/6.0=Function /.NET=Subroutine ) will allow events to be processed in your application. Its very useful if you have time consuming, cpu eating code since it will allow Windows [...]

    Popularity: 39% [?]