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:...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10008808.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10059475.html
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?
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10141562.html
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?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10164201.html
Zones:
Visual BasicDate Answered: 05/26/1999 Grade: A Views: 0
can any expert show me how to use bitblt api.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10184850.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10199504.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10263245.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10317919.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10321685.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20163439.html
Zones:
Visual BasicDate Answered: 08/06/2001 Grade: A Views: 0