PC Review


Reply
Thread Tools Rate Thread

Display the image into picturebox without saving image files into Hard disk

 
 
Dev
Guest
Posts: n/a
 
      21st Jul 2003
Dear Friends,



I am passing the image name, size (in bytes) and imgaeformat (like jpg or bmp or pdf) through the network.



I want display the image into picturebox without saving image files into Hard disk. Just display the image into PictureBox.... Is it Possible? If so how do to this?



Programming language - VC#

What is MemoryBmp (Image Format) in C#?



If any one knows....Please let me know....

Any suggestion would be greatly appreciated...



Thanks,

Dev


 
Reply With Quote
 
 
 
 
Chris Capel
Guest
Posts: n/a
 
      21st Jul 2003
Do you have the network path of the image? If so, you don't need the size, or the type. Just do this:

Image i = Image.FromFile(networkpath);
pictureBox1.Image = i;

Does this help?

Or do you mean you're passing the actual content of the image over a socket?

Chris
"Dev" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
Dear Friends,



I am passing the image name, size (in bytes) and imgaeformat (like jpg or bmp or pdf) through the network.



I want display the image into picturebox without saving image files into Hard disk. Just display the image into PictureBox.... Is it Possible? If so how do to this?



Programming language - VC#

What is MemoryBmp (Image Format) in C#?



If any one knows....Please let me know....

Any suggestion would be greatly appreciated...



Thanks,

Dev

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Saving an image from a picturebox Bart Steur Microsoft VB .NET 2 26th Nov 2007 10:47 AM
Form an image from received bytes from server and display that image into the picturebox nishi.hirve@gmail.com Microsoft C# .NET 2 25th Jul 2006 07:17 AM
Saving image in picturebox to a jpeg file. Need help!! =?Utf-8?B?Tm9ibGUgQmVsbA==?= Microsoft Dot NET Compact Framework 16 7th May 2005 04:09 PM
Binding a SQL Image Column to an Image Control - Can I Avoid Saving The ByteStream/FileStream To Disk ? Ben Willett Microsoft ADO .NET 1 29th Sep 2003 08:10 AM
Display the image into picturebox without saving image files into Hard disk. Dev Microsoft Dot NET Framework Forms 0 21st Jul 2003 03:42 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:35 PM.