• Recent Posts

  • Meta

  • Tags

    #ziplib .net getfilename .net no titlebar 7-zip adding a splash screen in visual basic.net adding textbox autocomplete addition adjusttokenprivileges adware application filename application position applications path audio library autocomplete autocomplete combobox avi mpg basic math bass.dll bass sound system beep benchmark data calculator cdrom tray change unix to windows directory exists disable beep on enter doevents excel file exists getinputstate high cpu usage linq mcisendstring no doevents open webpage pinging play mp3 play wave scroll textbox shell stop beep on enter textbox vb ping visual studio 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 [...]