JPG's in VB5?

  • Thread starter Thread starter Paul Connors
  • Start date Start date
P

Paul Connors

Hopefully a simple question: We have a large VB5
application which is in the process of being upgraded
to .Net. However, in the interim, we simply need a
Picture control which can support .jpg. Any suggestions?
Thanks in advance.
 
* "Paul Connors said:
Hopefully a simple question: We have a large VB5
application which is in the process of being upgraded
to .Net. However, in the interim, we simply need a
Picture control which can support .jpg. Any suggestions?

The .NET Windows Forms PictureBox control supports the JPEG format.
 
Back
Top