Click here to Skip to main content
15,903,175 members
Home / Discussions / C#
   

C#

 
AnswerRe: foreach Pin
Christian Graus10-Feb-07 10:59
protectorChristian Graus10-Feb-07 10:59 
AnswerRe: foreach Pin
Luc Pattyn10-Feb-07 11:01
sitebuilderLuc Pattyn10-Feb-07 11:01 
GeneralRe: foreach Pin
ali_reza_zareian10-Feb-07 11:12
ali_reza_zareian10-Feb-07 11:12 
GeneralRe: foreach Pin
Luc Pattyn10-Feb-07 11:21
sitebuilderLuc Pattyn10-Feb-07 11:21 
GeneralRe: foreach Pin
ali_reza_zareian10-Feb-07 11:35
ali_reza_zareian10-Feb-07 11:35 
AnswerRe: foreach Pin
DavidNohejl10-Feb-07 11:04
DavidNohejl10-Feb-07 11:04 
GeneralRe: foreach Pin
PIEBALDconsult10-Feb-07 15:12
mvePIEBALDconsult10-Feb-07 15:12 
QuestionConvert Image to Bitmap Pin
max2929710-Feb-07 10:15
max2929710-Feb-07 10:15 
I am using Bitmap imgBold = Bitmap.FromFile("bold.bmp"); to retrieve a bitmap file, but when I try to compile the program, it says that it can't directly convert an Image object into a Bitmap object. It appears as though the Bitmap.FromFile method returns an Image object...Confused | :confused: Is there a method of the Image class that will allow me to convert the Image into a Bitmap? The reason I need it to be a bitmap is that I need to set the transparency color. You can't do this with an Image object.

-----
Note: *** Never give me an answer have anything to do with Visual Studio. I don't have this program, and it'll be that way for a long, long time. ***

AnswerRe: Convert Image to Bitmap Pin
mav.northwind10-Feb-07 10:34
mav.northwind10-Feb-07 10:34 
AnswerRe: Convert Image to Bitmap Pin
Stefan Troschuetz10-Feb-07 10:37
Stefan Troschuetz10-Feb-07 10:37 
AnswerRe: Convert Image to Bitmap Pin
Luc Pattyn10-Feb-07 10:42
sitebuilderLuc Pattyn10-Feb-07 10:42 
AnswerRe: Convert Image to Bitmap Pin
Christian Graus10-Feb-07 10:43
protectorChristian Graus10-Feb-07 10:43 
GeneralRe: Convert Image to Bitmap Pin
Guffa10-Feb-07 11:12
Guffa10-Feb-07 11:12 
GeneralRe: Convert Image to Bitmap Pin
Christian Graus10-Feb-07 11:44
protectorChristian Graus10-Feb-07 11:44 
GeneralRe: Convert Image to Bitmap Pin
Stefan Troschuetz10-Feb-07 20:32
Stefan Troschuetz10-Feb-07 20:32 
GeneralRe: Convert Image to Bitmap Pin
Guffa11-Feb-07 0:10
Guffa11-Feb-07 0:10 
GeneralRe: Convert Image to Bitmap Pin
Stefan Troschuetz11-Feb-07 0:24
Stefan Troschuetz11-Feb-07 0:24 
GeneralRe: Convert Image to Bitmap Pin
Guffa11-Feb-07 11:27
Guffa11-Feb-07 11:27 
AnswerRe: Convert Image to Bitmap Pin
ali_reza_zareian10-Feb-07 10:55
ali_reza_zareian10-Feb-07 10:55 
GeneralRe: Convert Image to Bitmap Pin
Christian Graus10-Feb-07 11:00
protectorChristian Graus10-Feb-07 11:00 
GeneralRe: Convert Image to Bitmap Pin
ali_reza_zareian10-Feb-07 11:19
ali_reza_zareian10-Feb-07 11:19 
GeneralRe: Convert Image to Bitmap Pin
Luc Pattyn10-Feb-07 11:23
sitebuilderLuc Pattyn10-Feb-07 11:23 
GeneralRe: Convert Image to Bitmap Pin
ali_reza_zareian10-Feb-07 11:34
ali_reza_zareian10-Feb-07 11:34 
Questionc++ code on C# project Pin
Semion_N10-Feb-07 9:59
Semion_N10-Feb-07 9:59 
AnswerRe: c++ code on C# project Pin
Dave Kreskowiak10-Feb-07 10:42
mveDave Kreskowiak10-Feb-07 10:42 

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.