CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2002
    Location
    INDIA
    Posts
    135

    Help needed to a beginner

    Hi ,

    Is it possible to extract some part from a bitmap?if so, please help me.

    Advanced Thax,

    -Srujan


  2. #2
    Join Date
    Apr 2002
    Posts
    4

    Re: Help needed to a beginner

    i do this by load the bitmap into a compatible dc
    and then save portion of the screen to a bitmap file,maybe u can do this too


  3. #3
    Join Date
    Mar 2000
    Location
    Bangalore,India
    Posts
    776

    Re: Help needed to a beginner

    Hi
    u can extract some part of bitmap. use LoadImage() and CopyImage() to do ur job.

    Regards
    skp

    Be sure to rate answers if it helped, to encourage them.

  4. #4
    Join Date
    Mar 2002
    Location
    INDIA
    Posts
    135

    Re: Help needed to a beginner

    Hi,

    thax for help.I would like tohave some more help.if u can please help me.
    i have a bitmap which is colored completely with black brush.now i would like to know that what the color i gave to it (thru programatically).
    Is there any chance to compare the brush color of my bitmap?
    if u find some thing for this please help me

    Regards
    -Srujan



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