How to create button in C++?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rampraveen
    New Member
    • Apr 2010
    • 37

    How to create button in C++?

    any body known how to create buttons in c or c++..if u kno pls tell guys....
  • hype261
    New Member
    • Apr 2010
    • 207

    #2
    Depending upon your operating system you may or may not be able to create buttons. If you are running Windows take a look at MFC.

    Comment

    • rampraveen
      New Member
      • Apr 2010
      • 37

      #3
      hey MFC means what..
      ?i think Microsoft Foundation Classes

      Comment

      • Studlyami
        Recognized Expert Contributor
        • Sep 2007
        • 464

        #4
        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

        • rampraveen
          New Member
          • Apr 2010
          • 37

          #5
          Originally posted by Studlyami
          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.
          k.thanks...

          Comment

          Working...