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

C#

 
GeneralRe: 2d array help me Pin
Beansenu14-Feb-12 21:01
Beansenu14-Feb-12 21:01 
QuestionDraw bitmap on top Pin
__John_13-Feb-12 5:16
__John_13-Feb-12 5:16 
AnswerRe: Draw bitmap on top Pin
Dave Kreskowiak13-Feb-12 5:26
mveDave Kreskowiak13-Feb-12 5:26 
AnswerRe: Draw bitmap on top Pin
Luc Pattyn13-Feb-12 8:02
sitebuilderLuc Pattyn13-Feb-12 8:02 
GeneralRe: Draw bitmap on top Pin
Dave Kreskowiak13-Feb-12 9:39
mveDave Kreskowiak13-Feb-12 9:39 
GeneralRe: Draw bitmap on top Pin
__John_13-Feb-12 22:10
__John_13-Feb-12 22:10 
GeneralRe: Draw bitmap on top Pin
BobJanova13-Feb-12 22:33
BobJanova13-Feb-12 22:33 
GeneralRe: Draw bitmap on top Pin
Dave Kreskowiak14-Feb-12 1:55
mveDave Kreskowiak14-Feb-12 1:55 
"Transparent" is not transparent in Windows Forms. You cannot set the Backcolor of a control to Transparent and expect to see through the control. It doesn't work that way.

Transparent tells the control to take on the background properties of the control that contains it. So, if you set the Backcolor of a Form to Black and the the Backcolor of a Button to Transparent, the Button will be Black, but not because you can now see through the Button.

You cannot see controls "through" another control. Why? Because, in Windows Forms, window elements do not waste time painting regions of themselves where another control is obscurring them. Hence, you can't see any controls through the "transparent" regions of an image.

The image may be transparent, but the control painting it is not, no matter what the Backcolor property says.

Now, WPF is very different. It's not Windows Forms and doesn't have the same limitations. WPF can do what you want, but the learning curve for it is very steep.

GeneralRe: Draw bitmap on top Pin
__John_14-Feb-12 4:06
__John_14-Feb-12 4:06 
QuestionNetwork disconnect Pin
michaelgr112-Feb-12 23:32
michaelgr112-Feb-12 23:32 
AnswerRe: Network disconnect Pin
Pete O'Hanlon13-Feb-12 0:13
mvePete O'Hanlon13-Feb-12 0:13 
GeneralRe: Network disconnect Pin
michaelgr113-Feb-12 0:26
michaelgr113-Feb-12 0:26 
GeneralRe: Network disconnect Pin
Pete O'Hanlon13-Feb-12 0:36
mvePete O'Hanlon13-Feb-12 0:36 
QuestionIt is possible to translate languages in windows application? Pin
udayakumard12-Feb-12 23:02
udayakumard12-Feb-12 23:02 
AnswerRe: It is possible to translate languages in windows application? Pin
Pete O'Hanlon12-Feb-12 23:06
mvePete O'Hanlon12-Feb-12 23:06 
AnswerRe: It is possible to translate languages in windows application? Pin
Richard MacCutchan12-Feb-12 23:07
mveRichard MacCutchan12-Feb-12 23:07 
AnswerRe: It is possible to translate languages in windows application? Pin
Keith Barrow12-Feb-12 23:32
professionalKeith Barrow12-Feb-12 23:32 
QuestionRe: It is possible to translate languages in windows application? Pin
Maximilien13-Feb-12 5:45
Maximilien13-Feb-12 5:45 
QuestionHow will get text as japanese language in ocr Pin
udayakumard12-Feb-12 22:58
udayakumard12-Feb-12 22:58 
AnswerRe: How will get text as japanese language in ocr Pin
Richard MacCutchan12-Feb-12 23:04
mveRichard MacCutchan12-Feb-12 23:04 
QuestionIcon overlay implemention Pin
NVM PRASAD12-Feb-12 22:24
NVM PRASAD12-Feb-12 22:24 
AnswerRe: Icon overlay implemention Pin
Pete O'Hanlon12-Feb-12 22:34
mvePete O'Hanlon12-Feb-12 22:34 
QuestionHttpWebResponse Pin
tatulea12-Feb-12 20:07
tatulea12-Feb-12 20:07 
AnswerRe: HttpWebResponse Pin
Bernhard Hiller12-Feb-12 20:46
Bernhard Hiller12-Feb-12 20:46 
GeneralRe: HttpWebResponse Pin
tatulea12-Feb-12 21:02
tatulea12-Feb-12 21:02 

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.