How do I create a Help|About box?

I can pop a window open, but I'm not getting the desired behavior.

Here's the properties I think it should have:

Yes - Title Bar,
No  - Control box,
No  - Minimize button,
No  - Maximisze/restore button,
No  - Help button
No  - Resizable?
No  - Moveable?
No  - Lose focus?

I've been experimenting with window styles as documented in MSDN library
http://msdn.microsoft.com/library/psdk/winui/windows_2v90.htm
but no luck so far; it doesn't seem a very comprehensive list.

In the GUI examples program listview.gpl what does the style

WS_CHILD | WS_VISIBLE | 1

mean, and what is the purpose of or'ing 1 at the end?

Any ideas?

Ian.


Reply via email to