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.
If a ListView control losts focus the background color of the selected item changes. It gets the same color as a not selected item. Can I avoid this behavior?
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_B...
Hi! I am using a photo printer that supports different photo sizes. The paper is on a roll and it is cut off when the photo lenghs is reached. I call :GetPaperNames() to get the possible sizes and try to change Printer:nPaperSizeType in order switch to a certain sizes. But it has no effect, the prin...
Attached you will find a description of a method I can use with the FileView ActiveX control. I don´t know how to pass an image to that method. Can someone perhaps give me a hint?
Hi Jose! With your new ocx.o I get random GPFs: #1: GPF (Code = c0000005): Access violation RUNFORM (0) TAPPLICATION:RUN (286) MAIN (15) Without adding the new ocx.o it works. You will find a sample here: https://www.dropbox.com/s/njp2j0o4wm1uyst/FileViewSample.zip ?dl=0 Best regards, Timm.
Jose, works, many thanks! Starting from the IDE I always get this error message in the debugger window (but the program works): #1: FTH: (3280): *** Fault tolerant heap shim applied to current process. This is usually due to previous crashes. *** Best regards, Timm.