large image

  • Thread starter Thread starter kresimir ivkovic
  • Start date Start date
K

kresimir ivkovic

Dear guru's

This code doesnt work (VB).
My quest is how this big image crop and display in picturebox. Thanx

bmp = New Bitmap("C:\diagnostics5.jpg") ' dimension 40000 x 400 !!! in 16bit

PictureBox1.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox1.Image = bmp.Clone(New Rectangle(0, 0, 100, 200),
Imaging.PixelFormat.Format16bppRgb555)
 
my appologize for multi-post but server/line is breaking along to Croatia

thanx, but
my jpg have 40000 x 400 dimension and dont work on this kindless !!!!
 
Thanx dear Peter
and Marry Christmas

please read my code and thinking
large image to picturebox on anylanguage on any forum on any kind
 
Thanx dear Peter
and Marry Christmas

please read my code and thinking
large image to picturebox on anylanguage on any forum on any kind
 
Thanx dear Peter
and Marry Christmas

Please read my code and thinking
How "large image" to picturebox on anylanguage on any forum on any kind. :))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top