H
Hank
I must be doing something wrong with the OpenNETCF TextBoxEx control.
I've set the TextBoxStyle property to Numeric. When I type letters in the
textbox, letters appear. Same problem with the other styles.
public MyConstructor()
{
InitializeComponent();
txtOpenNETCF_TextBoxEx.Style = TextBoxStyle.Numeric;
}
I installed the control on the toolbar and dragged it onto the form
I didn't run the .msi installer for the binaries on my machine. Could this
be the cause? (I would hope not) I just copied the
OpenNETCF.Windows.Forms.dll into the Windows CE dir, and the corresponding
dll and xml files in the Designer dir -- copied them from another machine
where I ran the .msi installers.
Thanks,
Hank
I've set the TextBoxStyle property to Numeric. When I type letters in the
textbox, letters appear. Same problem with the other styles.
public MyConstructor()
{
InitializeComponent();
txtOpenNETCF_TextBoxEx.Style = TextBoxStyle.Numeric;
}
I installed the control on the toolbar and dragged it onto the form
I didn't run the .msi installer for the binaries on my machine. Could this
be the cause? (I would hope not) I just copied the
OpenNETCF.Windows.Forms.dll into the Windows CE dir, and the corresponding
dll and xml files in the Designer dir -- copied them from another machine
where I ran the .msi installers.
Thanks,
Hank