Re: Newbie needs Howto about the Creating/Changing of Forms



Ajay Kalra schrieb:
I am used to VB 6 for several years, but now have (and also want) to
work with VS2005/MFC. I have a students knowledge of C++ (know the
concepts and have been doing some console programms). Now I started
VS2005 and created a MFC project. BUT I cannot find any way to change or
add elements to Main Form.
I have a german book about MFC (new one) but that does not have any
content about creating interfaces - why I am very much dissapointed
about that book.
If you might ask why I do not look into the book about Visual Studio -
that is because the software is owned by the university and we get CDs
but not the according books.

So any help so that I can get started with doing any programming with
Visual interfaces and C++ under Windows is appreciated.


I am not sure what you mean by Visual Interfaces. You can add
controls/dialogs in resrouce editor. Are you using MFC or .Net as you
are talking about a Form. Form concept is more of a VB or .Net thing.
In MFC, you typically deal with Doc/View architecture. For MFC there
are books like that by Jeff Prosise which will help you.
Do you mean "Programming Windows With MFC" from 1999 ? I could not find any newer book from this author (covering c++ and not .net). Is this book a good choose although it is from the VS 6 times ?

Matthias
.



Relevant Pages

  • Re: Newbie needs Howto about the Creating/Changing of Forms
    ... concepts and have been doing some console programms). ... VS2005 and created a MFC project. ... controls/dialogs in resrouce editor. ... From Qt I know that they have the Qt Designer - which is what was looking for in Visual Studio. ...
    (microsoft.public.vc.mfc)
  • Re: Newbie needs Howto about the Creating/Changing of Forms
    ... concepts and have been doing some console programms). ... VS2005 and created a MFC project. ... Visual interfaces and C++ under Windows is appreciated. ... you typically deal with Doc/View architecture. ...
    (microsoft.public.vc.mfc)
  • Newbie needs Howto about the Creating/Changing of Forms
    ... I have a students knowledge of C++ (know the concepts and have been doing some console programms). ... Now I started VS2005 and created a MFC project. ... If you might ask why I do not look into the book about Visual Studio - that is because the software is owned by the university and we get CDs but not the according books. ... So any help so that I can get started with doing any programming with Visual interfaces and C++ under Windows is appreciated. ...
    (microsoft.public.vc.mfc)
  • C2872 IServiceProvider ambiguous symbol - migrating C++/MFC App with /clr to Visual Studio 2005
    ... Visual Studio.NET 2003 to Visual Studio 2005. ... myriad of compile and link errors but I'm stuck on one final problem. ... It's originally incarnated as an MFC app, i.e. CWinApp, CMultiDocTemplate, ... error C2872: 'IServiceProvider': ambiguous symbol ...
    (microsoft.public.dotnet.framework.clr)
  • C2872 IServiceProvider ambiguous symbol - migrating C++/MFC App with /clr to Visual Studio 2005
    ... Visual Studio.NET 2003 to Visual Studio 2005. ... myriad of compile and link errors but I'm stuck on one final problem. ... It's originally incarnated as an MFC app, i.e. CWinApp, CMultiDocTemplate, ... error C2872: 'IServiceProvider': ambiguous symbol ...
    (microsoft.public.dotnet.languages.vc)