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

    Exclamation Notepad in Dialog Based Application..........

    Hai all,
    I am doing Notepad application in Dialog Based Application. So I need source code for buiding this application. If anybody is having source code please help me...................
    Bye,
    R.Ragu

  2. #2
    Join Date
    Oct 2003
    Location
    Romania
    Posts
    127

    Re: Notepad in Dialog Based Application..........

    Quote Originally Posted by r_ragupathi
    Hai all,
    I am doing Notepad application in Dialog Based Application. So I need source code for buiding this application. If anybody is having source code please help me...................
    Bye,
    R.Ragu
    Are you doing that application, or searcing for source code?

  3. #3
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,244

    Re: Notepad in Dialog Based Application..........

    You mean you want a "notepad-like" application.
    If dialog-based is not a requirement, then better is to use MFC AppWizard to create an SDI application and choose CEditView for base class in Step 6 of 6. This takes less than one minute to create what you want.
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

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