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

    Change Bitmap Resource

    Hi,

    is it possible to change a bitmap resource during runtime or is it possible to create a new one that can be used with "LoadBitmap(resourceid)" ?

    I have to do it as a resource and would appreciate any help on this.

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

    Re: Change Bitmap Resource

    The UpdateResource function adds, deletes, or replaces a resource in an executable file.
    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 ]

  3. #3
    Join Date
    Apr 2004
    Posts
    62

    Re: Change Bitmap Resource

    Thanks alot !

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