Hi,
a Newbie has a question. How does the following (working) vbscript code translate into vbnet:
<object id="StoryTeller" classid="CLSID:8FDD41D0-E2B6-4160-B553-1F8809DCF6C7" > </object>
I tried this without success :
StoryTeller = GetObject("clsid:8FDD41D0-E2B6-4160-B553-1F8809DCF6C7")
thx in advance,
Andreas
a Newbie has a question. How does the following (working) vbscript code translate into vbnet:
<object id="StoryTeller" classid="CLSID:8FDD41D0-E2B6-4160-B553-1F8809DCF6C7" > </object>
I tried this without success :
StoryTeller = GetObject("clsid:8FDD41D0-E2B6-4160-B553-1F8809DCF6C7")
thx in advance,
Andreas