CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2010
    Posts
    172

    Lightbulb How do you put a bitmap background in Win32 app window

    Hello could you please point out to me on msdn witch functions are used to create a BITMAP background on Win32 app

  2. #2
    Join Date
    Aug 2000
    Location
    New York, NY, USA
    Posts
    5,656

    Re: How do you put a bitmap background in Win32 app window

    Quote Originally Posted by gaar321 View Post
    Hello could you please point out to me on msdn witch functions are used to create a BITMAP background on Win32 app
    Could you please rephrase your question?
    An application doesn’t have a background.
    Vlad - MS MVP [2007 - 2012] - www.FeinSoftware.com
    Convenience and productivity tools for Microsoft Visual Studio:
    FeinWindows - replacement windows manager for Visual Studio, and more...

  3. #3
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: How do you put a bitmap background in Win32 app window

    See here and here.
    If though it's MFC, you can see what the process is so you can translate to Win32.
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

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