PDA

View Full Version : simplify the gui programming


zekeliu
07-19-2003, 08:51 PM
I read the source code of the MediaPlayer, one sample application.
It is so difficult. The object class is c-based.The add-in help in Visual Studio is helpless. When I want to find some macro definition, I can not find it.I feel sad.I have to search the corresponding header file ,open it , and then find it.It is not convenient, I feel bored.
There is 40 pages of source code, it is too long.The most part is to implement the gui.
It is urgent to develop the more simple tools ,and make the gui application easy.

Dragon
07-25-2003, 05:46 PM
Well, either you want to develop applications, or you don't. They don't create themselves, and to learn any given platform takes time whether you like it or not.

jmiller2
07-28-2003, 09:04 AM
Perhaps you should start with an example that is not so complicated?

As far the the GUI being to complicated, I think that the majority of people here would like MORE capability (and thus more complexity) such as diaog boxes that work, Brew foundation classes (BFC?), etc.


Originally posted by zekeliu
I read the source code of the MediaPlayer, one sample application.
It is so difficult. The object class is c-based.The add-in help in Visual Studio is helpless. When I want to find some macro definition, I can not find it.I feel sad.I have to search the corresponding header file ,open it , and then find it.It is not convenient, I feel bored.
There is 40 pages of source code, it is too long.The most part is to implement the gui.
It is urgent to develop the more simple tools ,and make the gui application easy.