Click here to Skip to main content
15,920,513 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: building a object file lib Pin
Richard MacCutchan25-Mar-10 4:09
mveRichard MacCutchan25-Mar-10 4:09 
GeneralRe: building a object file lib Pin
Luc Pattyn25-Mar-10 4:24
sitebuilderLuc Pattyn25-Mar-10 4:24 
QuestionDiffrence between tier and layer architecture ? Pin
Mahendran.chandramohan24-Mar-10 1:47
Mahendran.chandramohan24-Mar-10 1:47 
AnswerRe: Diffrence between tier and layer architecture ? Pin
Eddy Vluggen24-Mar-10 1:58
professionalEddy Vluggen24-Mar-10 1:58 
AnswerRe: Diffrence between tier and layer architecture ? Pin
Abhinav S24-Mar-10 8:18
Abhinav S24-Mar-10 8:18 
AnswerRe: Difference between tier and layer architecture ? Pin
The Man from U.N.C.L.E.25-Mar-10 1:06
The Man from U.N.C.L.E.25-Mar-10 1:06 
QuestionIs Invalidate() take same time to execute when application is minimized and maximized? Pin
rsumanan23-Mar-10 20:47
rsumanan23-Mar-10 20:47 
AnswerRe: Is Invalidate() take same time to execute when application is minimized and maximized? Pin
The Man from U.N.C.L.E.23-Mar-10 23:43
The Man from U.N.C.L.E.23-Mar-10 23:43 
Absolutely.

Control.Invalidate causes the visible portions of the control to redraw. As the app is minimised there is therefore nothing for it to do at that point. When maximised the work load increases due to paint event processing. You will get the same effect by bringing another window to the front of the display stack.

Unless you really need to show the calculation in progress don't invalidate until you have finished processing.
If you have knowledge, let others light their candles at it.
Margaret Fuller (1810 - 1850)
[My Articles]  [My Website]

AnswerRe: Is Invalidate() take same time to execute when application is minimized and maximized? Pin
Dave Kreskowiak24-Mar-10 13:03
mveDave Kreskowiak24-Mar-10 13:03 
QuestionStrange behavoir on KeyDown in CompactFramework Pin
J. Holzer23-Mar-10 4:59
J. Holzer23-Mar-10 4:59 
AnswerRe: Strange behavoir on KeyDown in CompactFramework Pin
Ennis Ray Lynch, Jr.23-Mar-10 6:23
Ennis Ray Lynch, Jr.23-Mar-10 6:23 
GeneralRe: Strange behavoir on KeyDown in CompactFramework Pin
J. Holzer23-Mar-10 9:46
J. Holzer23-Mar-10 9:46 
QuestionWindows Service coded in C# Pin
m.bilal.farooq23-Mar-10 4:10
m.bilal.farooq23-Mar-10 4:10 
AnswerRe: Windows Service coded in C# Pin
Not Active23-Mar-10 4:20
mentorNot Active23-Mar-10 4:20 
AnswerRe: Windows Service coded in C# [modified] Pin
dan!sh 23-Mar-10 4:24
professional dan!sh 23-Mar-10 4:24 
GeneralRe: Windows Service coded in C# Pin
Not Active23-Mar-10 4:29
mentorNot Active23-Mar-10 4:29 
GeneralRe: Windows Service coded in C# Pin
dan!sh 23-Mar-10 5:49
professional dan!sh 23-Mar-10 5:49 
GeneralRe: Windows Service coded in C# Pin
Not Active23-Mar-10 8:33
mentorNot Active23-Mar-10 8:33 
GeneralRe: Windows Service coded in C# Pin
Mirko198024-Mar-10 0:43
Mirko198024-Mar-10 0:43 
GeneralRe: Windows Service coded in C# Pin
dan!sh 25-Mar-10 7:07
professional dan!sh 25-Mar-10 7:07 
QuestionAxHost.AttachInterface not getting called. Pin
rajandpayal23-Mar-10 4:07
rajandpayal23-Mar-10 4:07 
QuestionCHM viewer control? Pin
Xpnctoc22-Mar-10 10:31
Xpnctoc22-Mar-10 10:31 
AnswerRe: CHM viewer control? Pin
Pete O'Hanlon23-Mar-10 11:26
mvePete O'Hanlon23-Mar-10 11:26 
GeneralRe: CHM viewer control? Pin
Xpnctoc24-Mar-10 2:52
Xpnctoc24-Mar-10 2:52 
QuestionSerialization in InitializeComponent -- SOLVED Pin
Gregory Gadow22-Mar-10 8:05
Gregory Gadow22-Mar-10 8:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.