Click here to Skip to main content
15,899,634 members
Home / Discussions / C#
   

C#

 
AnswerRe: Make a button lose focus Pin
Colin Angus Mackay18-Jul-07 9:10
Colin Angus Mackay18-Jul-07 9:10 
GeneralRe: Make a button lose focus Pin
sharpiesharpie18-Jul-07 9:45
sharpiesharpie18-Jul-07 9:45 
GeneralRe: Make a button lose focus Pin
Wjousts18-Jul-07 10:20
Wjousts18-Jul-07 10:20 
AnswerRe: Make a button lose focus Pin
martin_hughes18-Jul-07 10:03
martin_hughes18-Jul-07 10:03 
GeneralRe: Make a button lose focus Pin
sharpiesharpie18-Jul-07 10:05
sharpiesharpie18-Jul-07 10:05 
GeneralRe: Make a button lose focus Pin
Luc Pattyn18-Jul-07 10:53
sitebuilderLuc Pattyn18-Jul-07 10:53 
GeneralRe: Make a button lose focus Pin
sharpiesharpie18-Jul-07 11:33
sharpiesharpie18-Jul-07 11:33 
GeneralRe: Make a button lose focus Pin
Luc Pattyn18-Jul-07 11:53
sitebuilderLuc Pattyn18-Jul-07 11:53 
Hi,

when a Panel does not contain any other Control, has double-buffering set up correctly,
and has all its drawing in its Paint handler, the only way I can think of to get flickering
is by having a bug in either your animation logic or your paint logic (unless you are
showing/hiding other stuff on top of it of course).

I have several apps that work this way, including a complex text editor; all work just
fine, not a single glitch to be seen.

As most often, my advice is to include code for logging/tracing so you can check
things happen when they should, and more importantly in this case, dont happen
when they should not.

Smile | :)





QuestionGetting full Stack Trace from Unmanaged code to managed Pin
Build600018-Jul-07 9:06
Build600018-Jul-07 9:06 
QuestionPhone Book DataBase Pin
sudany_zool18-Jul-07 8:37
sudany_zool18-Jul-07 8:37 
AnswerRe: Phone Book DataBase Pin
Colin Angus Mackay18-Jul-07 9:09
Colin Angus Mackay18-Jul-07 9:09 
AnswerRe: Phone Book DataBase Pin
Paul Conrad18-Jul-07 9:16
professionalPaul Conrad18-Jul-07 9:16 
JokeRe: Phone Book DataBase Pin
BoneSoft18-Jul-07 9:23
BoneSoft18-Jul-07 9:23 
AnswerRe: Phone Book DataBase Pin
Luc Pattyn18-Jul-07 9:23
sitebuilderLuc Pattyn18-Jul-07 9:23 
GeneralRe: Phone Book DataBase Pin
Paul Conrad18-Jul-07 9:31
professionalPaul Conrad18-Jul-07 9:31 
JokeRe: Phone Book DataBase Pin
Luc Pattyn18-Jul-07 10:36
sitebuilderLuc Pattyn18-Jul-07 10:36 
QuestionWithout O(n2) Pin
h@s@n18-Jul-07 7:33
h@s@n18-Jul-07 7:33 
AnswerRe: Without O(n2) Pin
Xodiak18-Jul-07 7:48
Xodiak18-Jul-07 7:48 
AnswerRe: Without O(n2) Pin
Luc Pattyn18-Jul-07 7:56
sitebuilderLuc Pattyn18-Jul-07 7:56 
AnswerRe: Without O(n2) Pin
dino209418-Jul-07 8:01
dino209418-Jul-07 8:01 
QuestionWindows XP Colors Pin
Whoami Whoami18-Jul-07 7:21
Whoami Whoami18-Jul-07 7:21 
AnswerRe: Windows XP Colors Pin
WillemM18-Jul-07 7:28
WillemM18-Jul-07 7:28 
GeneralRe: Windows XP Colors Pin
Scott Dorman18-Jul-07 8:36
professionalScott Dorman18-Jul-07 8:36 
AnswerRe: Windows XP Colors Pin
Scott Dorman18-Jul-07 8:35
professionalScott Dorman18-Jul-07 8:35 
QuestionCouldn't click any botton using BackgroundWorker Pin
pnpfriend18-Jul-07 6:51
pnpfriend18-Jul-07 6:51 

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.