Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   C++ (https://www.askmehelpdesk.com/forumdisplay.php?f=439)
-   -   Image components (https://www.askmehelpdesk.com/showthread.php?t=95407)

  • May 24, 2007, 05:25 AM
    Tsholofelo
    Image components
    Hello everyone, can someone help me with clearing a image picture that is particularly in a format of a bitmap during form load.

    Thank you a lot all those who tried.

    Tsholofelo
  • May 24, 2007, 05:39 AM
    ScottGem
    Can you explain this in more detail and what this has to do with C++
  • May 28, 2007, 02:09 AM
    Tsholofelo
    Okay explaining my question futhur!!

    Image1->Picture->clear();

    This does not work but I want a method that will clean up a bitmap picture from an image component.

    This is everything to do with C++
  • May 29, 2007, 08:39 AM
    asterisk_man
    What do you mean by "clean up". Do you mean free up the memory being used by that image or are you talking about some image processing function?
  • May 29, 2007, 11:39 PM
    Tsholofelo
    I mean free up the image components as well as the memory being used by that image
  • May 30, 2007, 06:11 AM
    asterisk_man
    Can you not just delete the object in the standard way? i.e. with the delete command? If you're talking about some windows specific stuff I can't help there.

  • All times are GMT -7. The time now is 12:50 AM.