Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
Answer- Cross Post - Please Ignore - Pin
Reelix7-May-08 20:05
Reelix7-May-08 20:05 
QuestionA Paint Like Program Pin
book_slinger7-May-08 17:24
book_slinger7-May-08 17:24 
AnswerRe: A Paint Like Program Pin
Christian Graus7-May-08 17:58
protectorChristian Graus7-May-08 17:58 
AnswerRe: A Paint Like Program Pin
Bert delaVega8-May-08 2:44
Bert delaVega8-May-08 2:44 
QuestionRotated Images have Rigid Borders Pin
RedHotFunk7-May-08 16:04
RedHotFunk7-May-08 16:04 
AnswerRe: Rotated Images have Rigid Borders Pin
Christian Graus7-May-08 17:59
protectorChristian Graus7-May-08 17:59 
QuestionHow Do I Make A BackColor Semi-transparent? Pin
That Asian Guy7-May-08 15:47
That Asian Guy7-May-08 15:47 
AnswerRe: How Do I Make A BackColor Semi-transparent? Pin
Dave Kreskowiak7-May-08 16:30
mveDave Kreskowiak7-May-08 16:30 
That Asian Guy wrote:
As a solution to this problem, I tried making the BackColor of the textBox white, then making it semi-transparent. I tried messing around with some System.Drawing.Color methods (R, B, A, etc.) but since I am not familiar with graphics, I could'nt get it to blend properly. How can I do this?


You can't. You can only change the opacity of the entire form, not individual controls, or their backgrounds. Your alternative is to switch to .NET 3.0 or higher and use WPF to do this.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: How Do I Make A BackColor Semi-transparent? Pin
That Asian Guy7-May-08 16:47
That Asian Guy7-May-08 16:47 
Questionblackberry application in C#? Pin
Jacob Dixon7-May-08 15:24
Jacob Dixon7-May-08 15:24 
AnswerRe: blackberry application in C#? Pin
Dave Kreskowiak7-May-08 16:26
mveDave Kreskowiak7-May-08 16:26 
GeneralRe: blackberry application in C#? Pin
Jacob Dixon7-May-08 16:28
Jacob Dixon7-May-08 16:28 
QuestionExecute kerberos commands in C# Pin
tritonbash7-May-08 11:22
tritonbash7-May-08 11:22 
AnswerRe: Execute kerberos commands in C# Pin
Spacix One7-May-08 12:10
Spacix One7-May-08 12:10 
QuestionCreateCaret..Destroycaret .. setcaretPos .... Pin
JossGP7-May-08 11:22
JossGP7-May-08 11:22 
AnswerRe: CreateCaret..Destroycaret .. setcaretPos .... Pin
Christian Graus7-May-08 12:00
protectorChristian Graus7-May-08 12:00 
GeneralRe: CreateCaret..Destroycaret .. setcaretPos .... Pin
JossGP7-May-08 12:58
JossGP7-May-08 12:58 
GeneralRe: CreateCaret..Destroycaret .. setcaretPos .... Pin
Christian Graus7-May-08 13:18
protectorChristian Graus7-May-08 13:18 
QuestionHow Do I Write A "Binary" File? Pin
That Asian Guy7-May-08 10:02
That Asian Guy7-May-08 10:02 
AnswerRe: How Do I Write A "Binary" File? Pin
Spacix One7-May-08 10:32
Spacix One7-May-08 10:32 
AnswerRe: How Do I Write A "Binary" File? Pin
GuyThiebaut7-May-08 10:37
professionalGuyThiebaut7-May-08 10:37 
QuestionRe: How Do I Write A "Binary" File? Pin
That Asian Guy7-May-08 10:40
That Asian Guy7-May-08 10:40 
AnswerRe: How Do I Write A "Binary" File? Pin
GuyThiebaut7-May-08 10:47
professionalGuyThiebaut7-May-08 10:47 
GeneralRe: How Do I Write A "Binary" File? Pin
PIEBALDconsult7-May-08 11:09
mvePIEBALDconsult7-May-08 11:09 
GeneralRe: How Do I Write A "Binary" File? Pin
GuyThiebaut7-May-08 11:12
professionalGuyThiebaut7-May-08 11:12 

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.