K
Keith
Someone was kind enough to send me a control that he
developed that does precisely what I need it to do.
However - the code was originally written in VB.NET for
windows apps. I'm developing for the Compact Framework
(CF). When I attempt to add the control under CF - the
control is grayed out. However under a windows
application I can use it fine.
Obviously there is some sort of issue with the type of
applicaiton I'm using. But I've reviewed the code and it
does just inherit from textbox. What should I look for to
determine why this control is grayed out for me under CF?
Where should I look for it..
Thank you.
developed that does precisely what I need it to do.
However - the code was originally written in VB.NET for
windows apps. I'm developing for the Compact Framework
(CF). When I attempt to add the control under CF - the
control is grayed out. However under a windows
application I can use it fine.
Obviously there is some sort of issue with the type of
applicaiton I'm using. But I've reviewed the code and it
does just inherit from textbox. What should I look for to
determine why this control is grayed out for me under CF?
Where should I look for it..
Thank you.