On Tue, Oct 8, 2013 at 11:40 AM, Art Heimsoth <artst...@artheimsoth.com>wrote:
> > That is the format if you used an UserDialog. In a .rc file it has
> > to be:
> >
> >
> > , LVS_REPORT | LVS_SHOWSELALWAYS
>
> Thanks Mark, that works.. Is there somewhere where I should have
> been able to find those options?
>
Well, normally a resource editor knows the proper symbols and puts them in
for you. If you want to hand edit a .rc file then everything is documented
in the MSDN library.
The trick of course is finding it. :-)
For this, I would use this term in Google: ListView control msdn
When I tried that, the second item was:
About *List-View Controls* (Windows) - *MSDN* -
Microsoft<http://msdn.microsoft.com/en-us/library/windows/desktop/bb774735(v=vs.85).aspx>
Clicking on that link leads to a page which about 1/2 way done has a link
Specified by the
*LVS_ICON*<http://msdn.microsoft.com/en-us/library/windows/desktop/bb774739(v=vs.85).aspx#LVS_ICON>
window
style
The LVS_ICON link leads you to the page that lists all list-view style
constants.
Once you get to the MSDN library, there is sort of like a table of contents
on the left and you can use that to navigate to other parts of the library.
After you use the library for a while, you learn that every dialog control
has its own section. Each section has an over-view and a reference. The
reference section always lists the controls styles under 'constants'.
So you can look up a month calendar windows styles and see that one of them
is: *MCS_DAYSTATE*
*
*
--
Mark Miesfeld
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users