Hello,
I'm trying to make something where for each client, each one has many documents like Word documents, and then have Windows explorer display the containing folder or, even better, open the document itself. All this from the client's form.
Whats the best approach for this? I've looked at http://msdn.microsoft.com/en-us/library/bb225071.aspx which describes hyperlinks which seems about right.
I need to be able to add and remove links, so I can't just hard code into one command button.
I'm trying to make something where for each client, each one has many documents like Word documents, and then have Windows explorer display the containing folder or, even better, open the document itself. All this from the client's form.
Whats the best approach for this? I've looked at http://msdn.microsoft.com/en-us/library/bb225071.aspx which describes hyperlinks which seems about right.
I need to be able to add and remove links, so I can't just hard code into one command button.