home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / C / WINCLIP / EXAM126.C < prev    next >
C/C++ Source or Header  |  1993-12-01  |  203b  |  9 lines

  1.   #include "window.h"
  2.  
  3.   main()
  4.   {
  5.     WindowInitializeSystem();
  6.     ChangeCursor(6,7);  /* This is an underline cursor */
  7.     GET_KEY();
  8.     ChangeCursor(0,7);  /* This is a thick cursor */
  9.   }