Advertisement

1 - 10 of 44 containing alltags:("StretchBlt") (0 seconds)
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...
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) ...
Zones: Windows ProgrammingDate Answered: 01/14/1999 Grade: A Views: 0
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...
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...
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...
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...
Zones: Windows ProgrammingDate Answered: 03/12/2002 Grade: A Views: 0
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)....
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 ...
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...
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...
Zones: Visual BasicDate Answered: 07/11/2003 Grade: A Views: 0