Question

Use of Window handle and BMP's

Asked by: nickwoolley

I have used API functions to manipulate windows using their handles, eg setting top most etc.

I am interfacing with a video capture card and I have got a function from a direct video capture software library which it says "retrieves  the contents of a video window as a windows BMP image" and returns the handle to the a newly created windows BMP.

My question is what can I do with the handle? I want to transfer the image to a picturebox.

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2000-12-13 at 06:03:49ID20004837
Tags

handle

Topic

Visual Basic Programming

Participating Experts
3
Points
75
Comments
15

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. BMP
    I'm currently programming under windows in c++ 4.5 by borland, my problem is that i can't get aany kind of BMP to display, and was wondering if you would have any ideas on how to write the code to display a BMP of any kind.
  2. JPG -> BMP
    I have my app to load some BMP's from resources . The problem is that BMP's are really large .. and my EXE is > 3MB . I wonder how could I load JPG and convert it to a HBITMAP or something .. Can anyone help me ? Thanks
  3. opennig a bmp using win32 API
    how to open a bmp file in binary format using win32 API

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: l99057jPosted on 2000-12-13 at 06:39:01ID: 15053

Private Declare Function CreateCompatibleBitmap Lib "gdi32" (ByVal hdc As Long, ByVal nWidth As Long, ByVal nHeight As Long) As Long
Private Declare Function BitBlt Lib "gdi32" (ByVal hDestDC As Long, ByVal x As Long, ByVal y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hSrcDC As Long, ByVal xSrc As Long, ByVal ySrc As Long, ByVal dwRop As Long) As Long
Private Declare Function CreateCompatibleDC Lib "gdi32" (ByVal hdc As Long) As Long
Private Declare Function SelectObject Lib "gdi32" (ByVal hdc As Long, ByVal hObject As Long) As Long
Public Declare Function DeleteDC Lib "gdi32" Alias "DeleteDC" (ByVal hdc As Long) As Long

Private Const SRCCOPY = &HCC0020 ' (DWORD) dest = source

Dim hNewDC As Long
Dim hOldBitmap As Long

'Create a device context
hNewDC = CreateCompatibleDC(Picture1.hdc)

'Select the bitmap into the device context...
hOldBitmap = SelectObject(hNewDC, hBMPHandle)
   
'Draw the picture into the picture box...
BitBlt Picture1.hdc, 0, 0, 20, 20, hNewDC, 0, 0, SRCCOPY
   
'Deselect the bitmap
SelectObject hNewDC, hOldBitmap
   
'Release the device context
DeleteDC hNewDC

 

by: morgan_peatPosted on 2000-12-13 at 06:41:48ID: 15073

Check out the DIBSection class from vbAccelerator.com.  This contains all the functionality needed to manipulate DIB's.

http://www.vbaccelerator.com/codelib/gfx/cdibsect.zip

 

by: Erick37Posted on 2000-12-13 at 07:08:18ID: 15118

You can use the oleCreatePictureIndirect API to convert a bitmap handle into an OLE Picture object.  Here is an example which loads a bitmap from file and uses its handle to create a picture.

Option Explicit
Private Type PicBmp
    Size As Long
    Type As Long
    hBmp As Long
    hPal As Long
    Reserved As Long
End Type
Private Type GUID
    Data1 As Long
    Data2 As Integer
    Data3 As Integer
    Data4(7) As Byte
End Type
Private Declare Function OleCreatePictureIndirect Lib "olepro32.dll" _
    (PicDesc As PicBmp, RefIID As GUID, _
    ByVal fPictureOwnsHandle As Long, IPic As IPicture) As Long
   
'// For testing
Const LR_LOADFROMFILE = &H10
Const LR_DEFAULTSIZE = &H40
Private Declare Function DeleteObject Lib "gdi32" (ByVal hObject As Long) As Long
Private Declare Function LoadImage Lib "user32" Alias "LoadImageA" _
    (ByVal hInst As Long, ByVal lpsz As String, ByVal un1 As Long, ByVal n1 As Long, ByVal n2 As Long, ByVal un2 As Long) As Long
'//

Private Sub Command1_Click()
    Dim hBmp As Long
    'Get a bitmap handle
    hBmp = LoadImage(0, "c:\bitmap1.bmp", 0, 0, 0, LR_DEFAULTSIZE Or LR_LOADFROMFILE)
    'Create a picture from a bitmap handle
    Picture1.Picture = CreateBitmapPicture(hBmp)
    'Free the picture in memory
    Call DeleteObject(hBmp)
End Sub

Public Function CreateBitmapPicture(ByVal hBmp As Long, Optional ByVal hPal As Long) As Picture

    Dim r As Long
    Dim Pic As PicBmp
    ' IPicture requires a reference to "Standard OLE Types."
    Dim IPic As IPicture
    Dim IID_IDispatch As GUID
   
    If IsMissing(hPal) Then hPal = 0
    ' Fill in with IDispatch Interface ID.
    With IID_IDispatch
    .Data1 = &H20400
    .Data4(0) = &HC0
    .Data4(7) = &H46
    End With

    ' Fill Pic with necessary parts.
    With Pic
    .Size = Len(Pic)          ' Length of structure.
    .Type = vbPicTypeBitmap   ' Type of Picture (bitmap).
    .hBmp = hBmp              ' Handle to bitmap.
    .hPal = hPal              ' Handle to palette (may be null).
    End With

    ' Create Picture object.
    r = OleCreatePictureIndirect(Pic, IID_IDispatch, 1, IPic)

    ' Return the new Picture object.
    Set CreateBitmapPicture = IPic
End Function

 

by: nickwoolleyPosted on 2000-12-15 at 03:04:08ID: 21283

morgan_peat: This is a good site, and I've downloaded the DIB class but it will need me to spend some time looking through it.

Erick37: This was simple to setup and works well with Windows Bmp's.

My Problem is that I am working with a Bmp which is a DIB Device Independant Bitmap) in 'top-down' format with a negative height (Let's be honest I don't really know what I'm talking about!).

l99057j: Your comment looks as though it might do some conversion as it references CreateCompatibleBitmap??? But I would need a little more explanation from 'Create a device context......'
 

 

by: l99057jPosted on 2000-12-15 at 07:56:54ID: 21995

You need to BitBlt the image from the capture to the picture box.  BitBlt requires two Device Contexts... one for the source and one for the destination.  The captured image is not bound to a device context, it is simply the minimum amount of information necessary to define what the bitmap looks like.

CreateCompatibleDC creates a device context that has the same configuration (bits-per-pixel, planes, etc.) as the picturebox you are going to copy the bitmap to.  

SelectObject actually associates the bitmap with the device context you created so that it can be used in the BitBlt call.

The second select object de-associates the bitmap with the device context.

The DeleteDC call cleans everything up so we don't leak memory.

 

by: nickwoolleyPosted on 2000-12-15 at 09:57:25ID: 22597

l99057j:

This looks good!

Does gdi32.dll come with NT, Win95, and Win98 do you know?

I've setup the code and when I run it I get the message no picture loaded, so I assume the BiBlt function is not working yet. MSDN notes for BitBlt say that the parameter  hdcSrc, which you have as hNewDC, is the handle to the source device context. Should hNewDC be hOldBitmap? I tried changing it but it did not work. I need to do some more testing on it

(I assume hBMPHandle is the handle I have which is returned from the capture card.)

I shall be back on the case Tuesday, have a good weekend everyone.

 

by: l99057jPosted on 2000-12-15 at 10:18:47ID: 22691

No hNewDC is correct.  The code ran on my machine. The only thing I left out is that hBMPHandle is indeed the handle returned from the capture card.  

Check the return values from all the API calls and you'll narrow down the problem.  I left them out for brevity.

 

by: l99057jPosted on 2000-12-15 at 10:19:37ID: 22694

P.S. gdi32.dll is an integral part of windows.  If it isn't there, your application will be the least of the user's worries :)

 

by: nickwoolleyPosted on 2000-12-18 at 02:34:03ID: 28151

l99057j: I tried loading the image using the Bmp handle from the capture card with your code and got the error message no image loaded. I then tried loading an image direct from a saved Bmp and passing to a handle with the your code adapted as below, but I get the same message.

What format of Bmp is your code compatible with?


Public Declare Function CreateCompatibleBitmap Lib "gdi32" (ByVal hdc As Long, ByVal nWidth As Long, ByVal nHeight As Long) As Long
Public Declare Function BitBlt Lib "gdi32" (ByVal hDestDC As Long, ByVal X As Long, ByVal Y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hSrcDC As Long, ByVal xSrc As Long, ByVal ySrc As Long, ByVal dwRop As Long) As Long
Public Declare Function CreateCompatibleDC Lib "gdi32" (ByVal hdc As Long) As Long
Public Declare Function SelectObject Lib "gdi32" (ByVal hdc As Long, ByVal hObject As Long) As Long
Public Declare Function DeleteDC Lib "gdi32" (ByVal hdc As Long) As Long
Public Const SRCCOPY = &HCC0020 ' (DWORD) dest = source
Public Declare Function LoadImage Lib "user32" Alias "LoadImageA" (ByVal hInst As Long, ByVal lpsz As String, ByVal un1 As Long, ByVal n1 As Long, ByVal n2 As Long, ByVal un2 As Long) As Long


Sub Main()

'Some code

hBmp = LoadImage(0, "C:\dog.bmp", 0, 0, 0, &H40 Or &H10)
Call ConvertAndLoadDIBBmp(hBmp)

'Some more code

End Sub


Public Function ConvertAndLoadDIBBmp(hBmp As Long)

    Dim hNewDC As Long
    Dim hOldBitmap As Long
   
    On Error GoTo errHandler
   
    'Create a device context
    hNewDC = CreateCompatibleDC(Form1.Picture1.hdc)
    'hNewDC = CreateCompatibleDC(frmLive.imPhoto.hdc)
   
    'Select the bitmap into the device context...
    hOldBitmap = SelectObject(hNewDC, hBmp)
       
    'Draw the picture into the picture box...
    BitBlt Form1.Picture1.hdc, 0, 0, 20, 20, hNewDC, 0, 0, SRCCOPY
   
    Form1.Show
   
    'Deselect the bitmap
    SelectObject hNewDC, hOldBitmap
       
    'Release the device context
    DeleteDC hNewDC

End Function

 

by: nickwoolleyPosted on 2001-01-02 at 08:44:10ID: 66887

l99057j: Should your code work with a handle to a DIB Bmp as compared to a windows Bmp?

 

by: l99057jPosted on 2001-01-02 at 10:25:35ID: 67133

I copied my code from above, pasted it into VB and it worked fine... step through the code one line at a time and tell me which line is throwing the error.

 

by: nickwoolleyPosted on 2001-01-03 at 02:55:01ID: 72140

l99057j:You tried it with a DIB?

 

by: l99057jPosted on 2001-01-03 at 06:58:10ID: 73217

I tried your code which loaded a BMP from a file.  Since I don't have a video capture card or other easy way to create a DIB in memory I didn't try that.  Theoretically, once Windows has a handle to a bitmap you aren't supposed to have to worry about minor differences in structure.

P.S.  In reference to your earlier post about the top-down format with a negative height...  this just means that the image is stored "upside down".  If you want to learn all about bitmaps I recommend Nigel Thompsons's "Animation Techniques in Win32."  The book is aimed at game developers and was written before the advent of DirectX, so most of the game stuff is outdated.  But the early chapters tell all about bitmap structures, device contexts, and palettes.  A VERY good source of information.  I had to read these chapters four or five times before everything clicked, but I have yet to find anything better.  I know at one point you could find it on MSDN for free.

 

by: nickwoolleyPosted on 2001-01-03 at 07:20:34ID: 73315

l99057j: I can believe it works with a handle to a normal Bmp, infact I successfully tested one of the above code examples with a handle to a Windows Bmp. I think the problem lies with the format of the DIB. Can I send you the DIB file (163KB)?

 

by: nickwoolleyPosted on 2001-04-30 at 03:10:17ID: 6039640

It was the format of my BMP which was causing the problem.

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...