BBC BASIC for Windows
Programming >> User Interface >> Editbox styles
http://bb4w.conforums.com/index.cgi?board=ui&action=display&num=1274537144

Editbox styles
Post by nitwit on May 22nd, 2010, 2:05pm

Where do I find a list of values and meaning?
Re: Editbox styles
Post by admin on May 22nd, 2010, 9:16pm

on May 22nd, 2010, 2:05pm, Guest-nitwit wrote:
Where do I find a list of values and meaning?

http://msdn.microsoft.com/en-us/library/bb775464.aspx

Richard.
Re: Editbox styles
Post by nitwit on May 26th, 2010, 5:28pm

Ah! Yes good stuff.

But not what I was expecting. On page 847 (and on other pages) of the 'guide' under PROC_editbox it mentions (some) style% values. Is there a full list somewhere?
Re: Editbox styles
Post by admin on May 26th, 2010, 8:54pm

on May 26th, 2010, 5:28pm, Guest-nitwit wrote:
On page 847 (and on other pages) of the 'guide' under PROC_editbox it mentions (some) style% values. Is there a full list somewhere?

The list at the link I quoted is the full list of styles specific to edit controls. If you're asking about those additional styles which can be used with edit controls (but aren't specific to them) - such as WS_GROUP and WS_VSCROLL - there is a list here:

http://msdn.microsoft.com/en-us/library/ms632600.aspx

Not all those styles necessarily do something useful in the case of an edit control.

Richard.