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

    Resolved Bmp image add in dialog in vc++

    I am trying to add a .bmp image in my vc++ project in dialog.how this will be add tell me the procedure.

    Thanks in advance

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Bmp image add in dialog in vc++


  3. #3
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Bmp image add in dialog in vc++

    Quote Originally Posted by santoshmca.giit View Post
    I am trying to add a .bmp image in my vc++ project in dialog.how this will be add tell me the procedure.
    1. Add a bitmap as a resource to your project
    2. Add a picture control to the dialog
    3. Choose the style 'bitmap' for this control
    4. Assign the bitmap ID to this control
    Victor Nijegorodov

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