[VB.Net] Time Delay While Keeping UI Functional (Delegates, StopWatch, Threads) - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: [VB.Net] Time Delay While Keeping UI Functional (Delegates, StopWatch, Threads) (/showthread.php?tid=27050) |
[VB.Net] Time Delay While Keeping UI Functional (Delegates, StopWatch, Threads) - AceInfinity - 09-03-2012 Code: Public Class Form1 Some code I came up with while thinking of ways to create a delay that wouldn't interfere with the UI, and wouldn't use Application.DoEvents(). Here's a cool method Just test code, use it if you want. Ask questions if you don't understand my code. Nice extension method |