Click here to Skip to main content
16,007,885 members
Home / Discussions / C#
   

C#

 
QuestionNeed to Embed Build Date and Time [modified] Pin
Jethro6323-May-06 3:50
Jethro6323-May-06 3:50 
AnswerRe: Need to Embed Build Date and Time [modified] Pin
stancrm23-May-06 4:05
stancrm23-May-06 4:05 
AnswerRe: Need to Embed Build Date and Time [modified] Pin
drc_no123-May-06 4:06
drc_no123-May-06 4:06 
GeneralRe: Need to Embed Build Date and Time [modified] Pin
Jethro6323-May-06 4:18
Jethro6323-May-06 4:18 
AnswerRe: Need to Embed Build Date and Time [modified] Pin
Josh Smith23-May-06 4:21
Josh Smith23-May-06 4:21 
AnswerRe: Need to Embed Build Date and Time [modified] Pin
Dustin Metzgar23-May-06 4:42
Dustin Metzgar23-May-06 4:42 
AnswerRe: Need to Embed Build Date and Time [modified] Pin
Judah Gabriel Himango23-May-06 10:22
sponsorJudah Gabriel Himango23-May-06 10:22 
QuestionTransparant picturebox Pin
timbo@timbo.nl23-May-06 3:40
timbo@timbo.nl23-May-06 3:40 
Hi,

I'm trying to place a control onto a form behind a picturebox. Some area's of this picturebox
are defined as transparant. Now I run into the problem of not seeing the controls anymore.

What does happen is the transparent area is taking the same color as the form so it looks transparant but not truly is. What am I doing wrong?!

thanks in advance

Here is some sample code..
<br />
     //  set transparant color <br />
     Bitmap bmp = new Bitmap(this.ImgBackground.Image); <br />
     bmp.MakeTransparent(Color.FromArgb(255,0,255)); <br />
     this.ImgBackground.Image= bmp;<br />

AnswerRe: Transparant picturebox Pin
Sasuko24-May-06 0:05
Sasuko24-May-06 0:05 
QuestionButtonColumn event Pin
drc_no123-May-06 3:34
drc_no123-May-06 3:34 
Questionhow to resize panel accdg to form size Pin
edel_ong23-May-06 3:27
edel_ong23-May-06 3:27 
AnswerRe: how to resize panel accdg to form size Pin
stancrm23-May-06 3:57
stancrm23-May-06 3:57 
GeneralRe: how to resize panel accdg to form size Pin
Judah Gabriel Himango23-May-06 5:32
sponsorJudah Gabriel Himango23-May-06 5:32 
QuestionClass Library project help? Pin
eric_tran23-May-06 3:05
eric_tran23-May-06 3:05 
AnswerRe: Class Library project help? Pin
Wjousts23-May-06 3:12
Wjousts23-May-06 3:12 
Questionusing Marquette in custom control Pin
Sasuko23-May-06 2:33
Sasuko23-May-06 2:33 
AnswerRe: using Marquette in custom control Pin
Robert Rohde23-May-06 3:02
Robert Rohde23-May-06 3:02 
Questioncheckbox in headertemplate Pin
ayyp23-May-06 2:30
ayyp23-May-06 2:30 
QuestionLink Color in Richtext box - URGENT Pin
Linda Thomas23-May-06 2:12
Linda Thomas23-May-06 2:12 
QuestionDatabase delete [modified] Pin
drc_no123-May-06 1:35
drc_no123-May-06 1:35 
AnswerRe: Database delete [modified] Pin
RC_Sebastien_C23-May-06 1:44
RC_Sebastien_C23-May-06 1:44 
GeneralRe: Database delete [modified] Pin
drc_no123-May-06 2:17
drc_no123-May-06 2:17 
AnswerRe: Database delete [modified] Pin
S. Senthil Kumar23-May-06 2:09
S. Senthil Kumar23-May-06 2:09 
GeneralRe: Database delete [modified] Pin
RC_Sebastien_C23-May-06 4:38
RC_Sebastien_C23-May-06 4:38 
QuestionFile deletion in C# Pin
gubber23-May-06 1:00
gubber23-May-06 1:00 

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.