OpenNetCF TextBoxEx has no new properties - help!

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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
 
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.
 
Back
Top