In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

ActiveX FileView Control

Xailer professional forum in English
Timm
Mensajes: 136
Registrado: Lun Jun 21, 2010 11:01 am

ActiveX FileView Control

Mensaje por Timm »

Hi!

I am use the FileView control from LogicNP Software with Xailer.
This is an example C++ code for customizing the check/uncheck bitmaps:

//Load the image from the path
CString filePath = _T("c:\\checkimages.bmp");
HBITMAP hBmp = (HBITMAP)LoadImage(AfxGetInstanceHandle(),filePath,IMAGE_BITMAP,0,0, LR_LOADFROMFILE);
CPictureHolder ph ;
ph.CreateFromBitmap(hBmp,NULL,FALSE);

// Set custom check/uncheck images
// The strip specified below contains 4 images side-by-side each of width 15 pixels
FileView.SetCheckBoxBitmaps( ph.GetPictureDispatch(), 15, RGB(255,255,255));

I don´t know to implement this in Xailer.
Can anyone perhaps help me with this?

Best regards, Timm.
Responder