Optimizations

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1650 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-02-10 15:34:40 +00:00
parent cbf2fae360
commit 7591fa993b
6 changed files with 259 additions and 200 deletions

View file

@ -669,7 +669,7 @@ namespace GreenshotPlugin.Core {
User32.BringWindowToTop(this.hWnd);
User32.SetForegroundWindow(this.hWnd);
// Make sure windows has time to perform the action
Thread.Sleep(100);
Application.DoEvents();
}
public WindowStyleFlags WindowStyle {