Click here to Skip to main content
15,916,693 members
Home / Discussions / C#
   

C#

 
QuestionIPC - best solution? Pin
DaveyM6916-Jan-08 8:10
professionalDaveyM6916-Jan-08 8:10 
QuestionHow to organize dozens of excel reports into 1 solution? Pin
Goalie3516-Jan-08 5:27
Goalie3516-Jan-08 5:27 
AnswerRe: How to organize dozens of excel reports into 1 solution? Pin
martin_hughes16-Jan-08 8:15
martin_hughes16-Jan-08 8:15 
GeneralProbably an easy Regex question Pin
Andrew Stampor16-Jan-08 5:14
Andrew Stampor16-Jan-08 5:14 
GeneralRe: Probably an easy Regex question Pin
TJoe16-Jan-08 7:44
TJoe16-Jan-08 7:44 
GeneralRe: Probably an easy Regex question Pin
Andrew Stampor16-Jan-08 7:54
Andrew Stampor16-Jan-08 7:54 
GeneralRe: Probably an easy Regex question Pin
martin_hughes16-Jan-08 10:57
martin_hughes16-Jan-08 10:57 
GeneralSQL Server pool size Pin
DannyAdler16-Jan-08 3:41
DannyAdler16-Jan-08 3:41 
GeneralRe: SQL Server pool size Pin
Justin Perez16-Jan-08 3:53
Justin Perez16-Jan-08 3:53 
GeneralRe: SQL Server pool size Pin
DannyAdler16-Jan-08 4:15
DannyAdler16-Jan-08 4:15 
GeneralRe: SQL Server pool size Pin
Justin Perez16-Jan-08 4:34
Justin Perez16-Jan-08 4:34 
GeneralRe: SQL Server pool size Pin
DannyAdler16-Jan-08 21:02
DannyAdler16-Jan-08 21:02 
GeneralRe: SQL Server pool size Pin
DannyAdler16-Jan-08 4:24
DannyAdler16-Jan-08 4:24 
GeneralTiff to AVI Pin
Ylno16-Jan-08 3:06
Ylno16-Jan-08 3:06 
GeneralCheck if a Bitmap has tranparency Pin
DannyAdler16-Jan-08 2:43
DannyAdler16-Jan-08 2:43 
GeneralRe: Check if a Bitmap has tranparency Pin
Christian Graus16-Jan-08 9:20
protectorChristian Graus16-Jan-08 9:20 
There is no such thing a transparent pixels in a bitmap. There's only transparency support in file formats, and in code that sets bitmasks.

The png file format has transparency built in, but when you load a bitmap object it doesn't have support for transparency, it's just not part of the format.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: Check if a Bitmap has tranparency Pin
DannyAdler16-Jan-08 23:06
DannyAdler16-Jan-08 23:06 
GeneralDisplay comboBox in usercontrol property Pin
Peterson Luiz16-Jan-08 2:23
Peterson Luiz16-Jan-08 2:23 
GeneralRe: Display comboBox in usercontrol property Pin
Justin Perez16-Jan-08 3:16
Justin Perez16-Jan-08 3:16 
GeneralRe: Display comboBox in usercontrol property Pin
Peterson Luiz16-Jan-08 4:34
Peterson Luiz16-Jan-08 4:34 
GeneralRe: Display comboBox in usercontrol property Pin
Gareth H16-Jan-08 12:07
Gareth H16-Jan-08 12:07 
QuestionWhich ADO.NET DataProvider to use? Pin
Blumen16-Jan-08 2:19
Blumen16-Jan-08 2:19 
GeneralRe: Which ADO.NET DataProvider to use? Pin
Gareth H16-Jan-08 2:37
Gareth H16-Jan-08 2:37 
GeneralRe: Which ADO.NET DataProvider to use? Pin
Colin Angus Mackay16-Jan-08 4:17
Colin Angus Mackay16-Jan-08 4:17 
GeneralRe: Which ADO.NET DataProvider to use? Pin
Blumen16-Jan-08 17:55
Blumen16-Jan-08 17:55 

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.