Showing multi-page tiff in picturebox using vb.net

Answered Showing multi-page tiff in picturebox using vb.net

  • Friday, May 06, 2011 5:31 AM
     
     

    Hi,

    I'm developing a program that will show multipage tiff in a picturebox using vb.

    Can someone help me?

    Thanks.

    *Jovi

All Replies

  • Friday, May 06, 2011 5:55 AM
     
     

    I'm not sure if Tiff goes, but PNG does have a look at the bitmapimage a feature mostly related to WPF

    There is not yet much available on Internet so probably you have to do a lot yourself.

    http://msdn.microsoft.com/en-us/library/system.windows.media.imaging.bitmapimage.aspx

    Have a look in this sample on our website how you can use it

    http://www.vb-tips.com/BitmapImageDrawString.ASPX


    Success
    Cor
  • Friday, May 06, 2011 7:34 AM
     
     

    What problem are you having?  How are you selecting the active frame?

  • Monday, May 09, 2011 10:25 AM
     
     

    Hi Cor/JohnWein,

    Actually, I've not started coding yet but these are I want to accomplish:

     

    1. Load a multipage tiff image in the picturebox with navigation for next and previous image. (Not much of a problem as I've seen several articles on the net.)

    2. Mark the image with RED BOX and save the caption on mysql table. I want to imitate facebook's photo tagging.

    3. Whenever a mouse (mouseover) points to the marked portion of the image, it will show the caption saved from the DB.   

     

    I'm using VB.net and mysql for this project. This is a desktop application.

    Thank you.

  • Monday, May 09, 2011 10:55 AM
     
     
    When you have a problem, ask a question.
  • Tuesday, May 10, 2011 8:54 AM
    Moderator
     
     Answered

    Hi Jovi,

    Welcome to the MSDN Forum.

    Here is a code sample about handle tiff file:http://www.codeproject.com/KB/vb/faxeditor.aspx.

    so please take a look at it.

    I hope this will be helpful.

    Best regards,


    Mike Feng [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Friday, May 13, 2011 7:37 AM
    Moderator
     
     

    Hi Sufx,

     

    Thanks for posting in the MSDN Forum.

     

    Any update? I have marked my own reply as answer, if you think it provides no help, please unmark it, and  feel free to let me know your any concerns.

     

    Thank you for your understanding and support.

     

    Best Regards,
    Mike Feng [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Monday, May 16, 2011 5:32 AM
     
     Answered

    Hi Mike,

    The downloaded code worked but I still have to integrate it in my program.

    Thank you for your help. 

    Jovi

    • Marked As Answer by Jovi Salonga Monday, May 16, 2011 6:30 AM
    •  
  • Monday, May 16, 2011 6:36 AM
     
     Answered

    Hi JohnWein,

    Good that I came across your previous post.

    My problem on item#2 was answered in your post: 

    Working with PictureBox Image - Is there a better way

    http://social.msdn.microsoft.com/forums/en-us/Vsexpressvb/thread/F1319DE4-84D2-4515-9ACA-EDCC3EFCA3AB

    Great! Thanks. =)

    Jovi Salonga

     

     

     

     

    • Marked As Answer by Jovi Salonga Monday, May 16, 2011 6:36 AM
    •  
  • Monday, October 24, 2011 11:20 PM
     
     
    Jovi-  Did you ever get there?  Would be interested in source code if you got help and succeeded.  Thx.