Click here to Skip to main content
15,921,276 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to keep Object's life? Pin
I'm a beginner7-Nov-07 4:59
I'm a beginner7-Nov-07 4:59 
GeneralRe: How to keep Object's life? Pin
m@u7-Nov-07 5:11
m@u7-Nov-07 5:11 
GeneralRe: How to keep Object's life? Pin
I'm a beginner7-Nov-07 5:53
I'm a beginner7-Nov-07 5:53 
GeneralRe: How to keep Object's life? Pin
m@u7-Nov-07 6:16
m@u7-Nov-07 6:16 
QuestionImage comparison? Pin
psergiu7-Nov-07 0:20
psergiu7-Nov-07 0:20 
AnswerRe: Image comparison? Pin
Michael Sync7-Nov-07 6:07
Michael Sync7-Nov-07 6:07 
QuestionHow to add check box in column header(Its Urgent....) Pin
Sumeet182k6-Nov-07 23:58
Sumeet182k6-Nov-07 23:58 
Questionsave picturebox image using c# Pin
ramyanaidu6-Nov-07 23:37
ramyanaidu6-Nov-07 23:37 
ImageFormat format = ImageFormat.Jpeg;
SaveFileDialog sfd = new SaveFileDialog();
sfd.Filter = "JPEG Files(*.jpg)|*.jpg";

if (sfd.ShowDialog() == DialogResult.OK)
{
image.Image.Save(sfd.FileName, format);
}



Hai friends whrn i was using this code fro saving picture box image as jpeg it was not saving and if save and reopen the jpeg file it was balnk can any one help me out in this

AnswerRe: save picturebox image using c# Pin
N a v a n e e t h7-Nov-07 0:02
N a v a n e e t h7-Nov-07 0:02 
AnswerRe: save picturebox image using c# Pin
Anthony Mushrow7-Nov-07 3:00
professionalAnthony Mushrow7-Nov-07 3:00 
QuestionWorking with datagridview-urgent help needed Pin
Osama1236-Nov-07 23:13
Osama1236-Nov-07 23:13 
QuestionMSI Package Pin
Sumanta Rout6-Nov-07 22:54
Sumanta Rout6-Nov-07 22:54 
Questionapplication.exit in web application Pin
Sunil Wise6-Nov-07 22:42
professionalSunil Wise6-Nov-07 22:42 
AnswerRe: application.exit in web application Pin
Pete O'Hanlon6-Nov-07 22:46
mvePete O'Hanlon6-Nov-07 22:46 
GeneralRe: application.exit in web application Pin
Sunil Wise6-Nov-07 22:50
professionalSunil Wise6-Nov-07 22:50 
AnswerRe: application.exit in web application Pin
Sunil Wise6-Nov-07 23:08
professionalSunil Wise6-Nov-07 23:08 
Question.NET Obfuscator Community Edition Problem. Pin
Dinesh N Samarathunga6-Nov-07 22:42
Dinesh N Samarathunga6-Nov-07 22:42 
AnswerRe: .NET Obfuscator Community Edition Problem. Pin
Pete O'Hanlon6-Nov-07 22:44
mvePete O'Hanlon6-Nov-07 22:44 
GeneralRe: .NET Obfuscator Community Edition Problem. Pin
Dinesh N Samarathunga6-Nov-07 22:48
Dinesh N Samarathunga6-Nov-07 22:48 
GeneralRe: .NET Obfuscator Community Edition Problem. Pin
Pete O'Hanlon6-Nov-07 23:24
mvePete O'Hanlon6-Nov-07 23:24 
QuestionUse IPSEC in C# Pin
MWaqas Badar6-Nov-07 22:11
MWaqas Badar6-Nov-07 22:11 
QuestionPutting Letters Into a c# 2.0 winforms app Pin
john346-Nov-07 21:02
john346-Nov-07 21:02 
AnswerRe: Putting Letters Into a c# 2.0 winforms app Pin
Pete O'Hanlon6-Nov-07 21:48
mvePete O'Hanlon6-Nov-07 21:48 
GeneralRe: Putting Letters Into a c# 2.0 winforms app Pin
john346-Nov-07 22:17
john346-Nov-07 22:17 
GeneralRe: Putting Letters Into a c# 2.0 winforms app Pin
Pete O'Hanlon6-Nov-07 22:41
mvePete O'Hanlon6-Nov-07 22:41 

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.