Displaying a BMP in Borland C++ for Windows.

Can some one please post how I would go about

displaying BMP in Windows for Borland C++

for Windows. I have looked every where trying to find

out how to do it.


Thank you very much..


URL:http://www.kizone.com

Comments

  • : Can some one please post how I would go about

    : displaying BMP in Windows for Borland C++

    : for Windows. I have looked every where trying to find

    : out how to do it.


    : Thank you very much..


    How are you doing it now?


  • : : Can some one please post how I would go about

    : : displaying BMP in Windows for Borland C++

    : : for Windows. I have looked every where trying to find

    : : out how to do it.


    : : Thank you very much..


    : How are you doing it now?


    With "BMPView" inside of a CONTROL statement.


  • : : : Can some one please post how I would go about

    : : : displaying BMP in Windows for Borland C++

    : : : for Windows. I have looked every where trying to find

    : : : out how to do it.


    : : : Thank you very much..


    : : How are you doing it now?


    : With "BMPView" inside of a CONTROL statement.


    I've never heard of that. How's that done?


    What I do is read the BMP file header, and then just use GDI functions to do the rest of the dirty work. I can give you some of my code but they're probably not as elegant as your solution.


Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories