|
Prev: Can you specialize the Template operator==
Next: "delete" asserts in debug build, multiple inheritance (msvc 7.1)
From: stevensmith1010 on 9 May 2008 14:30 Hi, I am planning to make improvements to the UI design of my MFC application and I was wondering where to start? Can anyone point me to some resources etc? I tried googling but U couldnt find anyhing good... Thanks guys! Steven
From: David Wilkinson on 9 May 2008 15:00 stevensmith1010(a)gmail.com wrote: > Hi, > I am planning to make improvements to the UI design of my MFC > application and I was wondering where to start? > > Can anyone point me to some resources etc? > I tried googling but U couldnt find anyhing good... Steven: Have you looked at the MFC Feature Pack for VS2008? -- David Wilkinson Visual C++ MVP
From: Tom Serface on 9 May 2008 16:26 I agree with David that you may want to look at the new controls. Also, I've found that when I want to make a major UI change it is often easier to create a new shell of the program and just suck code in from the old program that doesn't have to do with the UI. It sounds like this would be more trouble, but it usually forces me to create a completely new look rather than just a few new controls on an old look. A whole bunch of most programs happens behind the UI and that code will likely still be useful. Tom <stevensmith1010(a)gmail.com> wrote in message news:b5ec7a36-ccd9-4796-a026-8d637e0fee14(a)r66g2000hsg.googlegroups.com... > Hi, > I am planning to make improvements to the UI design of my MFC > application and I was wondering where to start? > > Can anyone point me to some resources etc? > I tried googling but U couldnt find anyhing good... > > Thanks guys! > Steven
From: William GS on 22 May 2008 00:12
Hi, you can find free resources at: www.codeproject.com www.codeguru.com Non free resources: www.codejock.com Bye, William GS "stevensmith1010(a)gmail.com" wrote: > Hi, > I am planning to make improvements to the UI design of my MFC > application and I was wondering where to start? > > Can anyone point me to some resources etc? > I tried googling but U couldnt find anyhing good... > > Thanks guys! > Steven > |