Jump to content

WinSetTitle.c - Example code: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 July 2018

26 July 2017

8 April 2015

  • curprev 05:1905:19, 8 April 2015 Martini talk contribs 245 bytes +245 Created page with " <PRE> #define INCL_BASE #include <os2.h> #include <conio.h> APIRET16 APIENTRY16 WinSetTitle ( PSZ szTitle ) ; void main ( void ) { WinSetTitle ( "Test of WinSetTitle..."