Fair enough Peter, but what is the syntax for using it.
I have:
Private Sub Button1_Click(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles Button1.Click
Core.ShellExecute("\windows\pword.exe")
End Sub
as core is not defined and I get the squiggly under the
word core. What else do I need to do?