Click here to Skip to main content
15,898,538 members
Home / Discussions / C#
   

C#

 
AnswerRe: Salary Dellema Pin
Richard Andrew x6410-Mar-12 14:22
professionalRichard Andrew x6410-Mar-12 14:22 
AnswerRe: Salary Dellema Pin
Abhinav S10-Mar-12 18:22
Abhinav S10-Mar-12 18:22 
AnswerRe: Salary Dellema Pin
Richard MacCutchan10-Mar-12 23:48
mveRichard MacCutchan10-Mar-12 23:48 
GeneralRe: Salary Dellema Pin
L Viljoen11-Mar-12 2:06
professionalL Viljoen11-Mar-12 2:06 
GeneralRe: Salary Dellema Pin
Richard MacCutchan11-Mar-12 2:44
mveRichard MacCutchan11-Mar-12 2:44 
GeneralRe: Salary Dellema Pin
L Viljoen11-Mar-12 6:55
professionalL Viljoen11-Mar-12 6:55 
GeneralRe: Salary Dellema Pin
jschell12-Mar-12 8:58
jschell12-Mar-12 8:58 
Questionask button group Pin
Brillian Kharisma10-Mar-12 6:14
Brillian Kharisma10-Mar-12 6:14 
AnswerRe: ask button group Pin
Ravi Bhavnani10-Mar-12 7:14
professionalRavi Bhavnani10-Mar-12 7:14 
Questionlisting information from list of Panel controls Pin
Danzy8310-Mar-12 2:35
Danzy8310-Mar-12 2:35 
AnswerRe: listing information from list of Panel controls Pin
Ravi Bhavnani10-Mar-12 4:34
professionalRavi Bhavnani10-Mar-12 4:34 
GeneralRe: listing information from list of Panel controls Pin
Danzy8310-Mar-12 4:38
Danzy8310-Mar-12 4:38 
AnswerRe: listing information from list of Panel controls Pin
Luc Pattyn10-Mar-12 4:58
sitebuilderLuc Pattyn10-Mar-12 4:58 
GeneralRe: listing information from list of Panel controls Pin
Danzy8310-Mar-12 5:08
Danzy8310-Mar-12 5:08 
AnswerRe: listing information from list of Panel controls Pin
Luc Pattyn10-Mar-12 6:16
sitebuilderLuc Pattyn10-Mar-12 6:16 
QuestionImage Search Pin
Sachin Mortale10-Mar-12 1:04
Sachin Mortale10-Mar-12 1:04 
AnswerRe: Image Search Pin
OriginalGriff10-Mar-12 1:08
mveOriginalGriff10-Mar-12 1:08 
Questionread and display image in c# Pin
ri19879-Mar-12 22:03
ri19879-Mar-12 22:03 
AnswerRe: read and display image in c# Pin
OriginalGriff9-Mar-12 22:06
mveOriginalGriff9-Mar-12 22:06 
GeneralRe: read and display image in c# Pin
ri19879-Mar-12 22:17
ri19879-Mar-12 22:17 
GeneralRe: read and display image in c# Pin
OriginalGriff9-Mar-12 22:36
mveOriginalGriff9-Mar-12 22:36 
Ok, there are a couple of problems here...

Where do you want to get the image from? Is it in a file, or a database, or a web server? Or a application resource, or...
Each location would require different techniques to fetch the image.

You can't display an image in a Console application - they are restricted to text only. You would need to use a WinForms or WPF application (unless you are thinking of doing an automatic JPG to ASCII art conversion, and trust me, that gets complicated!)

If you use WinForms, then you can just place a PictureBox control on your form, or use the Paint event to display what you want. There are other ways to do this, but we need to know what you are trying to use before we can answer your question! Laugh | :laugh:
Ideological Purity is no substitute for being able to stick your thumb down a pipe to stop the water

GeneralRe: read and display image in c# Pin
ri19879-Mar-12 23:00
ri19879-Mar-12 23:00 
GeneralRe: read and display image in c# Pin
Richard MacCutchan9-Mar-12 22:38
mveRichard MacCutchan9-Mar-12 22:38 
GeneralRe: read and display image in c# Pin
ri19879-Mar-12 22:56
ri19879-Mar-12 22:56 
GeneralRe: read and display image in c# Pin
Richard MacCutchan9-Mar-12 23:07
mveRichard MacCutchan9-Mar-12 23:07 

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.