any body known how to create buttons in c or c++..if u kno pls tell guys....
How to create button in C++?
Collapse
X
-
-
-
You asked a similar question with playing an audio files. do some research about what you want to do. You can use the WIN32API for a windows based button. MFC is just a wrapper of the WIN32API and it provides some simpler ways to create buttons in windows. If you are serious about windows application development I would be looking at other languages. From the last couple of post it seems you need to do a bunch more research on these topics and then come back and post specific questions that you may have including code examples.Comment
-
You asked a similar question with playing an audio files. do some research about what you want to do. You can use the WIN32API for a windows based button. MFC is just a wrapper of the WIN32API and it provides some simpler ways to create buttons in windows. If you are serious about windows application development I would be looking at other languages. From the last couple of post it seems you need to do a bunch more research on these topics and then come back and post specific questions that you may have including code examples.Comment
Comment