External App from Menu
Hi, I tried to copy your sample 'Launch App' plug in (V157) and then renamed the references to LaunchApp and Notepad but still can't get the plugin to add to Forms so I can address the form in Menu maintenance when adding the new exe. What am I missing? Thanks.
- Code: Select all
Partial Class LaunchAppRoute
Inherits JiwaFinancials.Jiwa.JiwaApplication.ProcessAction.UserInterface
Public Sub New()
Dim RouteSch As System.Diagnostics.Process = System.Diagnostics.Process.Start(New System.Diagnostics.ProcessStartInfo("RouteSch.exe"))
End Sub