open application from vbnet

The solution for “open application from vbnet” can be found here. The following code will assist you in solving the problem.

Dim Process As New System.Diagnostics.Process()

Process = Process.Start(“My File Path”, “”)

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts