Click here to Skip to main content
15,890,506 members
Home / Discussions / C#
   

C#

 
GeneralRe: Really transparent control: again! but serious. Pin
RomkaFromUa25-Sep-06 5:39
RomkaFromUa25-Sep-06 5:39 
AnswerRe: Really transparent control: again! but serious. Pin
Dave Kreskowiak22-Sep-06 13:02
mveDave Kreskowiak22-Sep-06 13:02 
GeneralRe: Really transparent control: again! but serious. Pin
RomkaFromUa25-Sep-06 5:44
RomkaFromUa25-Sep-06 5:44 
GeneralRe: Really transparent control: again! but serious. Pin
Dave Kreskowiak25-Sep-06 13:03
mveDave Kreskowiak25-Sep-06 13:03 
GeneralRe: Really transparent control: again! but serious. Pin
RomkaFromUa26-Sep-06 10:28
RomkaFromUa26-Sep-06 10:28 
GeneralRe: Really transparent control: again! but serious. Pin
Dave Kreskowiak26-Sep-06 12:31
mveDave Kreskowiak26-Sep-06 12:31 
GeneralRe: Dave, I not wanted to insult you! rrrr! Pin
RomkaFromUa27-Sep-06 10:09
RomkaFromUa27-Sep-06 10:09 
GeneralRe: Dave, I not wanted to insult you! rrrr! Pin
Dave Kreskowiak27-Sep-06 12:15
mveDave Kreskowiak27-Sep-06 12:15 
If you want the control to be absolutely transparent, you'll have to draw it yourself. Using the Color.Transparent color won't do what you want, apparently, since setting the BackColor of a control to Transparent only makes the background of the control take on the properties of the controls parent container. It's not truely "transparent". This means that any control under your control will NOT show through in the "transparent" regions of your control.


Dave Kreskowiak
Microsoft MVP - Visual Basic


General:) Pin
RomkaFromUa28-Sep-06 7:07
RomkaFromUa28-Sep-06 7:07 
GeneralRe: :) Pin
Dave Kreskowiak28-Sep-06 12:30
mveDave Kreskowiak28-Sep-06 12:30 
GeneralRe: :) Pin
RomkaFromUa29-Sep-06 6:13
RomkaFromUa29-Sep-06 6:13 
GeneralRe: :) Pin
Dave Kreskowiak29-Sep-06 11:43
mveDave Kreskowiak29-Sep-06 11:43 
AnswerAnother idea Pin
RomkaFromUa25-Sep-06 6:00
RomkaFromUa25-Sep-06 6:00 
QuestionAchieving high refresh rate on C# winform application Pin
SwEr22-Sep-06 7:18
SwEr22-Sep-06 7:18 
AnswerRe: Achieving high refresh rate on C# winform application Pin
Judah Gabriel Himango22-Sep-06 8:39
sponsorJudah Gabriel Himango22-Sep-06 8:39 
AnswerRe: Achieving high refresh rate on C# winform application Pin
zaccheus22-Sep-06 9:37
zaccheus22-Sep-06 9:37 
AnswerRe: Achieving high refresh rate on C# winform application Pin
led mike22-Sep-06 9:50
led mike22-Sep-06 9:50 
QuestionRe: Achieving high refresh rate on C# winform application Pin
SwEr24-Sep-06 1:18
SwEr24-Sep-06 1:18 
AnswerRe: Achieving high refresh rate on C# winform application Pin
darkelv24-Sep-06 6:29
darkelv24-Sep-06 6:29 
QuestionProblem connecting to an MS Access Database [modified] Pin
TheBlindWatchmaker22-Sep-06 6:45
TheBlindWatchmaker22-Sep-06 6:45 
AnswerRe: Problem connecting to an MS Access Database Pin
Alaric_22-Sep-06 8:40
professionalAlaric_22-Sep-06 8:40 
GeneralRe: Problem connecting to an MS Access Database Pin
TheBlindWatchmaker22-Sep-06 9:15
TheBlindWatchmaker22-Sep-06 9:15 
GeneralRe: Problem connecting to an MS Access Database Pin
Alaric_22-Sep-06 10:33
professionalAlaric_22-Sep-06 10:33 
GeneralRe: Problem connecting to an MS Access Database [modified] Pin
Alaric_22-Sep-06 11:03
professionalAlaric_22-Sep-06 11:03 
GeneralRe: Problem connecting to an MS Access Database Pin
TheBlindWatchmaker22-Sep-06 11:40
TheBlindWatchmaker22-Sep-06 11: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.