Click here to Skip to main content
15,887,485 members
Home / Discussions / C#
   

C#

 
Questionimage from access database in c# Pin
kojoam110-Dec-12 4:10
kojoam110-Dec-12 4:10 
QuestionRe: image from access database in c# Pin
Richard MacCutchan10-Dec-12 21:29
mveRichard MacCutchan10-Dec-12 21:29 
AnswerRe: image from access database in c# Pin
Pete O'Hanlon10-Dec-12 22:15
mvePete O'Hanlon10-Dec-12 22:15 
GeneralRe: image from access database in c# Pin
Richard MacCutchan10-Dec-12 22:40
mveRichard MacCutchan10-Dec-12 22:40 
AnswerRe: image from access database in c# Pin
Pete O'Hanlon11-Dec-12 0:08
mvePete O'Hanlon11-Dec-12 0:08 
Questionsave bitmap in C# Pin
gibsray10-Dec-12 0:55
gibsray10-Dec-12 0:55 
AnswerRe: save bitmap in C# Pin
Pete O'Hanlon10-Dec-12 1:14
mvePete O'Hanlon10-Dec-12 1:14 
AnswerRe: save bitmap in C# Pin
OriginalGriff10-Dec-12 1:26
mveOriginalGriff10-Dec-12 1:26 
Yes - the Save method is the one to use.
Two things to note though:
1) Don't try to save it to the root directory - Vista and above won't let you write to the root of the boot drive to help prevent virus and trojan attacks - use a different directory unless you app has admin privileges.
2) Be careful what format you save the image in: many types including JPG are lossy compression, so each time you save and open it you will get a fuzzier, less detailed image. Use BMP or similar for working images, and JPG for final presentation only.
If you get an email telling you that you can catch Swine Flu from tinned pork then just delete it. It's Spam.

QuestionC# Pin
Half Blood Prince9-Dec-12 22:32
Half Blood Prince9-Dec-12 22:32 
AnswerRe: C# Pin
J4amieC9-Dec-12 23:03
J4amieC9-Dec-12 23:03 
AnswerRe: C# Pin
Keith Barrow9-Dec-12 23:35
professionalKeith Barrow9-Dec-12 23:35 
AnswerRe: C# Pin
Dave Kreskowiak10-Dec-12 2:19
mveDave Kreskowiak10-Dec-12 2:19 
AnswerRe: C# Pin
Abhinav S10-Dec-12 19:57
Abhinav S10-Dec-12 19:57 
Questionhi Pin
vijayalakshmi h9-Dec-12 22:30
vijayalakshmi h9-Dec-12 22:30 
AnswerRe: hi Pin
Pete O'Hanlon9-Dec-12 22:35
mvePete O'Hanlon9-Dec-12 22:35 
AnswerRe: hi Pin
J4amieC9-Dec-12 23:02
J4amieC9-Dec-12 23:02 
GeneralRe: hi Pin
Jibesh10-Dec-12 8:56
professionalJibesh10-Dec-12 8:56 
AnswerRe: hi Pin
Keith Barrow9-Dec-12 23:36
professionalKeith Barrow9-Dec-12 23:36 
AnswerRe: hi Pin
V.10-Dec-12 1:37
professionalV.10-Dec-12 1:37 
GeneralRe: hi Pin
Dave Kreskowiak10-Dec-12 2:18
mveDave Kreskowiak10-Dec-12 2:18 
AnswerRe: hi Pin
Abhinav S10-Dec-12 19:57
Abhinav S10-Dec-12 19:57 
Questionhi Pin
Sowmiya ravi9-Dec-12 22:22
Sowmiya ravi9-Dec-12 22:22 
AnswerRe: hi Pin
J4amieC9-Dec-12 23:02
J4amieC9-Dec-12 23:02 
AnswerRe: hi Pin
Keith Barrow9-Dec-12 23:37
professionalKeith Barrow9-Dec-12 23:37 
Questionasp.net and c# login and register page Pin
Member 80648029-Dec-12 21:46
Member 80648029-Dec-12 21:46 

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.