Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
VB6 で (ActiveX) DLL にコンパイルする必要があるコード行があります。
行は次のようになります。
Public Declare Sub Example Lib "kernel32"
回避策はありますか?Property Set、 、またはでこれを行うことができる場所を見ましたProperty Let。方法がわかりません。どんな助けでも大歓迎です。
Property Set
Property Let
ありがとう。