Origin of the Dltextbox component

Asked

Viewed 17 times

0

I’m making an adjustment on a Windows CE project, but this project had its source code lost and the system went through a reverse engineering process.

Knowing this, I started researching the type of project that was and arrived at the Visual Studio’s 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 looking for this "Dltextbox", but I did not find something concrete that spoke of who is the component, whether it is Visual Studio or Third... I came to find some forum questions with the object... but not to know its origin. Could you tell me where the component is from and if it’s from a third party or Microsoft itself, where I can find the documentation for that component?

Note: I ended up finding references within ASP codes, but the project is for Windows CE.

  • Willian, I’ve worked a long time with Windows CE and have never seen this component, I suspect it is a cutomized component, did you check with Dlls if you have any DLL referring to this component? I imagine you give a disassembly, look in the usings if he’s wearing something different.

  • It is a component of the company Datalogic, available in the SDK of the collector Mermor X, its application is embedded in some device of that line?

  • @Leandroangelo That’s right, it’s a solution for Datalogic Collector, I don’t know which model... After reading your reply I did some research and did not find documentation on their components, you know where I can get?

  • 1

    Ideally you would discover the model and contact their support by asking for the SDK

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.