Click here to Skip to main content
15,893,381 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can i access usp port in c# plz? Pin
Christian Graus23-Aug-06 14:56
protectorChristian Graus23-Aug-06 14:56 
AnswerRe: How can i access USB port in c# plz? Pin
J. Dunlap23-Aug-06 15:39
J. Dunlap23-Aug-06 15:39 
QuestionBackColor to Color.Transparent makes hang Pin
likefood23-Aug-06 13:45
likefood23-Aug-06 13:45 
AnswerRe: BackColor to Color.Transparent makes hang Pin
likefood23-Aug-06 14:20
likefood23-Aug-06 14:20 
AnswerRe: BackColor to Color.Transparent makes hang Pin
Nader Elshehabi23-Aug-06 14:29
Nader Elshehabi23-Aug-06 14:29 
AnswerRe: BackColor to Color.Transparent makes hang Pin
Christian Graus23-Aug-06 14:57
protectorChristian Graus23-Aug-06 14:57 
GeneralRe: BackColor to Color.Transparent makes hang Pin
likefood23-Aug-06 17:48
likefood23-Aug-06 17:48 
GeneralRe: BackColor to Color.Transparent makes hang [modified] Pin
likefood23-Aug-06 18:55
likefood23-Aug-06 18:55 
I did a little reading. For what I want to do, it won't quite work because MSDN says this:
Note:
If there is another control between the control
and its parent, the current control will not
show the control in the middle.

MSDN says it's because it's not a real transparency... it's the control asking its immediate parent to draw itself onto the control (simulating transparency), but ignoring other possible controls between the control and its parent.

Oh, well. If it weren't for the fact that I need to see through all the controls (not just the panel under one control), it would be fine.

I might just have to draw to the panel after all (instead of adding controls to the myPanel.Controls collection).

Thanks anyway! At least I learned why it was throwing an ArgumentException!


-- modified at 0:56 Thursday 24th August, 2006

-Daniel
Typing too fast fro my owngood

QuestionDrag and Drop in C# Pin
wrykyn23-Aug-06 13:02
wrykyn23-Aug-06 13:02 
AnswerRe: Drag and Drop in C# Pin
Christian Graus23-Aug-06 14:58
protectorChristian Graus23-Aug-06 14:58 
GeneralRe: Drag and Drop in C# Pin
wrykyn24-Aug-06 3:30
wrykyn24-Aug-06 3:30 
QuestionHow To add VS.Net Design Time support for custom control Pin
bradsnobar23-Aug-06 12:17
bradsnobar23-Aug-06 12:17 
AnswerRe: How To add VS.Net Design Time support for custom control Pin
Not Active23-Aug-06 13:25
mentorNot Active23-Aug-06 13:25 
GeneralRe: How To add VS.Net Design Time support for custom control Pin
bradsnobar24-Aug-06 8:46
bradsnobar24-Aug-06 8:46 
QuestionPlease help with a simple regex Pin
Nigor23-Aug-06 11:27
Nigor23-Aug-06 11:27 
AnswerRe: Please help with a simple regex [modified] Pin
Christian Graus23-Aug-06 12:00
protectorChristian Graus23-Aug-06 12:00 
GeneralRe: Please help with a simple regex [modified] Pin
Nigor23-Aug-06 12:45
Nigor23-Aug-06 12:45 
GeneralRe: Please help with a simple regex Pin
Christian Graus23-Aug-06 12:54
protectorChristian Graus23-Aug-06 12:54 
GeneralRe: Please help with a simple regex Pin
Nigor23-Aug-06 13:02
Nigor23-Aug-06 13:02 
GeneralRe: Please help with a simple regex Pin
Ret Orrick23-Aug-06 23:52
Ret Orrick23-Aug-06 23:52 
QuestionHow can we view Class Name sub-list in VC# (available in VB.net)? Pin
ATC23-Aug-06 10:57
ATC23-Aug-06 10:57 
AnswerRe: How can we view Class Name sub-list in VC# (available in VB.net)? Pin
Colin Angus Mackay23-Aug-06 11:32
Colin Angus Mackay23-Aug-06 11:32 
QuestionDataGridView unbound column Pin
~~~Johnny~~~23-Aug-06 10:41
~~~Johnny~~~23-Aug-06 10:41 
Questiongenerating random number in C# Pin
minskyyy23-Aug-06 9:23
minskyyy23-Aug-06 9:23 
AnswerRe: generating random number in C# Pin
Jon Sagara23-Aug-06 9:40
Jon Sagara23-Aug-06 9:40 

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.