Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
RasmusBredal
1402 Views, 4 Replies

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?