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

.NET (Core and Framework)

 
GeneralRe: security problem when writing to windows application log Pin
Rob 1234519-Jun-06 12:46
Rob 1234519-Jun-06 12:46 
GeneralRe: security problem when writing to windows application log Pin
progload19-Jun-06 21:51
progload19-Jun-06 21:51 
QuestionDataview RowFilter efficiency problem Pin
eatwork16-Jun-06 7:45
eatwork16-Jun-06 7:45 
AnswerRe: Dataview RowFilter efficiency problem Pin
Robert Rohde16-Jun-06 9:39
Robert Rohde16-Jun-06 9:39 
GeneralRe: Dataview RowFilter efficiency problem Pin
eatwork16-Jun-06 10:23
eatwork16-Jun-06 10:23 
AnswerRe: Dataview RowFilter efficiency problem Pin
Dave Kreskowiak18-Jun-06 2:50
mveDave Kreskowiak18-Jun-06 2:50 
QuestionPanel_paint method Pin
reshsilk16-Jun-06 4:23
reshsilk16-Jun-06 4:23 
AnswerRe: Panel_paint method [modified] Pin
Ravi Bhavnani16-Jun-06 4:46
professionalRavi Bhavnani16-Jun-06 4:46 
reshsilk wrote:
the paint method is being called over and over again


This will happen if you put a breakpoint in the paint method, which causes focus to transfer back to Visual Studio, thereby invalidating the panel. The process will repeat ad infinitum. To verify the paint method is being called more times than it should, replace the breakpoint with a Debug.Trace() call and inspect the contents of the Output window.

Another reason for the paint method being called repeatedly may be programmer error - eg: invalidating the panel (in code) from within the paint method.

Hope this helps!

/ravi

My new year's resolution: 2048 x 1536
Home | Music | Articles | Freeware | Trips
ravib(at)ravib(dot)com

GeneralRe: Panel_paint method Pin
reshsilk16-Jun-06 6:03
reshsilk16-Jun-06 6:03 
GeneralRe: Panel_paint method Pin
Robert Rohde16-Jun-06 9:43
Robert Rohde16-Jun-06 9:43 
GeneralRe: Panel_paint method Pin
Guffa16-Jun-06 5:00
Guffa16-Jun-06 5:00 
QuestionMemory Corrupt (Migration from 1.1 to 2.0) Pin
elcheah15-Jun-06 23:22
elcheah15-Jun-06 23:22 
QuestionMysterious .NET error. [modified] Pin
MY120115-Jun-06 21:51
MY120115-Jun-06 21:51 
AnswerRe: Mysterious .NET error. Pin
leppie15-Jun-06 22:16
leppie15-Jun-06 22:16 
QuestionShared Assemblies Pin
Garg, Deepak15-Jun-06 20:39
professionalGarg, Deepak15-Jun-06 20:39 
AnswerRe: Shared Assemblies Pin
Justin_Joseph16-Jun-06 1:50
Justin_Joseph16-Jun-06 1:50 
QuestionCompare Listview Items and return the index Pin
eatwork15-Jun-06 4:49
eatwork15-Jun-06 4:49 
AnswerRe: Compare Listview Items and return the index Pin
Josh Smith15-Jun-06 4:59
Josh Smith15-Jun-06 4:59 
GeneralRe: Compare Listview Items and return the index Pin
eatwork15-Jun-06 5:22
eatwork15-Jun-06 5:22 
QuestionTrack the LAN Mailslot messages Pin
Rsekaran15-Jun-06 2:14
Rsekaran15-Jun-06 2:14 
QuestionRemoting help.. [modified] Pin
Resolver1815-Jun-06 1:35
Resolver1815-Jun-06 1:35 
AnswerRe: Remoting help.. Pin
Robert Rohde16-Jun-06 9:44
Robert Rohde16-Jun-06 9:44 
GeneralRe: Remoting help.. Pin
Resolver1818-Jun-06 20:18
Resolver1818-Jun-06 20:18 
QuestionOK -> X ??? Pin
Ali Beirami14-Jun-06 20:47
Ali Beirami14-Jun-06 20:47 
AnswerRe: OK -> X ??? Pin
Guffa14-Jun-06 21:50
Guffa14-Jun-06 21:50 

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.