Click here to Skip to main content
16,005,467 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to pass an string from one application to another Pin
V.24-Jan-07 4:28
professionalV.24-Jan-07 4:28 
GeneralRe: How to pass an string from one application to another Pin
Exelioindia25-Jan-07 2:05
Exelioindia25-Jan-07 2:05 
QuestionRe: How to pass an string from one application to another Pin
Martin#24-Jan-07 21:24
Martin#24-Jan-07 21:24 
Questionwebserver Pin
gigo2k624-Jan-07 2:39
gigo2k624-Jan-07 2:39 
AnswerRe: webserver Pin
Colin Angus Mackay24-Jan-07 2:46
Colin Angus Mackay24-Jan-07 2:46 
GeneralRe: webserver Pin
gigo2k624-Jan-07 2:56
gigo2k624-Jan-07 2:56 
GeneralRe: webserver Pin
Colin Angus Mackay24-Jan-07 3:01
Colin Angus Mackay24-Jan-07 3:01 
QuestionBitmap constructor . invalid parameter Pin
SrinivasSunkara24-Jan-07 2:07
SrinivasSunkara24-Jan-07 2:07 
Hi .
Need to Convert base64 string representing header of the binary field with image data.
//ds.Tables[6].Rows[1].ItemArray[2].ToString() contains base64string
{
Byte[] byt = Convert.FromBase64String(ds.Tables[6].Rows[1].ItemArray[2].ToString());
SaveToOut("image/jpeg", byt, true);
PerformScaleImage(contentType, content, Response, 150, 50);

MemoryStream stream = new MemoryStream();
stream.Write(buff, 0, buff.Length);
using (Bitmap img = new Bitmap(stream))/*---Giving invalid parameter exception-------*/
{
--------------------------}
}


Can you give details.


Srinivas
AnswerRe: Bitmap constructor . invalid parameter Pin
JoeSharp24-Jan-07 2:17
JoeSharp24-Jan-07 2:17 
AnswerRe: Bitmap constructor . invalid parameter Pin
Martin#24-Jan-07 2:19
Martin#24-Jan-07 2:19 
AnswerRe: Bitmap constructor . invalid parameter Pin
Guffa24-Jan-07 2:20
Guffa24-Jan-07 2:20 
Questionhow to get response of a messagebox? Pin
Saira Tanwir24-Jan-07 2:06
Saira Tanwir24-Jan-07 2:06 
AnswerRe: how to get response of a messagebox? Pin
Mircea Puiu24-Jan-07 2:13
Mircea Puiu24-Jan-07 2:13 
GeneralRe: how to get response of a messagebox? Pin
Saira Tanwir24-Jan-07 2:21
Saira Tanwir24-Jan-07 2:21 
GeneralRe: how to get response of a messagebox? Pin
Mircea Puiu24-Jan-07 4:37
Mircea Puiu24-Jan-07 4:37 
AnswerRe: how to get response of a messagebox? Pin
Guffa24-Jan-07 2:15
Guffa24-Jan-07 2:15 
GeneralRe: how to get response of a messagebox? Pin
Saira Tanwir24-Jan-07 2:31
Saira Tanwir24-Jan-07 2:31 
GeneralRe: how to get response of a messagebox? Pin
Martin#24-Jan-07 2:38
Martin#24-Jan-07 2:38 
GeneralRe: how to get response of a messagebox? Pin
Saira Tanwir24-Jan-07 2:46
Saira Tanwir24-Jan-07 2:46 
GeneralRe: how to get response of a messagebox? Pin
Martin#24-Jan-07 2:56
Martin#24-Jan-07 2:56 
GeneralRe: how to get response of a messagebox? Pin
quiteSmart24-Jan-07 3:01
quiteSmart24-Jan-07 3:01 
GeneralRe: how to get response of a messagebox? Pin
Martin#24-Jan-07 3:07
Martin#24-Jan-07 3:07 
GeneralRe: how to get response of a messagebox? Pin
Saira Tanwir24-Jan-07 3:08
Saira Tanwir24-Jan-07 3:08 
GeneralRe: how to get response of a messagebox? Pin
Martin#24-Jan-07 3:12
Martin#24-Jan-07 3:12 
GeneralRe: how to get response of a messagebox? Pin
quiteSmart24-Jan-07 2:59
quiteSmart24-Jan-07 2:59 

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.