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

Search Results
Subject Author Forum Time
RE: [Request] Webcam Command
Okay... I have added a timer that waits 5 seconds before trying to send the webcam request. I still don't know if this is going to work since I don't want to test this on my contacts. But tell me if it doesn't and I'll try and think about what'...
win_crookScripting04-16-2007 at 02:38 PM
RE: [Request] Webcam Command
Hmm... I thought something like this might happen... I'll try and fix it tomorrow but for now the /Cam command is still in place.
win_crookScripting04-15-2007 at 08:08 PM
RE: [Request] Webcam Command
Okay... I've hacked this together very quickly and haven't tested it at all really because I don't want to upset my contacts with webcam requests. So I'll leave it up to you to test it. If there's any problems(which there most probably will be) ...
win_crookScripting04-15-2007 at 07:39 PM
RE: [Request] Webcam Command
Right... after doing some research the best way that I can see this being done is to make a group of contacts (e.g Webcam Contacts) and put all the contacts that you want to automatically send webcam requests into that group. It makes it easier for m...
win_crookScripting04-15-2007 at 04:36 PM
RE: [Request] Webcam Command
I'm nowhere near as experienced as some of the script developers on here, but I certainly think so... I'll keep you updated with results over the next couple of days.
win_crookScripting04-15-2007 at 04:27 PM
RE: [Request] Webcam Command
Right... I just need to make this clear, you want a list of contacts which can be either enabled or disabled. The ones that are enabled get sent an invitation to view your webcam as soon as they sign in. Is this what you want?
win_crookScripting04-15-2007 at 04:21 PM
RE: [Request] Webcam Command
Alright... install this script and to start your webcam simply use the command /Cam I'll work on the other features you requested over maybe this next week I don't know how busy I'm going to be, so don't expect anything. So for now here is just a...
win_crookScripting04-15-2007 at 04:07 PM
RE: [Request] Webcam Command
I'll do it! :D I'm going to be quite busy for the next couple of days though so I'll just make a small one that starts the webcam when the command is typed... I will make the contact selector one when I have a bit more time.
win_crookScripting04-15-2007 at 03:36 PM
RE: Cursor Position in Plus text boxes
Thanks a lot for that :D... the before doesn't come into play, I forgot to change it to text for this example. It's all working fine now.
win_crookScripting04-08-2007 at 02:49 PM
RE: Cursor Position in Plus text boxes
Here is the code that defines start: [code] var EM_GETSEL = 0xB0; var EM_SETSEL = 0xB1; var Start = Interop.Allocate(32); Interop.Call("user32", "SendMessageW", Wnd.GetControlHandle("NameEdit"), EM_GETSEL, Start, 0); [/code]
win_crookScripting04-08-2007 at 12:36 PM
RE: Cursor Position in Plus text boxes
Well I've figured out the EM_GETSEL message and it's working fine now. I'm onto the string processing part now, and I'm getting this error: This is the code, the middle line is line 40: [code] var text = Wnd.GetControlText("NameEdit"); var fir...
win_crookScripting04-08-2007 at 12:00 PM
RE: Cursor Position in Plus text boxes
Would it be possible for you to give me some guidance on how to do this please? Maybe just a little example to get me started.
win_crookScripting04-07-2007 at 06:21 PM
Cursor Position in Plus text boxes
Is there any way I can get the position of the text cursor in a text box in a plus interface? I need to insert some text at the current cursor position instead of at the end of the box which is the way I'm currently doing it. Thanks, David
win_crookScripting04-07-2007 at 05:47 PM
[Hide Excerpts] Pages: (3): « First « 1 2 [ 3 ] Last »