What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Question] Any way I can get a Winsock ActiveXObject working ?

[Question] Any way I can get a Winsock ActiveXObject working ?
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [Question] Any way I can get a Winsock ActiveXObject working ?
Indeed not everyone has "MSWinsock.Winsock.1". Thus:

quote:
Originally posted by -dt-
In my webserver script i was working on i used
code:
new ActiveXObject( "MSWinsock.Winsock.1" );

Never use the "blahblah.1", "blahblah.2", "blahblah.3", etc objects. Not everybody has them.

The ".x" indicates that there are multiple versions registered on your computer (which may on its turn indicate duplicated, even corrupted objects).

When you omit the ".x", the default one is loaded instead (as that is its proper name; thus without that ".x"). And if present, the system will search for the latest (or not corrupted) version on its own.

Note1: This goes for all ActiveX objects, not just for "MSWinsock.Winsock".

Note2: When you use non standard ActiveX objects, or objects which depend on other possibly not installed stuff, always check if they exist on the hosts computer. Don't automatically assume that everybody has them.

This post was edited on 06-07-2006 at 12:46 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
06-07-2006 12:41 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Question] Any way I can get a Winsock ActiveXObject working ? - by Pai on 06-06-2006 at 10:04 AM
RE: [Question] Any way I can get a Winsock ActiveXObject working ? - by -dt- on 06-06-2006 at 10:19 AM
RE: [Question] Any way I can get a Winsock ActiveXObject working ? - by Pai on 06-06-2006 at 05:46 PM
RE: [Question] Any way I can get a Winsock ActiveXObject working ? - by matty on 06-06-2006 at 07:25 PM
RE: RE: [Question] Any way I can get a Winsock ActiveXObject working ? - by segosa on 06-07-2006 at 06:57 AM
RE: [Question] Any way I can get a Winsock ActiveXObject working ? - by Pai on 06-06-2006 at 11:27 PM
RE: [Question] Any way I can get a Winsock ActiveXObject working ? - by CookieRevised on 06-07-2006 at 12:41 AM
RE: [Question] Any way I can get a Winsock ActiveXObject working ? - by Patchou on 06-07-2006 at 03:39 AM
RE: [Question] Any way I can get a Winsock ActiveXObject working ? - by L. Coyote on 06-07-2006 at 04:51 AM
RE: [Question] Any way I can get a Winsock ActiveXObject working ? - by Pai on 06-07-2006 at 06:43 AM
RE: [Question] Any way I can get a Winsock ActiveXObject working ? - by -dt- on 06-07-2006 at 06:52 AM
RE: RE: [Question] Any way I can get a Winsock ActiveXObject working ? - by Pai on 06-07-2006 at 11:39 AM
RE: [Question] Any way I can get a Winsock ActiveXObject working ? - by Patchou on 06-07-2006 at 08:50 PM
RE: [Question] Any way I can get a Winsock ActiveXObject working ? - by Pai on 06-07-2006 at 08:54 PM
RE: [Question] Any way I can get a Winsock ActiveXObject working ? - by CookieRevised on 06-08-2006 at 12:05 PM
RE: [Question] Any way I can get a Winsock ActiveXObject working ? - by Pai on 06-08-2006 at 02:58 PM
RE: RE: [Question] Any way I can get a Winsock ActiveXObject working ? - by CookieRevised on 06-08-2006 at 04:21 PM
RE: [Question] Any way I can get a Winsock ActiveXObject working ? - by Patchou on 06-08-2006 at 05:22 PM
RE: [Question] Any way I can get a Winsock ActiveXObject working ? - by Pai on 06-08-2006 at 07:22 PM
RE: [Question] Any way I can get a Winsock ActiveXObject working ? - by CookieRevised on 06-08-2006 at 07:33 PM
RE: [Question] Any way I can get a Winsock ActiveXObject working ? - by Pai on 06-08-2006 at 07:45 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On