CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Need Advice

  1. #1
    Join Date
    Jan 2012
    Location
    India
    Posts
    193

    Need Advice

    I am working on a project based on MFC .. where I have a parameter set and live data . I use dialog boxes for parameter setting , sending it to machine etc . I read data from machine , process it and display that in various forms ( i.e. XY mode , Stripe chart mode , Pie chart etc)

    Now I will be porting the same project on C# and windows form.

    I am thinking that I can use MDI property .. where parent window will contain parameters and child windows will display data is graphics and text format. So that my customer can view parameters and data simultaneously and interface will be more simpler and better.

    Pl advice ..

    Thanking you ..

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Need Advice

    Seems like a reasonable approach.

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