Re: MFC future?
- From: "David Ching" <dc@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 14 Dec 2005 00:27:34 GMT
"Mike Goldweber" <mikegoldweber@xxxxxxxxx> wrote in message
news:uqFbguCAGHA.3804@xxxxxxxxxxxxxxxxxxxxxxx
> So, what is the best way to produce dialog based apps using a C++
> language? My last job used Borland Builder to produce dialogs, and
> that was great fun. I'm relatively new to building gui's with MFC, but
> after reading some of the comments here, I'm not so sure this is a good
> use of my time? My new company just converted to Visual Studio .Net
> 2003. If this set of tools has a better method of making user
> interfaces, I'm all of devoting my time to learning that.
>
if ( your app can be a .NET app )
{
if ( you must use C++)
Use VC++ 2005 for .NET
else
Use C#
}
else
Use VC++ 2005 for MFC
-- David
.
- Follow-Ups:
- Re: MFC future?
- From: Tom Serface
- Re: MFC future?
- From: Mike Goldweber
- Re: MFC future?
- References:
- MFC future?
- From: NewbProgrammer
- Re: MFC future?
- From: Joseph M . Newcomer
- Re: MFC future?
- From: Tom Serface
- Re: MFC future?
- From: David Ching
- Re: MFC future?
- From: Mike Goldweber
- MFC future?
- Prev by Date: SetDefaultCharFormat fails to set default color
- Next by Date: A SDI HTMLView and App Activation Issues.....Kinda Stuck
- Previous by thread: Re: MFC future?
- Next by thread: Re: MFC future?
- Index(es):
Relevant Pages
|