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

.NET (Core and Framework)

 
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 
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 
It's exactly the same if the form was minimized or not.

Invalidate does NOT cause the control to be repainted. Invalidate (simplified description) tells Windows that the control NEEDS to be repainted and (optionally) what region of the control needs it. Windows will eventually send a WM_PAINT message to the app's message pump which will eventually get around to your control so it can repaint the specified region of the control. If the control is not visible, the WM_PAINT message doesn't get processed, so no painting gets done.

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




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 
AnswerRe: Serialization in InitializeComponent Pin
Not Active22-Mar-10 10:12
mentorNot Active22-Mar-10 10:12 

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.