Skip to content
MSN

Vincula With IE7

A TG007 community discussion started by feroz_shamsi.

Discussion 9 posts
Page 1 of 1
Open
Topic #6887 · 9 published posts · 1,164 views

i was using XP SP2

 

then i installed IE7 Beta 1 the problem was same so i removed the IE7 and script working fine again with IE6

 

now i installed Windows Vista Beta 2 the problem Appears again because of IE7 in it

 

 

 

The problem is when i start my script it dosent connect to Lookup servers :notworking:

 

i think nHTMLn.dll is not supported with IE7 is it ?

 

Errors i've seen are

 

in Windows Menu in script and select @VinculaComm Window

 

this error occur:

 

 

 

The Page Cannot be Displayed

 

Please try the following:

 

Open the s: home page, and then look for links to the information you want.

 

If you typed the page address in the Address bar, make sure that it is spelled correctly.

 

 

 

 

Yeah, if I'm not mistaken, nHTMLn_2.95 was created just for that reason. Search Google for it.

works fine here. i got everything u mentioned but vista

Yeah, if I'm not mistaken, nHTMLn_2.95 was created just for that reason. Search Google for it.

 

 

 

i did that The problem is remain same

 

alias msn.ndll return $dll($scriptdir $+ nHTMLn_2.92.dll,$$1,$2)

alias msn.ndll return $dll($scriptdir $+ nHTMLn_2.95.dll,$$1,$2)

 

 

I'll reupdate my Vincula to have 2.95 .. not only that, but, I still see 2.92.

OCX-Less Connection are working Fine

 

Like: GD5 , DC'Pr , Nuclear MSN

 

but Vincula isnt working

 

the problem isnt of nHTMLn.dll because its working what it have to be (Attach,Navigate,Write,Scroll Etc)

 

And i updated it to 2.95 Also as i mentioned in my previous post but the problem is remain same

 

 

 

My guess is Problem is with OCX

 

i think Classid need changes ?

 

 

 

That is in:

 

 alias msn.donav {
 var %s, %x = $$1, %p = $$2 

 var %r = about:
 %r = %r $+ <object id="ChatFrame" classid="CLSID:ECCDBA05-B58F-4509-AE26-CF47B2FFC3FE" width="100%">
 %r = %r $+ <param name="RoomName" value="Vincula"><param name="NickName" value="Vincula"><param name="Server" $+(value=",$$3,:,%p,">) $+ </object>

 if (!$window(%x)) {
   window -ph %x
   %s = $msn.ndll(attach,$window(%x).hwnd)
 }
 %s = $msn.ndll(select,$window(%x).hwnd)
 %s = $msn.ndll(navigate,%r)
}

 

 

 

Anyone know how to make Vincula OCX-Less ?

 

 

The ClassID wouldnt have anything to do with it .. ClassID would stay the same for the most part on the server IP. Remove IE-7, get Firefox, download IE 6 and away you go. Vincula Rage has that option
Edited Jun 21, 2006 4:26 AM by X-Fusion

How can i remove IE7 on Windows Vista it is bunduled with Windows :D

 

but if i install firefox does it solve this problem ?

 

 

Edit: Got Vincula Rage ;)

 

 

 

Edited Jun 21, 2006 4:40 AM by feroz_shamsi

I tried to make vincula ocxless yesterday it's hella hard lol