Thread: window app functions

  1. #1
    Linux Forever
    Join Date
    Oct 2002
    Posts
    373

    window app functions

    How do i print a message on a windows app in dev c++ V4
    This war, like the next war, is a war to end war.

  2. #2
    Registered User
    Join Date
    Apr 2002
    Posts
    1,571
    I'm assuming you mean how do you output text in a Win32 application? You can use TextOut or DrawText. Look them up on MSDN for exact usage. DrawText is more flexible but TextOut is simple.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. WM_CAPTION causing CreateWindowEx() to fail.
    By Necrofear in forum Windows Programming
    Replies: 8
    Last Post: 04-06-2007, 08:23 AM
  2. opengl help
    By heat511 in forum Game Programming
    Replies: 4
    Last Post: 04-05-2004, 01:08 AM
  3. System
    By drdroid in forum C++ Programming
    Replies: 3
    Last Post: 06-28-2002, 10:12 PM
  4. opengl code not working
    By Unregistered in forum Windows Programming
    Replies: 4
    Last Post: 02-14-2002, 10:01 PM