Click here to Skip to main content
15,919,898 members
Home / Discussions / C#
   

C#

 
GeneralPainting Order Pin
albean15-Aug-02 20:41
albean15-Aug-02 20:41 
GeneralRe: Painting Order Pin
leppie16-Aug-02 3:09
leppie16-Aug-02 3:09 
GeneralRe: Painting Order Pin
albean16-Aug-02 5:12
albean16-Aug-02 5:12 
GeneralRe: Painting Order Pin
Nick Parker16-Aug-02 6:27
protectorNick Parker16-Aug-02 6:27 
GeneralRe: Painting Order Pin
albean16-Aug-02 6:40
albean16-Aug-02 6:40 
GeneralRe: Painting Order Pin
Nick Parker16-Aug-02 6:47
protectorNick Parker16-Aug-02 6:47 
GeneralRe: Painting Order Pin
albean16-Aug-02 7:16
albean16-Aug-02 7:16 
GeneralRe: Painting Order Pin
Russell Morris16-Aug-02 7:52
Russell Morris16-Aug-02 7:52 
It sounds like you need to have an otherwise invisible window on top of which to paint. This window can sit above all other controls, and it's painting won't be affected by the controls under it. This would only work under Win2k and above, though.

An uglier solution might be to attach event handlers to ALL of your child control's Paint events, so that you can repaint the screen whenever one of your child controls repaints itself. This will, however, lead to some unavoidable flicker...

--
Russell Morris

"Have you gone mad Frink? Put down that science pole!"
GeneralDistributed App Pin
Eka15-Aug-02 19:42
Eka15-Aug-02 19:42 
GeneralRe: Distributed App Pin
Nnamdi Onyeyiri16-Aug-02 0:51
Nnamdi Onyeyiri16-Aug-02 0:51 
GeneralRe: Distributed App Pin
James T. Johnson16-Aug-02 1:42
James T. Johnson16-Aug-02 1:42 
QuestionOnPaint() What am I missing? Pin
albean15-Aug-02 17:49
albean15-Aug-02 17:49 
AnswerRe: OnPaint() What am I missing? Pin
Ray Cassick15-Aug-02 17:58
Ray Cassick15-Aug-02 17:58 
AnswerRe: OnPaint() What am I missing? Pin
Nish Nishant15-Aug-02 19:09
sitebuilderNish Nishant15-Aug-02 19:09 
GeneralRe: OnPaint() What am I missing? Pin
albean15-Aug-02 19:30
albean15-Aug-02 19:30 
GeneralRe: OnPaint() What am I missing? Pin
Nish Nishant15-Aug-02 22:32
sitebuilderNish Nishant15-Aug-02 22:32 
AnswerRe: OnPaint() What am I missing? Pin
James T. Johnson16-Aug-02 0:52
James T. Johnson16-Aug-02 0:52 
QuestionHow to add a new record and get an autonumber field value Pin
Luis Alonso Ramos15-Aug-02 17:31
Luis Alonso Ramos15-Aug-02 17:31 
AnswerRe: How to add a new record and get an autonumber field value Pin
albean15-Aug-02 18:46
albean15-Aug-02 18:46 
GeneralRe: How to add a new record and get an autonumber field value Pin
Luis Alonso Ramos15-Aug-02 22:28
Luis Alonso Ramos15-Aug-02 22:28 
GeneralRe: How to add a new record and get an autonumber field value Pin
James T. Johnson16-Aug-02 1:15
James T. Johnson16-Aug-02 1:15 
GeneralRe: How to add a new record and get an autonumber field value Pin
Nnamdi Onyeyiri16-Aug-02 1:51
Nnamdi Onyeyiri16-Aug-02 1:51 
GeneralRe: How to add a new record and get an autonumber field value Pin
James T. Johnson16-Aug-02 1:54
James T. Johnson16-Aug-02 1:54 
GeneralRe: How to add a new record and get an autonumber field value Pin
Luis Alonso Ramos16-Aug-02 6:00
Luis Alonso Ramos16-Aug-02 6:00 
GeneralRe: How to add a new record and get an autonumber field value Pin
Luis Alonso Ramos16-Aug-02 6:17
Luis Alonso Ramos16-Aug-02 6:17 

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.