Question GetObject with classID

Amateur

New member
Joined
Nov 24, 2008
Messages
1
Programming Experience
Beginner
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
 
Back
Top