CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2005
    Location
    BANGALORE ,INDIA
    Posts
    19

    Lightbulb Which view to use in MFC.

    Hi all,
    i am writing a simulation for traffic systems.I want to know which view is better suited for such type of application.

    Thank u all.

  2. #2
    Join Date
    Jul 2005
    Posts
    767

    Re: Which view to use in MFC.

    I think you need to be more specific in your requirement so that anyone could answer you. Anyway for graphical simulations and drawings CScrollView is preferred also if you plan use controls such as the picture control or your own custom control you may use CFormView.

  3. #3
    Join Date
    Dec 2005
    Location
    BANGALORE ,INDIA
    Posts
    19

    Re: Which view to use in MFC.

    I want to draw lines as roads and boxes or rectangles as vechicles.

  4. #4
    Join Date
    Feb 2003
    Location
    India
    Posts
    232

    Re: Which view to use in MFC.

    CScrollView wil be just fine for you.

    b.t.w. very interesting concept.
    Sarve Bhavantu Sukheenah,
    Sarve Santu Niramayah,
    Sarve Bhadrani Pashyantu,
    Ma Kashchit dukh bhag bhavet.

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