| Home/Misc | Wine | Bing | Distributed Computing | Fun | Links |
Last updated: 2003/5/4
Lists all the message macros associated to standard controls: ListView_InsertItem, ... The list is organized as a tree into domains, "List View Controls", and then subdomains, "Modify Item List", and finally messages, "LVM_INSERTITEM".
ctlmacro.c:9: richole.h: Aucun fichier ou répertoire de ce type.
treeview.c: In function `tv_BuildRootFolder':
treeview.c:22: structure has no member named `item'
treeview.c:24: structure has no member named `item'
treeview.c:25: structure has no member named `item'
treeview.c:26: structure has no member named `item'
treeview.c:30: structure has no member named `item'
treeview.c:31: structure has no member named `item'
treeview.c:32: structure has no member named `item'
treeview.c:33: warning: assignment makes pointer from integer without a cast
treeview.c: In function `tv_ExpandChild':
treeview.c:51: structure has no member named `item'
treeview.c:53: structure has no member named `item'
treeview.c:54: structure has no member named `item'
treeview.c:55: structure has no member named `item'
treeview.c:63: structure has no member named `item'
treeview.c:64: structure has no member named `item'
treeview.c:65: warning: assignment makes pointer from integer without a cast
treeview.c:71: structure has no member named `item'
treeview.c:73: structure has no member named `item'
treeview.c:74: structure has no member named `item'
treeview.c:77: structure has no member named `item'
treeview.c:78: structure has no member named `item'
treeview.c:79: structure has no member named `item'
treeview.c:80: warning: assignment makes pointer from integer without a cast
Last updated: 2003/5/4
Gadgets demonstrates the use of toolbars, status bars and tooltips. For this it has an instance of each and commands allow you to change their properties on the fly. The toolbar can be customized: buttons can be added, reordered, ... Furthermore the messages (at least some of them) received by these are printed in the window.
Last updated: 2003/5/4
Demonstrates the use of property sheets. The application takes the form of an MDI window with two inner windows. You can then activate a non-modal dialog box which will allow you to modify the properties of these two windows. This dialog box uses property sheets either presenting them in the form of a wizard or with tabs. The menu allows you to choose how you want it.
Notes:
err:menu:MENU_GetMenu invalid menu handle=10000, ptr=0x408e752c, magic=0
sheet.c: In function `CreatePropertySheet':
sheet.c:54: structure has no member named `hIcon'
sheet.c:57: structure has no member named `nStartPage'
sheet.c:58: structure has no member named `ppsp'
sheet.c:68: structure has no member named `pszTemplate'
sheet.c:69: structure has no member named `pszIcon'
sheet.c:79: structure has no member named `pszTemplate'
sheet.c:80: structure has no member named `pszIcon'
| Home/Misc | Wine | Bing | Distributed Computing | Fun | Links |
| fgouget@free.fr | This page is hosted for free by Free.fr |