Thread: Button positioning

  1. #76
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    >>How do you display text and values so casually?!

    MessageBox()
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

  2. #77
    Registered User Dante Shamest's Avatar
    Join Date
    Apr 2003
    Posts
    970
    I created a console project and used printf.

    But yes, as novocain suggested, MessageBox() would work too. But you'd have to convert the integer values to a string first, probably using sprintf().

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 06-28-2008, 08:30 PM
  2. elliptical button
    By geek@02 in forum Windows Programming
    Replies: 0
    Last Post: 11-21-2006, 02:15 AM
  3. Remove dialog button border
    By RedZone in forum Windows Programming
    Replies: 4
    Last Post: 08-21-2006, 01:20 PM
  4. writing text over a deleted button
    By algi in forum Windows Programming
    Replies: 4
    Last Post: 05-02-2005, 11:32 AM
  5. Window won't display on button command!?
    By psychopath in forum Windows Programming
    Replies: 6
    Last Post: 06-22-2004, 08:12 PM