Click here to Skip to main content
15,902,114 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: How to Clear Grid view in C# Pin
NK78-May-07 23:35
NK78-May-07 23:35 
AnswerRe: How to Clear Grid view in C# Pin
Blumen9-May-07 1:04
Blumen9-May-07 1:04 
Questionhow i can find what are objects used in a .cs file Pin
senselva8-May-07 19:51
senselva8-May-07 19:51 
AnswerRe: how i can find what are objects used in a .cs file Pin
urbane.tiger8-May-07 21:15
urbane.tiger8-May-07 21:15 
AnswerRe: how i can find what are objects used in a .cs file Pin
Christian Graus8-May-07 21:18
protectorChristian Graus8-May-07 21:18 
Questionhow to do online registration Pin
fgfdhghgfd8-May-07 19:46
fgfdhghgfd8-May-07 19:46 
AnswerRe: how to do online registration Pin
AFSEKI8-May-07 22:49
AFSEKI8-May-07 22:49 
AnswerRe: how to do online registration Pin
Muammar©8-May-07 22:51
Muammar©8-May-07 22:51 

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.