Skip to content

Instantly share code, notes, and snippets.

@hotgazpacho
Created August 2, 2011 13:53
Show Gist options
  • Select an option

  • Save hotgazpacho/1120226 to your computer and use it in GitHub Desktop.

Select an option

Save hotgazpacho/1120226 to your computer and use it in GitHub Desktop.
Really? Really?!?!
public static void CloseStatus()
{
statusForm.Update("Changes Applied!", 100);
Application.DoEvents();
System.Threading.Thread.Sleep(1500);
statusForm.Update("good bye", 1000);
Application.DoEvents();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment