Question Struct of DLL

nvgopi

New member
Joined
May 3, 2010
Messages
1
Programming Experience
5-10
Hello,

I am currently assigned with a Custom VB.Net project and require some help regarding the same.

We have a custom tool previously developed by other developers in VB.Net where users can create Win Forms on the fly with custom user button. The attributes of the custom user buttons have the following to call other dlls.

  • DLL name
  • Procedure Name

The current form I am working have some Textboxes and user button.Upon the user button clicked, I need to call a dll and provide results to the user.If multiple results are returned, The user will be provided with an option to select a specific record and The textboxes should be filled with that specfic record information on the winform.

How can I accomplish the above task? Can someone please guide me?

Thanks,
Gopi
 
Back
Top