本文介绍了需要开始使用VC ++开发高级UI.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我是VC ++程序员(VS2005);我一直对需要Socket编程,STL,DB交互,IOCP等的应用程序情有独钟……或多或少很少有UI.
现在,我想设计一种Dashboard类型的应用程序,它想要具有Widget,Animations之类的多种功能.我用谷歌搜索,有一些已经内置的api(具有一些adv UI功能),但是我想首先学习这些东西.

我需要您的帮助以进行以下操作
1.我可以在VS2005 VC ++应用程序中具有所有这些功能吗?
2.在哪里可以找到一些参考资料,以供学习.
3.我应该如何开始学习用C ++开发这种完全加载的UI.

感谢您的帮助.

Hi,

I am a VC++ programmer (VS2005); I have always been more into Applications which needed Socket programming, STL,DB interactions,IOCP etc etc... more or less very little UI.

Now i want to design a Dashboard kind of application which i want to have multiple features like Widget , Animations kinds of stuff. I googled about it, there are some already built api''s (which have some adv UI features), but i want to first learn the stuff.

I need your help in following things
1. Can i have all these features in VS2005 VC++ application.
2. Where can i find some references for learning the same.
3. How should i kick start learning developing such fully loaded UI in C++.

Any help is appreciated.

推荐答案




这篇关于需要开始使用VC ++开发高级UI.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-12 14:20