CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: bitmap

  1. #1
    Join Date
    Mar 2003
    Location
    Bulgaria
    Posts
    25

    bitmap

    hi all,
    i have a bitmap file and i wanna diplay it on my window. what are the functions i have to use?
    thanks
    Courage is no the absence of Fear... it is the presence of fear, but the will to keep going!

  2. #2
    Join Date
    Jan 2003
    Location
    Cambridge, UK
    Posts
    752
    search for it in Bitmap section of www.codeproject.com or www.codeguru.com
    Cheers,

    Alex
    Please rate this post if you find it helpful

  3. #3
    Join Date
    Mar 2003
    Posts
    41
    check out this tutorial on gametutorials.com.

    http://www.gametutorials.com/Tutoria.../Win32_Pg2.htm

    The tutorial is for using a open file dialog, but I found it more useful for information on how to open and display a bitmap.

    Hope This Helps!!!!
    Matthew Sanford

    "The man who doesn't read good books has no advantage over the man who can't read them."
    -- Mark Twain

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured