Wine, WineLib and "Programming Windows 95"





2.4.1. Chapter 5 - keylook

Last updated: 2003/5/4

Description

Displays the keyboard messages that are received for each key that is pressed and released. Typically this is a WM_KEYDOWN, a WM_CHAR and a WM_KEYUP but some keys, like shift, don't have the WM_CHAR.

Wine tests

Winelib tests

Tested API

2.4.2. Chapter 5 - sysmets

Last updated: 2000/12/2

Description

Same as sysmets3 in chapter 3 except that now you can scroll horizontally and vertically using the arrow keys.

Wine tests

Winelib tests

Tested API

2.4.3. Chapter 5 - typer

Last updated: 2000/12/2

Description

Opens a very simple text editor. The window contains nothing but a zone where you can type text.

This is no standard editor though. It's more like an editor allowing you to modify the contents of each element in a bi-dimentional character: it's all in overwrite mode, you cannot go past the end of a line using the arrow keys although if you keep typing you will go to the next line automatically. Also if you type past the bottom right corner of the window you will be transported back to the top left corner and if you resize the window is contents will be wiped out. Backspace does work though.

Wine tests

Winelib tests

Tested API

fgouget@free.fr This page is hosted for free by Free.fr