Thread: Bitmaps in windows

  1. #1
    Registered User
    Join Date
    Jul 2005
    Posts
    100

    Bitmaps in windows

    Hey I made a window and I was wondering if all this windows programming can be done in straight C++ instead of being confused with all this "C" stuff. Uhh... I made a window...went along with all this C stuff. But I want a bitmap to come onto a window. How do I do that?

  2. #2
    Banned
    Join Date
    Jun 2005
    Posts
    594
    this may or may not be what you are wanting.

  3. #3
    Registered User
    Join Date
    Jul 2005
    Posts
    100
    THANK YOU WONDERFUL tutorial. Now...to make a demo of a ball to bounce ( for pong ). I dont know how to make the bitmap have collision and implement simplistic physics to make the ball bounce like a pong ball.

    EDIT: Wow this sucks. The example doesn't work and I'm not using a Microsoft compiler- I'm using bloodshed dev-c++ 4.9.9.2. So...all this stuff isn't working for me. I don't know how to import a bitmap into the compiler and make an .rc file or whatever.
    Last edited by blankstare77; 07-26-2005 at 06:09 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. About windows bitmaps
    By pronecracker in forum Windows Programming
    Replies: 11
    Last Post: 04-16-2007, 07:04 AM
  2. Question..
    By pode in forum Windows Programming
    Replies: 12
    Last Post: 12-19-2004, 07:05 PM
  3. Codec Bitrates?
    By gvector1 in forum C# Programming
    Replies: 2
    Last Post: 06-16-2003, 08:39 AM
  4. Manipulating the Windows Clipboard
    By Johno in forum Windows Programming
    Replies: 2
    Last Post: 10-01-2002, 09:37 AM
  5. How come this only works in Windows nt/2000?
    By Unregistered in forum Windows Programming
    Replies: 1
    Last Post: 08-30-2002, 06:54 PM