Visual Basic samples

Regarding DlhSoft development components, are there Visual Basic® sample applications available, too?

Currently there are some Visual Basic® sample applications available for DlhSoft development components. They are specifically marked as "Visual Basic® sample" in the sample list. For your easy reference, Visual Basic® sample applications for the commonly used DlhSoft components are listed below:


You may obtain Visual Basic® converted sample applications by submitting specific support requests, indicating the required demonstrations.


Moreover, you can also convert C# sample code source to Visual Basic® using a code converter tool, such as the free Developer Fusion Converter.

Note that Visual Basic® language doesn't support delegates (anonymous methods), which are sometimes used within our C# sample applications. In those cases you may simply create full methods instead of delegates, and then use them using the AddressOf operator. Examples can be found on the Web, such as within this forum item.