Click here to Skip to main content
15,917,062 members
Home / Discussions / C#
   

C#

 
QuestionConvert base64 string to bitmap giving problem Pin
SrinivasSunkara24-Jan-07 1:14
SrinivasSunkara24-Jan-07 1:14 
AnswerRe: Convert base64 string to bitmap giving problem Pin
Guffa24-Jan-07 1:25
Guffa24-Jan-07 1:25 
GeneralRe: Convert base64 string to bitmap giving problem Pin
SrinivasSunkara24-Jan-07 1:41
SrinivasSunkara24-Jan-07 1:41 
GeneralRe: Convert base64 string to bitmap giving problem Pin
Guffa24-Jan-07 2:17
Guffa24-Jan-07 2:17 
GeneralRe: Convert base64 string to bitmap giving problem Pin
SrinivasSunkara24-Jan-07 3:00
SrinivasSunkara24-Jan-07 3:00 
AnswerRe: Convert base64 string to bitmap giving problem Pin
Guffa24-Jan-07 6:10
Guffa24-Jan-07 6:10 
QuestionConvert base64 string to bitmap giving problem Pin
SrinivasSunkara24-Jan-07 1:14
SrinivasSunkara24-Jan-07 1:14 
QuestionNeed to Convert base64 string representing header of the binary field with image data. Pin
SrinivasSunkara24-Jan-07 1:08
SrinivasSunkara24-Jan-07 1:08 
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.
QuestionPower Point Show in WebBrowser Control ? can it be done ? Pin
Ahmad_kaau24-Jan-07 1:07
Ahmad_kaau24-Jan-07 1:07 
AnswerRe: Power Point Show in WebBrowser Control ? can it be done ? Pin
Ahmad_kaau24-Jan-07 5:09
Ahmad_kaau24-Jan-07 5:09 
QuestionValidate Textbox only to accept numeric Pin
aaraaayen24-Jan-07 0:34
aaraaayen24-Jan-07 0:34 
AnswerRe: Validate Textbox only to accept numeric Pin
Ed.Poore24-Jan-07 0:48
Ed.Poore24-Jan-07 0:48 
GeneralRe: Validate Textbox only to accept numeric Pin
quiteSmart24-Jan-07 1:02
quiteSmart24-Jan-07 1:02 
GeneralRe: Validate Textbox only to accept numeric Pin
Ed.Poore24-Jan-07 2:20
Ed.Poore24-Jan-07 2:20 
AnswerRe: Validate Textbox only to accept numeric Pin
Martin#24-Jan-07 1:02
Martin#24-Jan-07 1:02 
AnswerRe: Validate Textbox only to accept numeric Pin
David Domingues24-Jan-07 1:27
David Domingues24-Jan-07 1:27 
AnswerRe: Validate Textbox only to accept numeric Pin
engsrini24-Jan-07 3:39
engsrini24-Jan-07 3:39 
Questionregular expression Pin
shweta.shrivastava24-Jan-07 0:31
shweta.shrivastava24-Jan-07 0:31 
QuestionNETtoCOM Pin
MozhdehQeraati24-Jan-07 0:15
MozhdehQeraati24-Jan-07 0:15 
AnswerRe: NETtoCOM Pin
Ed.Poore24-Jan-07 0:50
Ed.Poore24-Jan-07 0:50 
Questionmenu strip....... Pin
quiteSmart23-Jan-07 23:53
quiteSmart23-Jan-07 23:53 
AnswerRe: menu strip....... Pin
GunaChinna24-Jan-07 0:36
GunaChinna24-Jan-07 0:36 
GeneralRe: menu strip....... Pin
quiteSmart24-Jan-07 0:43
quiteSmart24-Jan-07 0:43 
GeneralRe: menu strip....... Pin
quiteSmart24-Jan-07 1:42
quiteSmart24-Jan-07 1:42 
AnswerRe: menu strip....... Pin
samtam24-Jan-07 1:15
samtam24-Jan-07 1:15 

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.