OpenNetCF TextBoxEx has no new properties - help!

G

Guest

I just downloaded smart device framework 1.2 from the OpenNetCF.org website.
Everything appeared to install normally on my system but when I use the
TextBoxEx control it doesn't have any of the new properties - it looks just
like the plain TextBox control. I uninstalled the framework, rebooted the
computer and reinstalled the framework just to be sure but it is still the
same.

The other controls (ButtonEx, LinkLabel) that I checked seem to be working
fine and have the additional OpenNetCF properties. Anybody have some ideas
how I could get this running? Did something get dinged on the last update?
 
P

Peter Foot [MVP]

Is this in the designer or in the Object Browser code-intellisense?
Within the designer the control only adds one property - Style which defines
a custom style e.g. uppercase, numerical etc


Peter
 
G

Guest

I'm not seeing "Style" in the designer - it has exactly the same number of
properities in the properties box as the plain TextBox. I do, however, see
"Style" and "Handle" in the intellisense box that are not present in the
plain textbox version.

Shouldn't I also be seeing properties listed in the TextBoxEX properties
list such as "BorderStyle". I'd like to have the textbox borders appear in a
Fixed3d format rather than the standard PPC FixedSingle.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top