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

    Looking for source for Forms editor



    I'm looking for C/C++ source code for a forms editor, that will allow me to place controls on a form and reposition them by draging them. I know that the VC samples has code for DlgEdit but I'd like something that uses MFC instead.


    Thanks.

  2. #2
    Join Date
    Dec 1998
    Posts
    28

    Re: Looking for source for Forms editor



    hmmmm. It would seem to me that the VC samples you have do use MFC, I can't really see someone coding a visual program with just C/C++. And besides, why not ask in the C/C++/VC discussion board instead of the VB one...

  3. #3
    Join Date
    Oct 1998
    Posts
    2

    Re: Looking for source for Forms editor



    FYI, not all Windows programs use MFC. DlgEdit is one such example, a Windows based program that uses C code and the Windows API. My point in case anyone else missed it was that I'm looking for a MFC based Forms Editor. A reason for posting here was that this sort of thing would be something that a VB/VC programmer may have information on. BTW I did post on the VC discussion list aswell...

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