I'm making an adjustment to a project in Windows CE, but this project had its source code lost and the system went through a reverse engineering process.
Knowing this, I started to research the type of project it was and I came to Visual Studio Smart Device projects. And I just came across the following component:
private TabPage tabPagFunc;
private DLTextBox dlCodigo;
private Label lblFuncionario;
private TextBox txtFuncionario;
I did some research searching for this "DLTextBox", but I did not find anything concrete that spoke about who the component is, whether it is from Visual Studio or from Third Parties ... I came across some questions from forums with the object ... nothing to know its origin. Could you tell me where the component is from and if it is from a third party or from Microsoft, where do I find the documentation for this component?
Note: I've found references within ASP code, but the project is for Windows CE.