SAMPLE: UNIPUT - Sample Application

PSS ID Number: Q103296
Article last modified on 11-04-1993

3.10
WINDOWS

----------------------------------------------------------------------
The information in this article applies to:

 - Microsoft Windows Software Development Kit (SDK) for Windows
   version 3.1
----------------------------------------------------------------------

UNIPUT: Demonstrates Primitive Drag-and-Drop Unicode Input Method
UNIPUT provides a primitive, mouse-based, drag-and-drop input method.
It allows the user to grab any character covered by a Unicode font,
and drag the character to a second window. If the user drops the
character on the second window, that window is sent a WM_CHAR message
with the appropriate key code.
The status bar at the bottom of the window displays three fields of
information:
 - The title of the last window to receive a WM_CHAR (left)
 - The type of the last window to receive a WM_CHAR--either Unicode
   or ANSI (center)
 - A list of the most recently dropped characters--similar to a
   history buffer (right)
Please see the online help file for more information.
The Microsoft Windows NT version 3.1 operating system was not
available at the time this sample was acquired for the Microsoft
Developer Network CD. For this reason, the CD includes only the source
files for the sample, not the executable file or any DLLs. If you have
Windows NT version 3.1 installed on your system, you may copy the
source files to your hard drive and invoke the Windows NT make file to
build the sample.
KEYWORDS: CD4
For Microsoft OnLine customers, UNIPUT is available in the
Software/Data Library as 4X80.ZIP and can be found by searching on the
word UNIPUT, the Q number of this article, or S14255. For CompuServe
Customers, UNIPUT can be downloaded from the file 4-80.ZIP in library
section number 4 of the MSDNLIB forum. UNIPUT was archived using the
PKware file-compression utility.

Additional reference words: 3.10
KBCategory:
KBSubcategory:
Copyright Microsoft Corporation 1993.