window app functions [Archive] - C Board

PDA

View Full Version : window app functions


Blizzarddog
01-12-2003, 07:47 PM
How do i print a message on a windows app in dev c++ V4

MrWizard
01-12-2003, 08:18 PM
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.