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

    Arrow a simple problem with interface

    Hi all ,
    I want to load and show images using a single document MFC project , its interface is shown in the attached files, I am new to visual c++, I know how to show a bitmap using dialog based MFC, because it has some controls to make up the interface, in the attached picture, I mark two parts "first"and "second", the "second" seems to be property sheet in dialog,but how can I realize it using single document , thank you in advance!
    Attached Images Attached Images
    Last edited by Angela2010; October 28th, 2011 at 02:07 AM.

  2. #2
    Join Date
    Jul 2005
    Location
    Netherlands
    Posts
    2,042

    Re: a simple problem with interface

    You can use a dialog in a view, if you use CFormView as the view class. The rest works pretty much the same as with a dialog application.
    Cheers, D Drmmr

    Please put [code][/code] tags around your code to preserve indentation and make it more readable.

    As long as man ascribes to himself what is merely a posibility, he will not work for the attainment of it. - P. D. Ouspensky

Tags for this Thread

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