- October 26, 2010
- 537
- 201
- Home Country
- Germany
I want to do something like this:
Is this possible? How about the relative path?
Thanks in advance.
Code:
Protected Overrides Sub OnPageLoad()
MyBase.OnPageLoad()
System.Diagnostics.ProcessStart("'RELATIVE PATH TO PLUGINS DIRECTORY'\application.exe")
GUIWindowManager.NeedRefresh()
Thanks in advance.