Search Results |
Subject |
Author |
Forum |
Time |
RE: [Help][4.60]4006 Images That's their decision to make, and I'm sure they have a good reason. | vikke | Skinning | 03-23-2008 at 02:53 PM |
RE: Scripts? If the blockchecker shows offline => EITHER BLOCKED OR NOT If the blockchecker shows online => YOU'RE BLOCKED | vikke | WLM Plus! Help | 03-23-2008 at 02:27 PM |
RE: [Help][4.60]4006 Images Do you really want to use these images as masks? I wouldn't, because the image wouldn't show up. | vikke | Skinning | 03-23-2008 at 02:11 PM |
RE: Oh... bugger.... This is really weird, because the contact list only holds 600 contacts as far as I know. Anyway, I don't think there's a way of doing this without doing it manually. | vikke | Skype & Live Messenger | 03-23-2008 at 12:31 PM |
RE: [Help][4.60]4006 Images I hope you are well aware that that code loads resources from a DLL called msgvsta. Oh and the <Metadata>-tag doesn't have a <File> tag. So remove: <Metadata> <File>buddy/oscar.png</File> </Metadata> and <Metadata> <File>buddy/november.png</File> <... | vikke | Skinning | 03-23-2008 at 12:29 PM |
RE: Scripts? http://blockchecker.msnfanatic.com/ | vikke | WLM Plus! Help | 03-22-2008 at 09:56 PM |
RE: Willz Skinning Guide Thanks, it looks much better. Good work. :) | vikke | Skinning | 03-22-2008 at 09:48 PM |
RE: Every time i quote a post from .Lou i get.. Why does the first posts in this thread say: "RE: Looking for an avatar to use in an easter egg in take the challenge..." ? Is that a forum-bug? | vikke | Forum & Website | 03-22-2008 at 09:28 PM |
RE: Scripts? 1. Block checkers can work, and if they show it's that your contact has blocked you, he/she has! But most of them are fake, and will spam to your friends. But if it shows that you're not blocked, the state is unknown. 2. There's a way to do this,... | vikke | WLM Plus! Help | 03-22-2008 at 09:22 PM |
RE: Willz Skinning Guide I would really appreciate proper punctuation in your posts/tutorials, it makes them easier to read and to understand. | vikke | Skinning | 03-22-2008 at 08:40 PM |
RE: Favourite TV Show LOST. | vikke | General Chit Chat | 03-22-2008 at 08:36 PM |
RE: [v.1.1 Released!][WLM 8.5] - Facebook skin by coolzee Hey Coolzee! It looks quite nice, but I think the conversation window should have a blue header like the contact list. Why your email address printed, it's not like anyone would like to sell your screenshot. | vikke | Skinning | 03-15-2008 at 10:28 PM |
RE: Colorize background WLM 8.1 Apply a <MetaData>-tag (must contain <Colorize>true</Colorize) to your image in SkinInfo.xml. | vikke | Skinning | 03-15-2008 at 01:58 PM |
RE: Focusing a window I have no idea of any other parts of your code, so it's impossible to know without guessing. Anyway I'm glad it sorted out! :) | vikke | Scripting | 03-14-2008 at 11:13 PM |
RE: Focusing a window I would use the "BringWindowToTop" function in the Win32 API to get the window to front. And in this case I would test this if-statement instead: [code]if(openwnd) { //stuff here }[/code] | vikke | Scripting | 03-14-2008 at 10:24 PM |
RE: Button error Are you using a Windows-skin program like WindowBlinds? | vikke | WLM Plus! Help | 03-13-2008 at 07:47 PM |
RE: [Early Preview] WAM2 with VLM Looks good! :) If-statements? | vikke | Skinning | 03-12-2008 at 04:23 PM |
RE: How can I translate the website? Mail mplus-trans@patchou.com (I think he's still using this email). | vikke | Translation | 03-11-2008 at 07:05 PM |
RE: [Help] Wrong Skin Trace errors In Windows ALL paths should always use '\', but in Linux (or *nix) you should always use '/'. Mostly programs written/ported from Linux to Windows uses '/' though, that would include open-source projects such as Firefox (IE has this as well, ... | vikke | Skinning | 03-11-2008 at 02:37 PM |
RE: [HELP] create a new window No, but you can add it to the Windows Live Messenger About-box or your settings window. | vikke | Skinning | 03-11-2008 at 02:26 PM |
RE: Tabbed chats order This happens when you receive an offline-message, and it's hardcoded in Windows Live Messenger to automatically bring the window to front (you can call that a bug). Normally Messenger doesn't send offline-messages when talking to people who appear ... | vikke | WLM Plus! Bug Reports | 03-06-2008 at 06:57 PM |
RE: Chatscreen image?? Try using the method you used on the contact list, but instead apply it on text-elements in the conversation-windows. Or, download a skin which has done this, and look how they did it. | vikke | Skinning | 03-06-2008 at 05:06 PM |
RE: [Request] Simple Script to send message to PHP Script Sorry, but I think this should work (not tested, I'm on Linux). [code]var whitelist = Array(); whitelist[0] = "asdf@asdf.com"; // Add more here! function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind) { if(Messenger.MyStatu... | vikke | Scripting | 03-06-2008 at 04:58 PM |
RE: [Release] YASS 0.9.86 (Aug 9 08) Server 0.10.112 (Jan 25 09) Seems like a very good script, and it's even better it's released under GPL3. So.. Now port it to *nix. (otherwise Linus won't use it) :) | vikke | Scripting | 03-05-2008 at 04:10 PM |
RE: [Preview / Alpha] Who Sent It 0.7.1 mynetx: Register the Xniff.dll using regsvr32. | vikke | Scripting | 03-04-2008 at 05:32 PM |