Go Back   Forum Care Forums > Development Reference Area > Visual Basic

Reply
 
LinkBack Thread Tools Display Modes
Transfering and recieving images using winsock??
Old
  (#1)
313 Games
Guest
 
Posts: n/a
Default Transfering and recieving images using winsock?? - 06-04-2007, 10:34 AM

subject.

and plus: i want to show the recieved image in a picturebox and the sending
image from a picturebox..

how to? i already tried some googling...


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Transfering and recieving images using winsock??
Old
  (#2)
Dean Earley
Guest
 
Posts: n/a
Default Re: Transfering and recieving images using winsock?? - 06-04-2007, 10:34 AM

313 Games wrote:
> subject.
>
> and plus: i want to show the recieved image in a picturebox and the sending
> image from a picturebox..
>
> how to? i already tried some googling...


You'd need to encode it to a data stream first.
You can use JPEG (requires a 3rd party DLL), Bitmap (save to disk and
send that), Bitmap/Packed DIB in memory (numerous API calls), or many
others.
You may want to check the graphics code at www.vbaccelerator.com

--
Dean Earley (EMAIL REMOVED)
i-Catcher Development Team

iCode Systems
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Transfering and recieving images using winsock??
Old
  (#3)
313 Games
Guest
 
Posts: n/a
Default Re: Transfering and recieving images using winsock?? - 06-04-2007, 10:34 AM

> bitmap (save to disk and send that),

how do i save an image from an picturebox?


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Transfering and recieving images using winsock??
Old
  (#4)
Dean Earley
Guest
 
Posts: n/a
Default Re: Transfering and recieving images using winsock?? - 06-04-2007, 10:34 AM

313 Games wrote:
>> bitmap (save to disk and send that),

>
> how do i save an image from an picturebox?


The SavePicture() method.
The VB help has few examples on how to do this.

--
Dean Earley (EMAIL REMOVED)
i-Catcher Development Team

iCode Systems
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Transfering and recieving images using winsock??
Old
  (#5)
313 Games
Guest
 
Posts: n/a
Default Re: Transfering and recieving images using winsock?? - 06-04-2007, 10:34 AM

> The SavePicture() method.
> The VB help has few examples on how to do this.


ok, thanks i should come out with my program now


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

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 On





Contact Us - Forum Care Forums - Archive - Top