GUI Templates for stand-alone applications
-
Hi all, There are plenty of websites that provide templates for websites. Where can we find templates (I mean GUI templates and not code templates) for stand-alone applications (Windows applications)? Thanks :)
-
Hi all, There are plenty of websites that provide templates for websites. Where can we find templates (I mean GUI templates and not code templates) for stand-alone applications (Windows applications)? Thanks :)
I suspect those will come along once WPF is more widely used.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
I suspect those will come along once WPF is more widely used.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
But we've been building stand-alone applications long before WPF... No other ideas???
-
Hi all, There are plenty of websites that provide templates for websites. Where can we find templates (I mean GUI templates and not code templates) for stand-alone applications (Windows applications)? Thanks :)
zmariow wrote:
There are plenty of websites that provide templates for websites. Where can we find templates (I mean GUI templates and not code templates) for stand-alone applications (Windows applications)?
I'm not sure what you mean by templates? The MFC wizard used to produce standard Windows app frameworks. I use the Smart Client Software Factory for doing similar in C#
Michael Thanks to all for your kind words and support on my return to CP. This place and you guys and gals are just the best
-
zmariow wrote:
There are plenty of websites that provide templates for websites. Where can we find templates (I mean GUI templates and not code templates) for stand-alone applications (Windows applications)?
I'm not sure what you mean by templates? The MFC wizard used to produce standard Windows app frameworks. I use the Smart Client Software Factory for doing similar in C#
Michael Thanks to all for your kind words and support on my return to CP. This place and you guys and gals are just the best
Hey Michael, Thanks for the reply. Well, a template for a website tells you where to put your content, your menu, your help, your contact info and so on... I want the same thing for a stand-alone application (or should I say Windows application). For example, Ad-Aware and Genie Backup Manager have great interfaces... I want to be able to do the same for my apps... You see :) Thanks again.