April 24, 2024, 11:37:23 AM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


ImageWin in dialog

Started by Pip1957, July 31, 2006, 06:27:05 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Pip1957

Hello all, can anyone show me how to create an image window in a dialog. I have a dialog that is setup like a file requestor and I want to be able to preview images when single clicked on in the listview. just need to know how to setup the window using the ImageWin Class.

Ionic Wind Support Team

ImageWin class?

There are image classes like CImage and CBitmap. 

Just create a captionless child window of the dialog.  Use CImage to load the image and render it to that window.
Ionic Wind Support Team

Pip1957


Ionic Wind Support Team

Check out weatherman.src.  Not a dialog parent but the same technique applies.  Just create the render window while processing OnInitDialog.
Ionic Wind Support Team

Pip1957