S
SStory
I am new to the Compact Framework(CF).
I am doing my first CF app right now and have found some peculiar behavior,
and that the CF lacks a lot of what the framework has. For example, most
controls don't seem to have a background or border property.
I took care of that by drawing my own on somethings.
But a few things still puzzle me.
I have my form background property set to the default gray but it shows as
white on pocket pc 2002 emulator
1.) What do I need to do to control the background color?
2.) I am using a label control at the top and it won't let me put a border
around it, and it doesn't have a background color either. Is there no way
to do this? Do I have to drawstring to paint it there and paint the
background rect first?
3.) Are menus available on the Pocket PC and Windows CE? So that I can do
some menu options?
Thanks,
Shane
I am doing my first CF app right now and have found some peculiar behavior,
and that the CF lacks a lot of what the framework has. For example, most
controls don't seem to have a background or border property.
I took care of that by drawing my own on somethings.
But a few things still puzzle me.
I have my form background property set to the default gray but it shows as
white on pocket pc 2002 emulator
1.) What do I need to do to control the background color?
2.) I am using a label control at the top and it won't let me put a border
around it, and it doesn't have a background color either. Is there no way
to do this? Do I have to drawstring to paint it there and paint the
background rect first?
3.) Are menus available on the Pocket PC and Windows CE? So that I can do
some menu options?
Thanks,
Shane