Click here to Skip to main content
15,916,949 members
Home / Discussions / C#
   

C#

 
AnswerRe: Selecting a combo box item by pressing tab Pin
Blumen9-May-07 0:55
Blumen9-May-07 0:55 
QuestionWrite data -> Serial port Pin
-=gix=-8-May-07 22:18
-=gix=-8-May-07 22:18 
AnswerRe: Write data -> Serial port Pin
Muammar©8-May-07 22:35
Muammar©8-May-07 22:35 
AnswerRe: Write data -> Serial port Pin
stancrm8-May-07 23:06
stancrm8-May-07 23:06 
GeneralRe: Write data -> Serial port Pin
-=gix=-9-May-07 3:25
-=gix=-9-May-07 3:25 
QuestionUIEditor & Service Providers Pin
urbane.tiger8-May-07 22:02
urbane.tiger8-May-07 22:02 
Questionselecting a node in a treeview Pin
OlaMohammed8-May-07 22:00
OlaMohammed8-May-07 22:00 
AnswerRe: selecting a node in a treeview Pin
Muammar©8-May-07 22:56
Muammar©8-May-07 22:56 
Questionparallel port Pin
fark18-May-07 21:45
fark18-May-07 21:45 
AnswerRe: parallel port Pin
Christian Graus8-May-07 21:56
protectorChristian Graus8-May-07 21:56 
QuestionTrasparent panel Pin
sujithkumarsl8-May-07 21:21
sujithkumarsl8-May-07 21:21 
AnswerRe: Trasparent panel Pin
andre_swnpl8-May-07 21:35
andre_swnpl8-May-07 21:35 
GeneralRe: Trasparent panel Pin
sujithkumarsl8-May-07 21:37
sujithkumarsl8-May-07 21:37 
GeneralRe: Trasparent panel Pin
sujithkumarsl8-May-07 22:05
sujithkumarsl8-May-07 22:05 
AnswerRe: Trasparent panel Pin
Martin#8-May-07 22:36
Martin#8-May-07 22:36 
AnswerRe: Trasparent panel Pin
AFSEKI8-May-07 22:46
AFSEKI8-May-07 22:46 
Change the opacity value.

If your Panel does not support Transparent background (try changing background color to transparent from the properties window ), then you should implement your custom panel using :

this.SetStyle(ControlStyles.SupportsTransparentBackColor | Opaque, true); in your constructor.

Then playing with the opacity value of your control, you can make it as much transparent as you want.

Hope this helps...
GeneralRe: Trasparent panel Pin
sujithkumarsl9-May-07 0:12
sujithkumarsl9-May-07 0:12 
GeneralRe: Trasparent panel Pin
Blumen9-May-07 1:02
Blumen9-May-07 1:02 
GeneralRe: Trasparent panel Pin
sujithkumarsl9-May-07 2:27
sujithkumarsl9-May-07 2:27 
Questionskmmenu query Pin
Yogesh Jamkhindikar8-May-07 20:54
Yogesh Jamkhindikar8-May-07 20:54 
Questionparallel port Pin
fark18-May-07 20:29
fark18-May-07 20:29 
AnswerRe: parallel port Pin
Muammar©8-May-07 20:56
Muammar©8-May-07 20:56 
QuestionGatagridview control - WrapMode property Pin
madhusri8-May-07 20:16
madhusri8-May-07 20:16 
QuestionHow to Clear Grid view in C# [modified] Pin
NK78-May-07 20:10
NK78-May-07 20:10 
AnswerRe: How to Clear Grid view in C# Pin
AFSEKI8-May-07 22:47
AFSEKI8-May-07 22:47 

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.