The LinkClicked event has an OpenLink property that defaults to True; this property determines whether the .NET Process class should be used to start a process by that name. Since you are handling this action yourself, you should set the property to False.
-Matt