-
1
- #1
I have made an ActiveX Document so I can display my program in Internet Explorer.
I need to know the full URL of the currently open document file.
I found an article in the MSDN knowledge base describing how to do this in C++:
"In most cases, an ActiveX document server needs the moniker that represents the current document source. You can use the IMoniker::GetDisplayName() method to determine the correct URL or file path of the document. "
Has anyone got an idea how to achive the same in VB?
If example code can be included that would be helpful.
I need to know the full URL of the currently open document file.
I found an article in the MSDN knowledge base describing how to do this in C++:
"In most cases, an ActiveX document server needs the moniker that represents the current document source. You can use the IMoniker::GetDisplayName() method to determine the correct URL or file path of the document. "
Has anyone got an idea how to achive the same in VB?
If example code can be included that would be helpful.