November 15th, 2010 02:02 PM
I am looking for an image viewer in C++ (visual - mfc) that can mainipulate a tif, jpg...with zoom and antialiasing (greyscale) features. Any recommendtaions? I am not interested in anything that...
September 21st, 2004 04:54 AM
September 21st, 2004 12:34 AM
I am not quite sure what the handle to the process is - if all I have is the thread that I created and its handle? What is considered the process if not the thread?
Sharon
September 20th, 2004 05:10 AM
I am to call "SetpriorityClass (thread, ABOVE_NORMAL_PRIORITY_CLASS) and it returns with an error - invalid handle on the GetLastError(). THis same handle to the thread is used in an immediate...
September 5th, 2004 06:56 AM
Actually after more research and investigation I discovered that you cannot gain access to the mainframe through a thread and if printing is in a thread - the MFC code automatically goes through...
August 31st, 2004 04:48 AM
Anyone ever try - or have a suggestion - how to pass the printing off as a thread in an MFC application? When I surround an OnFilePrint as a thread, it bombs when the "viewprint.cpp-OnFilePrint"...
November 4th, 2003 02:40 AM
I am trying to use the horizontal scroll in an owner draw listbox. I set the horizontal extent properly but when I scroll it does not scroll the text properly and it fills in the text with repeated...
February 6th, 2000 04:52 AM
Thank you for your reply . I am sending you the source that creates the dibs, with a test to the screen and where my actual printing occurs.
Both strectdibbits display the picture correctly with the...
February 2nd, 2000 02:24 AM
Any idea why when I use the DDBtoDib routine, and then I do a StretchDIBits to the screen or printer all of the colors get distorted? I tried setting the stretch mode and that did not help either? I...
September 22nd, 1999 03:49 AM
When I try to use the afx library as static and not as a dll the Hebrew MFC Bidiex.dll doesn't work.
Any ideas why?
Sharon
August 4th, 1999 03:30 AM
I am using Hebrew supplement to VisualC++ and for some reason the standard right aligned menu jumps
left when I am using different window functions like cascade, tile, etc..Any ideas what would...