Message box

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kvadro
    New Member
    • Mar 2007
    • 2

    Message box

    Hi. I am new in this website. How to create message box, with buttons, and icons? And of course, with text?
  • horace1
    Recognized Expert Top Contributor
    • Nov 2006
    • 1510

    #2
    Originally posted by kvadro
    Hi. I am new in this website. How to create message box, with buttons, and icons? And of course, with text?
    what operating system and compiler are you using?
    have a look at thread
    http://www.thescripts. com/forum/thread610766.ht ml

    Comment

    • kvadro
      New Member
      • Mar 2007
      • 2

      #3
      Originally posted by horace1
      what operating system and compiler are you using?
      have a look at thread
      http://www.thescripts. com/forum/thread610766.ht ml
      I have Windows 2000 and compiler, ummm, i am using dev c++ and i dont know what compiler it uses. and that thread http://www.thescripts. com/forum/thread610766.ht ml dosen't helps me!

      Comment

      • horace1
        Recognized Expert Top Contributor
        • Nov 2006
        • 1510

        #4
        Originally posted by kvadro
        I have Windows 2000 and compiler, ummm, i am using dev c++ and i dont know what compiler it uses. and that thread http://www.thescripts. com/forum/thread610766.ht ml dosen't helps me!
        In DEV-C++ click File, New, Project and Windows Application - enter the name of the project..It will create a main.cpp file for you - compile and execute it - it will create a blank window. You can now add GUI components to, e.g. try adding one of the sample message boxes from
        http://www.zeuscmd.com/tutorials/win32/04-MessageBoxes.ph p

        Comment

        Working...