What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: How to attach to Messenger?
They can do a lot, just make sure that you GAC them...
J-ThreadScripting10-08-2006 at 08:53 PM
RE: How to attach to Messenger?
[url=http://msdn.microsoft.com/library/default.asp ?url=/library/en-us/dnlive/html/messengeraddin_sdk .asp]Always read the MSDN pages...[/url]
J-ThreadScripting10-08-2006 at 08:28 PM
Detect Full Screen application
A very short question: How can I detect that there is a full screen application running? I tried the following code: [code] // Check if full screen app is running bool IsFullScreenAppRunning () { HWND hWnd = GetForegroundWindow(); if(!hWnd) retur...
J-ThreadTech Talk10-07-2006 at 11:34 AM
RE: MVP Award - Hello Windows Live!
People know him as Inky and you can find his profile [url=https://mvp.support.microsoft.com/profile=473 0DD28-1C1C-40F7-998D-89A0506EAFAB]here[/url].(Y)
J-ThreadArchive10-06-2006 at 09:53 AM
RE: MVP Award - Hello Windows Live!
LOL I agree with that one:P However, good that Microsoft is finally seeing how important developers are for them. Good to hear!!(Y)
J-ThreadArchive10-05-2006 at 08:54 PM
RE: Tutorial, but better isnt a bad idea is it?
Dennis, in all Dutch library's are books about programming. I advice you to find a book about beginning programming in javascript, something like "javascript for dummies" or so. It differs from JScript, but it will at least learn you the basics of...
J-ThreadScripting10-02-2006 at 05:05 PM
RE: AI Live
What techniques do you use? How will the matching be done, and how will you do the output? Have you studied AI or a similar study? As a true AI-er, I like to know everything about it. But a lot of people shout about AI although they don't know anyth...
J-ThreadScripting10-01-2006 at 03:05 PM
RE: [release] Activity Launcher [Update: 1.2, Wow! Even More Games! 3 Sudoku Games! :P )
Good to see that you've updated the script already, and added submenu's!! Great(Y) Another nice feature would be that if you are invited for an activity you haven't got in your list, you are asked if you want to add it. There are still loads of ga...
J-ThreadScripting09-27-2006 at 09:20 PM
RE: [release] Activity Launcher [Update: 1.2, Wow! Even More Games! 3 Sudoku Games! :P )
Great man!!! I got several idea's about this (indeed submenu's for example) but I will first test the script and write down my idea's. But the script is just very nice as it is now!(Y)
J-ThreadScripting09-27-2006 at 01:57 PM
RE: [Release] NickChange 1.5
I will try to make some time for this plugin in a week, I'll try to implement most of the suggestions done here. I saw a few good ones, so I'd like to have them done, but unfortunatly I live a busy life! Well, I'm happy with my busy life, so no co...
J-ThreadScripting09-22-2006 at 08:47 AM
RE: scripting object problem
It's the "Scripting.FileSystemObject" object that couldn't be created...
J-ThreadScripting09-21-2006 at 10:10 AM
RE: [Release] NickChange 1.5
It seems like somehow the "Scripting.FileSystemObject" isn't installed on your pc... I'll see if I can find a way to fix it.
J-ThreadScripting09-20-2006 at 04:06 PM
RE: [Release] NickChange 1.5
Messenger does not allow it, so it is not possible. Please search before you ask something, because it has been asked a lot of times before...
J-ThreadScripting09-09-2006 at 09:34 PM
RE: [Question] StuffPlug
It's not even possible with knowing the internal works of the dll;) SP uses the IMessenger3 interface which isn't available in scripts.
J-ThreadScripting09-05-2006 at 08:38 AM
RE: problem changing nick
There is a limit of 10 name changes per minute. That does [b]not[/b] mean you will have to wait 6 seconds after a change, but it does mean that you will have to wait for the next minute after you've done 10 changes...
J-ThreadScripting08-30-2006 at 09:07 AM
RE: [Release] NickChange 1.5
What do you think the "Prefix" field in the config window is for?;) I think I'll add a "Postfix" field below the Prefix instead of a mask, you will be able to do the same with that. But again, I think you will have to wait a month or so till I...
J-ThreadScripting08-30-2006 at 09:01 AM
RE: [Release] NickChange 1.5
This script has nothing todo with the theRand script (besides the fact that they have the same features of course;)). But I can't find that script either, so it looks like it has been removed indeed... Maybe Mentix knows the answer?
J-ThreadScripting08-29-2006 at 07:56 PM
RE: Can sum1 make a script 2 check ma yahoo email jst like i can check ma Gmail accout
Please try to write in proper english, I know it is hard for some foreigners to speak / type 100% correct english, but I'm quite sure you can do better then this! And if Yahoo! indeed supports pop3 (which I assume it does, Nitro seems sure about it)...
J-ThreadScripting08-28-2006 at 06:31 PM
RE: [Release] NickChange 1.5
I'll be very busy the next few weeks, but I'll look into it when I've got some time...
J-ThreadScripting08-25-2006 at 04:12 PM
RE: Script Request - Ignore specific contacts
I wonder where you got that information?^o)
J-ThreadScripting08-24-2006 at 07:56 PM
RE: Parse Registry SubKeys in JScript?
I think we had a thread about this a few weeks ago, but I can't find it anymore... I think the solution was to use a win32 function for listing registry subkeys, because it seems like it cannot be done easily with the scripting engine. Can somebody ...
J-ThreadScripting08-24-2006 at 07:52 PM
RE: See what your mate is typing
Why are people always talking about the "invasion of privacy". Please don't mention that as a reason, the question is: "is is possible" and the answer is "no, it is not". There's no further discussion needed because it is very clear that it ...
J-ThreadScripting08-22-2006 at 09:41 PM
RE: [I help them] VB2JS
Great class, I think this can really help people!(Y)
J-ThreadScripting08-12-2006 at 05:34 PM
RE: [Help] Searching pages
Globally variables can... You can do: [code] var bla; function a() { // Do something bla = "hello"; b(); } function b() { alert(bla); }[/code] but not: [code] function a() { // Do something var bla = "hello"; b(); } function b() { ...
J-ThreadScripting08-11-2006 at 09:38 PM
RE: [Help] Searching pages
Wouldn't: [code] var xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); function getIt(url) { xmlhttp.open("GET", url, true); xmlhttp.onreadystatechange = stateChanged; xmlhttp.send(null); } function stateChanged() { if (xmlhttp.readySta...
J-ThreadScripting08-11-2006 at 09:23 PM
[Hide Excerpts] Pages: (19): « First « 1 2 3 [ 4 ] 5 6 7 8 » Last »