N
Neil Hanham via OfficeKB.com
Hi,
I'm doing a case study for some course work. It involves integrating Word into a VB.Net app which I have achieved.
There is one slight problem because the documents that the system is supposed to use uses hyperlinks to link the various word files together.
I've basically got word to open up with a file that is selected by the user via the VB.Net program. When you click on the hyperlinks within the documents, Word opens the link in a new word window, and jumps out of the application.
Researching this, I've found that in Word 2003, you can tell the document to open up the selected file within the 'parent' window my changing the Hyperlinks Field Codes. The Microsoft article suggested using:
{Hyperlink "<file>" \t"_self[or _parent]"}
Is this possible within Word 2000? If not, is there an alternative?
Neil.
I'm doing a case study for some course work. It involves integrating Word into a VB.Net app which I have achieved.
There is one slight problem because the documents that the system is supposed to use uses hyperlinks to link the various word files together.
I've basically got word to open up with a file that is selected by the user via the VB.Net program. When you click on the hyperlinks within the documents, Word opens the link in a new word window, and jumps out of the application.
Researching this, I've found that in Word 2003, you can tell the document to open up the selected file within the 'parent' window my changing the Hyperlinks Field Codes. The Microsoft article suggested using:
{Hyperlink "<file>" \t"_self[or _parent]"}
Is this possible within Word 2000? If not, is there an alternative?
Neil.