1.I want from a HBITMAP to take the height and width
2.I want to load a resource ( not a standard type - a JPG file ) , but FindResource(0,"JPG_1",0) fails !
I hope I will increase the points ... ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10073517.html
I am programming a little application that captures the screen using BitBlt (Because it is fast).But what i need to know is how to convert from Hbitmap or Hdc to a pointer that i can manipulate wit...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10194025.html
Zones:
C++Date Answered: 08/14/1999 Grade: B Views: 0
Does anyone know how I can move the data for a HBITMAP from one process to another. I know I can save the bitmap to a file and point the other process to the file then read it, but I am looking for...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_11906098.html
Hi
Im copying a number of bitmaps to the clipboard
and retrieving the handlesfor each.
the handles i am trying to store in an array.
Dlg.cpp
HBITMAP bmArray[10]
OnInitDlg()
for...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20406536.html
Zones:
C++Date Answered: 11/25/2002 Grade: A Views: 23
I've been all over the net trying to find a simple C program that uses a jpeg file. I have also delved into IJG's source code.
Is there a simple way to use a jpeg in a C application (needs to b...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20561165.html
MSDN Library has the example...
HBITMAP hBitmap;
HDC hMemDC;
hBitmap = CreateCompatibleBitmap(hDC, (WORD)lpInfo->biWidth,
lpInfo->(WORD)biHeight);
hMemDC = CreateCompatibleDC(hD...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20859949.html
Zones:
C++Date Answered: 02/03/2004 Grade: A Views: 4
Aright, I need sample code for this, as I am through beating my head against the wall, and not getting it.
Background: I'm injecting a Paint Hook dll into a process, to grab the window before it...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20953443.html
(please note EDIT at the end)
I feel I'm getting more confused by the minute!
I have a buffer containing data as copied from a direct-draw surface. I want to use methods in dibapi.h to create...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21029017.html
Zones:
C++Date Answered: 06/18/2004 Grade: A Views: 0
Hello,
I displayed BITMAP image by using LoadImage() function and DirectDraw stuff. Here is the part of my code. In these functions i did DirectDraw stuff.
HBITMAP bitmap = (HBITMAP)LoadImage...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_21248424.htm...
Zones:
Windows MFCDate Answered: 12/21/2004 Grade: A Views: 0
Hi
I'm trying to write an application that grabs the image off another application that I have no control over and the processes this image, I found a dead handy example in c++ at http://msdn.mi...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21693750.html
Zones:
C#Date Answered: 02/07/2006 Grade: A Views: 0