Thread: simple noob question: HWND, HDC etc.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Aug 2003
    Posts
    22

    simple noob question: HWND, HDC etc.

    I've been learning winprogramming for several days now but I still haven't found out what EXACTLY are HWND,HBITMAP,HDC etc. I understand that theyre some sort of handles, but what type? No description of them on MSDN.
    The problem arose when I wanted to find out information about a bitmap that I had attached to HBITMAP thingy.
    Eventually I will probably have to write code for saving BMPs from HBITMAPS, but first I would like to have clear idea whats the mechanism behind all this.

    To put it short: Can I access pixel and other data associated with my HBITMAP handle?

    Most of you are probably laughing on the floor reading this but I can't help being a noob :P

    Thanks for your time.
    Last edited by freedik; 08-18-2003 at 06:25 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to fill an ellipse
    By Ducky in forum Windows Programming
    Replies: 4
    Last Post: 08-30-2008, 09:05 AM
  2. sprite
    By lilhawk2892 in forum Game Programming
    Replies: 6
    Last Post: 10-18-2005, 07:36 PM
  3. My first "real" windows app
    By JoshR in forum Windows Programming
    Replies: 2
    Last Post: 07-28-2005, 07:40 AM
  4. simple noob question
    By NiVaG in forum Linux Programming
    Replies: 5
    Last Post: 09-28-2004, 06:56 PM
  5. opengl program as win API menu item
    By SAMSAM in forum Game Programming
    Replies: 1
    Last Post: 03-03-2003, 07:48 PM