i have already added the mushclient.tlb file to the "References" menu item.
Private Sub Command1_Click()
Dim world As world
Dim otherworld As world
Set world = CreateObject(" MUSHclient.world")
Rem ----cannot creat object ???what's wrong ??
Set otherworld = world.GetWorld("world")
otherworld.Note "Hi there"
Set world = Nothing
Set otherworld = Nothing
End Sub