Advertisement

1 - 10 of 79 containing alltags:("hbitmap") (0 seconds)
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 ... ...
Zones: Windows ProgrammingDate Answered: 08/19/1998 Grade: B Views: 0
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...
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...
Zones: Windows ProgrammingDate Answered: 11/24/2000 Grade: A Views: 0
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...
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...
Zones: Windows ProgrammingDate Answered: 04/08/2003 Grade: B Views: 0
MSDN Library has the example... HBITMAP hBitmap; HDC hMemDC; hBitmap = CreateCompatibleBitmap(hDC, (WORD)lpInfo->biWidth,           lpInfo->(WORD)biHeight); hMemDC = CreateCompatibleDC(hD...
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...
Zones: C++, Adobe Type Manager, Font CreatorDate Answered: 04/14/2004 Grade: A Views: 8
(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...
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...
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...
Zones: C#Date Answered: 02/07/2006 Grade: A Views: 0