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.
Printable View
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.
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...
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...