I downloaded the entire project and referenced the compiled DLL in my WinForm project. I found that ImageViewerControl is a UserControl. Can I use it as a DICOM image display control embedded in my application interface? I manually instantiated an ImageViewerControl object, as well as ImageViewerComponent and ImageViewerComponentViewer objects. However, when I call the ImageViewerComponent.LoadImages method, a null error occurs. Is there an example of using ImageViewerControl as a control without launching ClearCanvas.Desktop.Executable.EXE?
I downloaded the entire project and referenced the compiled DLL in my WinForm project. I found that
ImageViewerControlis aUserControl. Can I use it as a DICOM image display control embedded in my application interface? I manually instantiated anImageViewerControlobject, as well asImageViewerComponentandImageViewerComponentViewerobjects. However, when I call theImageViewerComponent.LoadImagesmethod, a null error occurs. Is there an example of usingImageViewerControlas a control without launchingClearCanvas.Desktop.Executable.EXE?