CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of microsoft
C++
/*
GNOT General Public License!
(c) 1995-2011 Microsoft Corporation
*/
 
#include "dos.h"
#include "win95.h"
#include "win98.h"
#include "sco_unix.h"
#include "metro.h" //windows 8
404 Views
no comments
 
C#
try
{
  // show how important we are
  Thread.Sleep(600000);
  // keep in touch with the user
  statusLabel.Text = "We are installing very important stuff now, don't interrupt";
  // show how important and big we are
  DoSomeActualWork(); 
  Thread.Sleep(600000);
}
by kyrisu   September 08, 2009 @ 3:22am
254 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate