Advertisement

1 - 10 of 126 containing alltags:("BitBlt") (0.001 seconds)
I can't get a simple bitblt to work within a dialog box. I have an messagebox() telling me that it's drawn, but we see no pretty pictures. BTW, this is in the OnPaint() function.. Here's some code:...
Zones: Windows ProgrammingDate Answered: 04/24/1997 Grade: C Views: 0
I just started working with VB5.0 and I don't have any idea how to use BitBLT. I would really like a WORKING example for VB5.0    Then just a simple explanation of what is going on and all. Please ...
Zones: Visual BasicDate Answered: 06/26/1998 Grade: A Views: 0
A loop on a BitBlt operation on NT seems to overload the CPU (CPU meters show 100% usage), whereas the same code does not load the CPU on Win98. What is the reason for this?
Zones: Windows ProgrammingDate Answered: 04/02/1999 Grade: B Views: 0
function test(pic as picturebox,source as picturebox) bitblt pic.hdc,0,0,10,10,source.hdc,0,0,srccopy end function Why wont this work?
Zones: Visual BasicDate Answered: 05/26/1999 Grade: A Views: 0
can any expert show me how to use bitblt api.
Zones: Visual BasicDate Answered: 09/01/1999 Grade: C Views: 0
I'm able to display a bitmap on the screen but when I try to print it (to a printer DC), it doesn't work. Other functions like Ellipse works well but my bitmap is never displayed. BitBlt return fal...
Zones: Windows MFC, Font CreatorDate Answered: 08/31/1999 Grade: A Views: 0
I'm using bitblt API to quickly draw images onto another image, but my question is: How do I get the _new_ bitmap to remain as it is. Currently all that is painted onto it can be wiped of by minimi...
Zones: Visual BasicDate Answered: 01/21/2000 Grade: B Views: 0
I have used picture boxes and the API function BitBlt without any problem. The picture box has a hDC handle for the API function. I am now using an image control and need to BitBlt the image to ...
Zones: Visual BasicDate Answered: 03/28/2000 Grade: A Views: 0
I would like to write my own BitBlt function, and my question is, how do you get a pixel from memory to the screen?  I've always had bad BAD luck with ASM and windows...  Can anyone point me in the...
Zones: Windows ProgrammingDate Answered: 05/18/2000 Grade: A Views: 4
I want to make a flicker-free chart that is updated rapidly.  I was able to make a chart side-by side with a picture box.  The chart is updated and flickers and I used Bitblt to copy the contents o...
Zones: Visual BasicDate Answered: 08/06/2001 Grade: A Views: 0