Click here to Skip to main content
15,888,113 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: read and display image in c# Pin
OriginalGriff10-Mar-12 0:25
mveOriginalGriff10-Mar-12 0:25 
GeneralRe: read and display image in c# Pin
Richard MacCutchan10-Mar-12 1:13
mveRichard MacCutchan10-Mar-12 1:13 
GeneralRe: read and display image in c# Pin
OriginalGriff10-Mar-12 1:22
mveOriginalGriff10-Mar-12 1:22 
GeneralRe: read and display image in c# Pin
DaveyM6910-Mar-12 2:16
professionalDaveyM6910-Mar-12 2:16 
GeneralRe: read and display image in c# Pin
majid abdollahi10-Mar-12 3:11
majid abdollahi10-Mar-12 3:11 
Questionrun .exe file in a panel Pin
pancakeleh9-Mar-12 19:09
pancakeleh9-Mar-12 19:09 
AnswerRe: run .exe file in a panel Pin
Abhinav S9-Mar-12 19:35
Abhinav S9-Mar-12 19:35 
GeneralRe: run .exe file in a panel Pin
OriginalGriff9-Mar-12 22:06
mveOriginalGriff9-Mar-12 22:06 
AnswerRe: run .exe file in a panel Pin
OriginalGriff9-Mar-12 22:02
mveOriginalGriff9-Mar-12 22:02 
SuggestionRe: run .exe file in a panel Pin
DaveyM699-Mar-12 22:15
professionalDaveyM699-Mar-12 22:15 
GeneralRe: run .exe file in a panel Pin
OriginalGriff9-Mar-12 22:24
mveOriginalGriff9-Mar-12 22:24 
AnswerRe: run .exe file in a panel Pin
DaveyM699-Mar-12 22:11
professionalDaveyM699-Mar-12 22:11 
AnswerRe: run .exe file in a panel Pin
Ravi Bhavnani10-Mar-12 4:38
professionalRavi Bhavnani10-Mar-12 4:38 

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.