Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
AnswerRe: Array List Pin
N a r e s h P a t e l19-Aug-07 20:57
N a r e s h P a t e l19-Aug-07 20:57 
AnswerRe: Array List Pin
Hessam Jalali19-Aug-07 20:59
Hessam Jalali19-Aug-07 20:59 
AnswerRe: Array List Pin
J4amieC19-Aug-07 22:20
J4amieC19-Aug-07 22:20 
AnswerRe: Array List Pin
mangrovecm19-Aug-07 22:55
mangrovecm19-Aug-07 22:55 
QuestionGet the active tab's URL of IE7 & Mozilla Firefox Pin
ULLAS K19-Aug-07 20:27
ULLAS K19-Aug-07 20:27 
QuestionCustom Radio button / Check box Pin
Krugger40419-Aug-07 20:00
Krugger40419-Aug-07 20:00 
AnswerRe: Custom Radio button / Check box Pin
Giorgi Dalakishvili19-Aug-07 20:47
mentorGiorgi Dalakishvili19-Aug-07 20:47 
GeneralRe: Custom Radio button / Check box Pin
Krugger40419-Aug-07 21:23
Krugger40419-Aug-07 21:23 
GeneralRe: Custom Radio button / Check box Pin
Giorgi Dalakishvili19-Aug-07 21:29
mentorGiorgi Dalakishvili19-Aug-07 21:29 
GeneralRe: Custom Radio button / Check box Pin
Rocky#19-Aug-07 21:53
Rocky#19-Aug-07 21:53 
GeneralRe: Custom Radio button / Check box Pin
Krugger40419-Aug-07 22:07
Krugger40419-Aug-07 22:07 
QuestionWindows 'flash' event Pin
Eduard Keilholz19-Aug-07 19:56
Eduard Keilholz19-Aug-07 19:56 
QuestionForeach statement Pin
T4AMD19-Aug-07 19:19
T4AMD19-Aug-07 19:19 
AnswerRe: Foreach statement Pin
Eduard Keilholz19-Aug-07 19:50
Eduard Keilholz19-Aug-07 19:50 
QuestionRe: Foreach statement Pin
T4AMD19-Aug-07 20:21
T4AMD19-Aug-07 20:21 
AnswerRe: Foreach statement Pin
Eduard Keilholz19-Aug-07 20:34
Eduard Keilholz19-Aug-07 20:34 
QuestionRe: Foreach statement Pin
T4AMD19-Aug-07 21:40
T4AMD19-Aug-07 21:40 
AnswerRe: Foreach statement Pin
Colin Angus Mackay19-Aug-07 22:30
Colin Angus Mackay19-Aug-07 22:30 
Questiongdtwain Pin
chehreghany19-Aug-07 18:50
chehreghany19-Aug-07 18:50 
QuestionQuestion about Maskedtextbox Pin
cyhsu99919-Aug-07 12:59
cyhsu99919-Aug-07 12:59 
AnswerRe: Question about Maskedtextbox Pin
Rocky#19-Aug-07 21:27
Rocky#19-Aug-07 21:27 
GeneralRe: Question about Maskedtextbox Pin
cyhsu99919-Aug-07 22:15
cyhsu99919-Aug-07 22:15 
Questiondrawing with GDI+ on top of controls Pin
JVilmaire19-Aug-07 11:39
JVilmaire19-Aug-07 11:39 
I am trying to draw a set of lines within my application window that would show up as an overlay over the existing GUI controls (buttons with images on them)

I can draw the lines in the Form's on paint method, but the buttons are occluding them... is there a way to draw the lines after the buttons have been drawn so that the lines are not occluded?

I thought about using a transparent form that would sit on top of the other form and draw to that.. but I think that will stop me from being able to interact with the buttons..

does anyone know how to draw overlay stuff over controls?
I hope the answer is not to override the buttons on paint...as putting the code there just doesnt seem right.. the overlay is not part of the button objects..

Clear as mud, right?

James
AnswerRe: drawing with GDI+ on top of controls Pin
Christian Graus19-Aug-07 11:48
protectorChristian Graus19-Aug-07 11:48 
GeneralRe: drawing with GDI+ on top of controls Pin
JVilmaire19-Aug-07 11:54
JVilmaire19-Aug-07 11:54 

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.