Click here to Skip to main content
15,892,697 members
Home / Discussions / C#
   

C#

 
AnswerRe: Where is the focus moving to? Pin
stancrm23-Aug-06 18:23
stancrm23-Aug-06 18:23 
AnswerRe: Where is the focus moving to? Pin
Nader Elshehabi23-Aug-06 18:38
Nader Elshehabi23-Aug-06 18:38 
GeneralRe: Where is the focus moving to? Pin
philxan23-Aug-06 19:54
philxan23-Aug-06 19:54 
QuestionLoose HTML -> XHTML.NET component Pin
Chris Maunder23-Aug-06 17:02
cofounderChris Maunder23-Aug-06 17:02 
AnswerRe: Loose HTML -> XHTML.NET component Pin
Nader Elshehabi23-Aug-06 17:36
Nader Elshehabi23-Aug-06 17:36 
GeneralRe: Loose HTML -> XHTML.NET component Pin
Chris Maunder23-Aug-06 17:44
cofounderChris Maunder23-Aug-06 17:44 
GeneralRe: Loose HTML -> XHTML.NET component Pin
Nader Elshehabi23-Aug-06 18:53
Nader Elshehabi23-Aug-06 18:53 
GeneralRe: Loose HTML -> XHTML.NET component Pin
Chris Maunder24-Aug-06 4:01
cofounderChris Maunder24-Aug-06 4:01 
GeneralRe: Loose HTML -> XHTML.NET component Pin
leppie23-Aug-06 20:49
leppie23-Aug-06 20:49 
GeneralRe: Loose HTML -> XHTML.NET component Pin
Insincere Dave24-Aug-06 7:05
Insincere Dave24-Aug-06 7:05 
Questioncan c# language write a code that run on linux? Pin
George_Botros23-Aug-06 14:50
George_Botros23-Aug-06 14:50 
AnswerRe: can c# language write a code that run on linux? Pin
Christian Graus23-Aug-06 14:55
protectorChristian Graus23-Aug-06 14:55 
AnswerRe: can c# language write a code that run on linux? Pin
Chris Maunder23-Aug-06 17:00
cofounderChris Maunder23-Aug-06 17:00 
QuestionHow can i access USB port in c# plz? [modified] Pin
George_Botros23-Aug-06 14:46
George_Botros23-Aug-06 14:46 
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 
Instead of setting the background color to Color.Transparent in the constructor, I tried setting it to Color.FromArgb(0,0,0,0), which I've heard is transparent also (because of the 0 for Alpha). That didn't work either.

When I removed that line from the constructor and put it in a button event handler, after clicking the button, it gave me an ArgumentException, saying, "Control does not support transparent background colors."

I want to have a number of controls at dynamic locations on a panel, and be able to see through one control to another (the "controls" should just be a center dot and a circle inscribed in the control's bounds--hence, I want to be able to see one control's ring through another overlapping control).

Can someone please point me in the right direction? Should I be using a different base class (other than Control)?

I don't want to just paint to the parent panel, I want to actually have controls of some kind on the panel...

-Daniel
Typing too fast fro my owngood

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 
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 

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.