Click here to Skip to main content
15,881,882 members
Home / Discussions / C#
   

C#

 
AnswerRe: VS 2008 performance Pin
Alan Balkany6-Jun-08 3:53
Alan Balkany6-Jun-08 3:53 
GeneralRe: VS 2008 performance Pin
netJP12L6-Jun-08 5:01
netJP12L6-Jun-08 5:01 
GeneralRe: VS 2008 performance Pin
Alan Balkany6-Jun-08 5:04
Alan Balkany6-Jun-08 5:04 
GeneralRe: VS 2008 performance Pin
Pete O'Hanlon6-Jun-08 8:22
mvePete O'Hanlon6-Jun-08 8:22 
QuestionTransparent form Pin
Saiyed Alam5-Jun-08 7:16
Saiyed Alam5-Jun-08 7:16 
AnswerRe: Transparent form Pin
Anthony Mushrow5-Jun-08 7:24
professionalAnthony Mushrow5-Jun-08 7:24 
GeneralRe: Transparent form Pin
Saiyed Alam5-Jun-08 7:36
Saiyed Alam5-Jun-08 7:36 
GeneralRe: Transparent form Pin
Anthony Mushrow5-Jun-08 7:42
professionalAnthony Mushrow5-Jun-08 7:42 
Damn, wait a minute. You can't even set the back colour to transparent, I was thinking of the transaprency key.
Try something like this on your form:

Form1 frm = new Form1();
frm.BackColor = Color.FromArgb(255,0,255);
frm.TransparencyKey = Color.FromArgb(255,0,255);
frm.Show();


My current favourite word is: I'm starting to run out of fav. words!
-SK Genius

Game Programming articles start -here[^]-

GeneralRe: Transparent form Pin
PIEBALDconsult5-Jun-08 7:57
mvePIEBALDconsult5-Jun-08 7:57 
GeneralRe: Transparent form Pin
Saiyed Alam5-Jun-08 8:13
Saiyed Alam5-Jun-08 8:13 
QuestionWinforms default language Pin
jekak5-Jun-08 6:38
jekak5-Jun-08 6:38 
AnswerRe: Winforms default language Pin
Christian Graus5-Jun-08 6:41
protectorChristian Graus5-Jun-08 6:41 
AnswerRe: Winforms default language Pin
mav.northwind5-Jun-08 23:45
mav.northwind5-Jun-08 23:45 
GeneralRe: Winforms default language Pin
jekak7-Jun-08 11:31
jekak7-Jun-08 11:31 
GeneralRe: Winforms default language Pin
mav.northwind7-Jun-08 20:35
mav.northwind7-Jun-08 20:35 
GeneralRe: Winforms default language Pin
jekak7-Jun-08 20:41
jekak7-Jun-08 20:41 
GeneralRe: Winforms default language Pin
mav.northwind8-Jun-08 19:03
mav.northwind8-Jun-08 19:03 
QuestionCrystal Report Wizard Problem Pin
Saba025-Jun-08 5:17
Saba025-Jun-08 5:17 
AnswerRe: Crystal Report Wizard Problem Pin
Muhammad Shahid Farooq5-Jun-08 6:01
professionalMuhammad Shahid Farooq5-Jun-08 6:01 
QuestionOn performance of Crystal Reports in .NET using C# Pin
selcuks5-Jun-08 5:04
selcuks5-Jun-08 5:04 
AnswerRe: On performance of Crystal Reports in .NET using C# Pin
led mike5-Jun-08 5:16
led mike5-Jun-08 5:16 
QuestionMedia Player control Pin
blackjack21505-Jun-08 4:48
blackjack21505-Jun-08 4:48 
AnswerRe: Media Player control Pin
leppie5-Jun-08 4:52
leppie5-Jun-08 4:52 
GeneralRe: Media Player control Pin
blackjack21505-Jun-08 5:04
blackjack21505-Jun-08 5:04 
GeneralRe: Media Player control Pin
Christian Graus5-Jun-08 5:13
protectorChristian Graus5-Jun-08 5:13 

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.