Win 32 programming using visual C

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Radz
    New Member
    • Oct 2008
    • 2

    Win 32 programming using visual C

    Make a project that creates a message box with the following features

    • The text to be displayed on the message box should be

    Visual Programming
    First Assignment

    • Title appeared on the message box should be
    University Of Pakistan

    • The following buttons are required to be displayed on the message box
    OK, Cancel
  • Nepomuk
    Recognized Expert Specialist
    • Aug 2007
    • 3111

    #2
    OK, so that's your task. So, what have you done so far?

    Also, this is more of a C question than a Windows question, so I'll move it to the C/C++ Forum.

    Greetings,
    Nepomuk

    Comment

    • Banfa
      Recognized Expert Expert
      • Feb 2006
      • 9067

      #3
      All of your questions can be answered by looking up the help for MessageBox on MSDN

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        I don't like the imperative tone of the entire message: do this, do that. I don't do
        anything on command. I expected a question in that post, not a verbatim dump
        of some homework text.

        kind regards,

        Jos

        Comment

        • newb16
          Contributor
          • Jul 2008
          • 687

          #5
          Had the 2nd bullet read "...should be MIT" i've thought it's some sort of prank.

          Comment

          • JosAH
            Recognized Expert MVP
            • Mar 2007
            • 11453

            #6
            Originally posted by newb16
            Had the 2nd bullet read "...should be MIT" i've thought it's some sort of prank.
            Well, "University of Pakistan" gives me an itchy feeling as well ...

            kind regards,

            Jos

            Comment

            Working...