I took centering of property sheet in parent window to kmplus.
kmplus-0.0.6.zip (113k)
* w32dlg: an issue that style and exstyle was ignored was fixed.
* w32dlg: showing property sheet to center of parent window was added.
* w32mnu: TrackPopupMenu was added.
When DS_CENTER style is set in a page, a property sheet will be centered.
create_propertysheet({
{width = width, height = height,
style = w32dlg.DS_CENTER, -- style
(snip)
}
(snip)
})
@JujuLand
I made a new topic about spell checker, and wrote a reply there.
Thanks.