Click here to Skip to main content
15,896,557 members
Home / Discussions / C#
   

C#

 
GeneralRe: File Verifying Pin
leppie17-Jul-02 2:32
leppie17-Jul-02 2:32 
GeneralRe: File Verifying Pin
Nnamdi Onyeyiri17-Jul-02 2:34
Nnamdi Onyeyiri17-Jul-02 2:34 
GeneralRe: File Verifying Pin
leppie17-Jul-02 3:19
leppie17-Jul-02 3:19 
GeneralRe: File Verifying Pin
Nnamdi Onyeyiri17-Jul-02 4:02
Nnamdi Onyeyiri17-Jul-02 4:02 
GeneralRe: File Verifying Pin
leppie17-Jul-02 10:20
leppie17-Jul-02 10:20 
GeneralRe: File Verifying Pin
Nnamdi Onyeyiri17-Jul-02 0:11
Nnamdi Onyeyiri17-Jul-02 0:11 
GeneralWindows Service won't start.... Pin
Jason.NET16-Jul-02 11:20
Jason.NET16-Jul-02 11:20 
QuestionPainting a component *after* the form is displayed? Pin
Zombies with Coffee, LLC16-Jul-02 11:21
professionalZombies with Coffee, LLC16-Jul-02 11:21 
I have added a custom component that draws a big ellipse on a form. (It's much more involved, but keeping it easy for an example)

Inside of the initialization, I add a delegate to the Form's Paint method.
m_Parent.Paint += new PaintEventHandler( this.Paint );

Unfortunately, the delegates are drawn first, and then all of the controls. So, all of the controls are drawn on top of my ellipse and I can't see it.

Since there isn't a method called Painted, how can I get my component to draw on TOP of the other controls instead of on the bottom?!
AnswerRe: Painting a component *after* the form is displayed? Pin
Nathan Blomquist17-Jul-02 8:27
Nathan Blomquist17-Jul-02 8:27 
GeneralWindows API Call to change resolution Pin
Brian Olej16-Jul-02 10:35
Brian Olej16-Jul-02 10:35 
GeneralRe: Windows API Call to change resolution Pin
Eric Gunnerson (msft)17-Jul-02 13:40
Eric Gunnerson (msft)17-Jul-02 13:40 
GeneralRe: Windows API Call to change resolution Pin
Brian Olej17-Jul-02 14:44
Brian Olej17-Jul-02 14:44 
GeneralRe: Windows API Call to change resolution Pin
NormDroid20-Jul-02 23:52
professionalNormDroid20-Jul-02 23:52 
QuestionLibrary File? Pin
mtito16-Jul-02 5:19
sussmtito16-Jul-02 5:19 
AnswerRe: Library File? Pin
SHaroz16-Jul-02 8:29
SHaroz16-Jul-02 8:29 
GeneralXmlTransformation output to string Pin
tomiga16-Jul-02 4:23
tomiga16-Jul-02 4:23 
GeneralRe: XmlTransformation output to string Pin
James T. Johnson16-Jul-02 11:42
James T. Johnson16-Jul-02 11:42 
GeneralRe: XmlTransformation output to string Pin
tomiga16-Jul-02 20:37
tomiga16-Jul-02 20:37 
Generalvariant Pin
Christian Graus16-Jul-02 1:28
protectorChristian Graus16-Jul-02 1:28 
GeneralRe: variant Pin
SHaroz16-Jul-02 8:27
SHaroz16-Jul-02 8:27 
GeneralRe: variant Pin
Christian Graus16-Jul-02 10:45
protectorChristian Graus16-Jul-02 10:45 
GeneralRe: variant Pin
SHaroz17-Jul-02 5:55
SHaroz17-Jul-02 5:55 
GeneralC# .NET question Pin
zimbar15-Jul-02 21:10
zimbar15-Jul-02 21:10 
GeneralRe: C# .NET question Pin
Andy Smith15-Jul-02 21:13
Andy Smith15-Jul-02 21:13 
GeneralRe: C# .NET question Pin
James T. Johnson15-Jul-02 21:21
James T. Johnson15-Jul-02 21:21 

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.