Click here to Skip to main content
15,902,447 members
Home / Discussions / C#
   

C#

 
GeneralRe: Regular expression and CSS Pin
emiaj24-Sep-07 10:45
emiaj24-Sep-07 10:45 
QuestionQuick Q: How big is a bool value? Pin
JamesBarnes31-Aug-07 6:32
JamesBarnes31-Aug-07 6:32 
AnswerRe: Quick Q: How big is a bool value? Pin
pmarfleet31-Aug-07 6:49
pmarfleet31-Aug-07 6:49 
GeneralRe: Quick Q: How big is a bool value? Pin
JamesBarnes31-Aug-07 6:52
JamesBarnes31-Aug-07 6:52 
GeneralRe: Quick Q: How big is a bool value? Pin
Guffa31-Aug-07 7:17
Guffa31-Aug-07 7:17 
GeneralRe: Quick Q: How big is a bool value? Pin
pmarfleet31-Aug-07 7:45
pmarfleet31-Aug-07 7:45 
AnswerRe: Quick Q: How big is a bool value? Pin
Guffa31-Aug-07 7:15
Guffa31-Aug-07 7:15 
GeneralRe: Quick Q: How big is a bool value? Pin
Scott Dorman31-Aug-07 8:20
professionalScott Dorman31-Aug-07 8:20 
AnswerRe: Quick Q: How big is a bool value? Pin
Guffa31-Aug-07 9:15
Guffa31-Aug-07 9:15 
GeneralRe: Quick Q: How big is a bool value? Pin
PIEBALDconsult31-Aug-07 14:32
mvePIEBALDconsult31-Aug-07 14:32 
GeneralRe: Quick Q: How big is a bool value? Pin
Scott Dorman31-Aug-07 15:48
professionalScott Dorman31-Aug-07 15:48 
GeneralRe: Quick Q: How big is a bool value? Pin
Luc Pattyn31-Aug-07 16:02
sitebuilderLuc Pattyn31-Aug-07 16:02 
GeneralRe: Quick Q: How big is a bool value? Pin
Scott Dorman31-Aug-07 16:24
professionalScott Dorman31-Aug-07 16:24 
GeneralRe: Quick Q: How big is a bool value? Pin
Luc Pattyn1-Sep-07 0:55
sitebuilderLuc Pattyn1-Sep-07 0:55 
GeneralRe: Quick Q: How big is a bool value? Pin
PIEBALDconsult1-Sep-07 5:08
mvePIEBALDconsult1-Sep-07 5:08 
GeneralRe: Quick Q: How big is a bool value? Pin
PIEBALDconsult31-Aug-07 16:08
mvePIEBALDconsult31-Aug-07 16:08 
GeneralRe: Quick Q: How big is a bool value? Pin
Scott Dorman31-Aug-07 16:21
professionalScott Dorman31-Aug-07 16:21 
GeneralRe: Quick Q: How big is a bool value? Pin
PIEBALDconsult31-Aug-07 16:39
mvePIEBALDconsult31-Aug-07 16:39 
JokeRe: Quick Q: How big is a bool value? Pin
PIEBALDconsult31-Aug-07 14:40
mvePIEBALDconsult31-Aug-07 14:40 
QuestionCapturing Key Down Events in MenuStrip Pin
paas31-Aug-07 5:17
paas31-Aug-07 5:17 
QuestionRadioButton and CheckBox confusion... Pin
solutionsville31-Aug-07 4:44
solutionsville31-Aug-07 4:44 
AnswerRe: RadioButton and CheckBox confusion... Pin
PIEBALDconsult31-Aug-07 4:58
mvePIEBALDconsult31-Aug-07 4:58 
GeneralRe: RadioButton and CheckBox confusion... Pin
solutionsville31-Aug-07 5:23
solutionsville31-Aug-07 5:23 
GeneralRe: RadioButton and CheckBox confusion... Pin
PIEBALDconsult31-Aug-07 9:37
mvePIEBALDconsult31-Aug-07 9:37 
Questionconvert image to Byte Pin
TAREQ F ABUZUHRI31-Aug-07 4:29
TAREQ F ABUZUHRI31-Aug-07 4:29 
Image img;
DataPhoto = new Byte[File.ContentLength];
img=Image.FromStream(DataPhoto);
the above code convert Byte to Image

my quastion how to convert image to Byte ???




Palestine

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.