DICOM image in picture box
-
Hi, I want to dispaly a DICOM image(dcm) in picture box in picture box, and print this image. Can anybody help me?
Nothing in the .NET Framework supports DICOM images, so you'll have to convert them to BMP before you can use any of the standard controls to display them. Googling for "vb.net convert dicom to bmp" reveals this[^]. The first link is an article right here on CP.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
Nothing in the .NET Framework supports DICOM images, so you'll have to convert them to BMP before you can use any of the standard controls to display them. Googling for "vb.net convert dicom to bmp" reveals this[^]. The first link is an article right here on CP.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
thanks for you corporation, actully I want to load an dicom image and add a bmp image to this dicom image and then I want to print it, Can you help me in this?
I've never dealt with DICOM images before. It sounds like you would be much better off using a library that handles DICOM images for you. Google results[^]
Dave Kreskowiak Microsoft MVP - Visual Basic