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

Thread: CDoc/CView

  1. #1
    Join Date
    Jun 2002
    Location
    VietNam
    Posts
    21

    CDoc/CView

    Can I program with CDoc and CView in C#
    Thanks!

  2. #2
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    265
    No - .NET does not supply an application framework. If you want to use the Doc/View architecture, you will have to implement it yourself.

  3. #3
    Join Date
    Oct 2000
    Posts
    379
    Hi,

    As an example of how to do it, you may inspect the "scribble" example written in C#, coming with VStudio.NET

    Regards
    clem

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