Recommended Posts

lol... are you mod there or something?

Anyways, I have been trying to add custom winks and I managed to extract the default wink content.

1) Open ResourceHacker

2) Open msgslang.dll

3) Go to section WINK and click on a random number.

4) You'll see weird text, hex, so far so good

5) Click Action - Save resource as binary file

6) Enter name wink.zip and save it to desktop

7) Check out the content. It uses Flash with XML and png for preview

Here the XML Content:

<?xml version="1.0" encoding="UTF-8"?><package xmlns="http://messenger.msn.com/messengercontent/1.0" version="1.0" type="wink" xmlns:wink="http://messenger.msn.com/winks/1.0" wink:version="1.0" contenttype="D"><item type="animation" mimetype="application/x-shockwave-flash" file="balloon.swf" /><item type="thumbnail" mimetype="image/png" file="WaterBalloon.png" /></package>

Someone take it over from here :)

I just found out that the "winks" are cab files, that might help more.

Edit: i just saw you already found out they are compressed files, they are cab though

possible to remove only the search bar and MSN Today and keep the add contact bar there?  I have removed tabs and ad bar just want to remove those other two but keep that add contact bar

and

Is there any way you can make it so you can choose what patches you want applied because i like it so i can have all the patches in one but i dont really want the actions pane thing to be gone so maybe a check box or something so you can choose what things to patch

Yes: https://www.neowin.net/forum/index.php?show...ost&p=584665084

Original post: https://www.neowin.net/forum/index.php?show...ost&p=584665449

Is it possible to make the search use google instead of msn ?

https://www.neowin.net/forum/index.php?show...ost&p=584665611

in vb add reference called messenger content installer api type library

the api have a sub called install content and the info of the sub is "Sub InstallContent(bstrURL As String) Default member of MessengerContentInstallerLibrary.MessengerContentInstaller Download content to the client from a CAB file."

code

'Declaramos la api
Public WithEvents msn As MessengerContentInstaller

Private Sub Command1_Click()
'Instalar paquetes
msn.InstallContent "http://tuweb.com/wink.cab"
End Sub

Private Sub Form_Load()
'Iniciamos la api
Set msn = New MessengerContentInstaller
End Sub

Private Sub msn_OnContentInstalled(ByVal lhrResult As Long)
'Devuelve el codigo de error de la instalaci?n
MsgBox lhrResult
End Sub

doesn' work!!

works ok for me..

only no games..

still not using delux pics

not plus compatible ( waiting for patchou new version)

no more active menu

funny cards + 2 smilies (what i could found)

i am happy for the ++patch 03 (mastaline.be)

i hope the official will be still free.

Edited by Chad
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.