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

    I got a problem!

    Iwrote a program to show bmp files and added some marker in the monitor,like arrows,I used StretchBlt to show bmp and used Resource view->icon to create icons and used DrawIcon to show it on the bmp in the monitor,but i don't
    know icon's file format so I can't save it with the bmp files.Can somebody help
    me?





  2. #2
    Join Date
    Apr 1999
    Posts
    57

    Re: I got a problem!

    I think you need to go through the BITMAP structure in this regard.

    Anand

    M.Anand
    Development - Lead ,
    Satyam Infoway Limited,
    Chennai - 600034
    India

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