Clicking the print menu item causes the program to print a bitmap image of multi picture boxes with icons in them. I want to use the StretchBlt function to properly scale the icon on the printed p...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10009163.html
Zones:
Visual BasicDate Answered: 04/28/1997 Grade: C Views: 0
I'm using the 'StretchBlt' API to perform a "print screen" operation. Everything works fine on my system and on some others. On many systems, however, 'StretchBlt' returns zero (=> FALSE => error) ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10117111.html
A need arose to have a print screen module/exe for my app. I have a version working using all kind of api calls and what not. I decided to simplify the process and use StretchBlt. I have it putt...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10324713.html
Zones:
Visual BasicDate Answered: 04/07/2000 Grade: B Views: 0
I wrote a function that will draw a certain picture on a specified DC, given a x1,y1,x2 and y2. The picture would stretch to math the coordinates. But when i use the StrtchBlt function, Windows doe...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10353600.html
Zones:
Visual BasicDate Answered: 05/23/2000 Grade: A Views: 0
I have inherited some code that is supposed to print the contents of a picture box to the printer along with some extra text. It seems to work fine on one particular printer on the network but fai...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10815301.html
Zones:
Visual BasicDate Answered: 07/27/2000 Grade: A Views: 0
In my program, it is necessary to convert the screen capture image from the screen's bit depth (usually 32bpp) to a 24bit format. With this code, I get about 0.5 to 1.0 seconds of lag (system freez...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20274466.html
Hi all,
when i use stretchblt from a memory dc to a printer dc over a bitmap with white backcolor the background of the printed bitmap is draw with dots that looks like shadow (gray background)....
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20315648.html
Zones:
C++Date Answered: 07/11/2002 Grade: B Views: 0
I create a monochrome DDB (1024 X 1024), and I set only the bits in the last (right most) column. I use this DDB as the source for a StretchBlt(). I use SetStretchBltMode( WHITEONBLACK ). It seems ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20360953.htm...
Zones:
Windows MFCDate Answered: 07/15/2004 Grade: A Views: 0
I am trying to print TIFF images from visual basic on Windows XP. I have tried many libraries to do this. On windows 2000, I used Imaging for Windows, however it is not available in Windows XP. I h...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20558013.html
Zones:
Visual BasicDate Answered: 03/21/2003 Grade: A Views: 0
Hello.
I decided to post a 500 pts question because this has given me headache for about a week.
Seems I can't make the StretchBlt API work as it should. Actually, it's not working as it shou...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20669852.html
Zones:
Visual BasicDate Answered: 07/11/2003 Grade: A Views: 0