10-06-2015
01:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-06-2015
01:30 AM
How to use this ThisDoc.Document in vb.net
Hey
Im trying to make my frist add-in that have to run, when i save *.ipt.
It works when I save .ipt file as active document.
But when I save the .ipt file from .idw and .iam, the add-in is not runing.
In iLogic I can solve it by using oDoc = ThisDoc.Document, but how does it work in vb.net?