messagebox

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sheema

    messagebox

    Hello everybody!
    I am quite new in c++ programming, so my question may seem too much easy for
    you...
    I am trying to create a messagebox in my console visual c++ program...i
    wonder if someone can give me some indications...

    Thanks

    Sheema


  • Attila Feher

    #2
    Re: messagebox

    Sheema wrote:[color=blue]
    > Hello everybody!
    > I am quite new in c++ programming, so my question may seem too much
    > easy for you...
    > I am trying to create a messagebox in my console visual c++
    > program...i wonder if someone can give me some indications...[/color]

    Find here the newsgroup appropriate for the question:


    This one is for the C++ language only, and that has no messageboxes.
    MessageBox is a Microsoft Windows thing.

    --
    Attila aka WW


    Comment

    Working...