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

Search Results
Subject Author Forum Time
RE: [RELEASE] JetAudio Music Script
Yup, what Spunky said :) Once you have MPL installed, you can double click the script pack and then it will prompt you to install it.
GriffoScripting09-17-2006 at 06:56 PM
RE: MSN and Jet Audio
Here's my JetAudio script: http://shoutbox.menthix.net/showthread.php?tid=647 90&pid=711824
GriffoPlug-Ins09-12-2006 at 09:09 AM
RE: [RELEASE] JetAudio Music Script
Thanks a lot :D
GriffoScripting08-12-2006 at 08:35 AM
[RELEASE] JetAudio Music Script
My first proper MPL script, hope you guys like. This is for the people, like me who use JetAudio. Enjoy! JetAudio Music Script - v1.0 [b]OVERVIEW:[/b] This script is designed to display what you are currently listening to in your JetAudio music playe...
GriffoScripting08-11-2006 at 02:46 PM
RE: DATABASE?
Yea I think you are right there, here is the debug below. How would I remove the break? Thanks :) CODE: [code]Debug.Trace(Artist + "-" + Title);[/code] DEBUG:: [code]Function called: OnEvent_Timer BBE - -Flash[/code]
GriffoScripting07-19-2006 at 09:44 PM
RE: DATABASE?
Hey guys, DB stuff workign great now. However, I notice on one of the strings I am pulling, it sticks like a small square at the end of it which then appears on my MSN PSM. Any idea what the little square represents and how I can remove or trim it? ...
GriffoScripting07-19-2006 at 03:22 PM
RE: DATABASE?
Thanks, works great! :D
GriffoScripting07-17-2006 at 09:08 PM
RE: DATABASE?
Thanks guys! Any ideas why the Debug line gives me Type Mismatch? [code]function OnEvent_Initialize(MessengerStart) { var db = new ActiveXObject('ADODB.Connection'); var dbPath = "C:\\DB\\DB.mdb"; db.Open("DRIVER={Microsoft Access Driver (*....
GriffoScripting07-17-2006 at 08:32 PM
RE: DATABASE?
Well I am using a DLL to do it, but here you go... [b]SCRIPT:[/b] [code]var Shell = new ActiveXObject("WScript.Shell"); var MyActiveXObject = new ActiveXObject('RSP2MusicDLL.clsRSP2Music'); Shell.RegRead(MsgPlus.ScriptRegPath + "RSPpath"); var ...
GriffoScripting07-17-2006 at 09:43 AM
RE: DATABASE?
I would appreciate some info on this to. As I currently cannot connect to my database through JScript, I have to hard code it into my DLL, which isn't what I want to do as the path to the database may change. But when I try and pass the path to the ...
GriffoScripting07-16-2006 at 04:22 PM
RE: best way to store/save information?
Thanks - will give those a go :)
GriffoScripting07-15-2006 at 04:03 PM
RE: best way to store/save information?
Okay, couple of thngs, How would you save a setting from a window to the registry. Say you have an EditControl and the defualt text was "hello" and then you changed it to "hello world". How would you save the new data to the registry? I know the ...
GriffoScripting07-15-2006 at 03:43 PM
RE: Open File Dialog
Thanks :)
GriffoScripting07-15-2006 at 02:08 PM
RE: Any way to handle the music (Current media) without displaying?
Yea I have sorted it now. Coded it into my DLL and called it that way :)
GriffoScripting07-15-2006 at 02:03 PM
RE: Open File Dialog
You are either not logged in or do not have permission to view this page. :(
GriffoScripting07-15-2006 at 01:16 PM
RE: Open File Dialog
Me to, I would like to know how this is done. I want to get the path to an EXE.
GriffoScripting07-15-2006 at 01:07 PM
RE: Any way to handle the music (Current media) without displaying?
How do you set the PSM in the music format? So it shows what is playing? Messenger.MyPersonalMessage = "HELLO" gives you s simple message, but I want to know I get that in the music format to show what is playing. Any suggestions appreciated :)
GriffoScripting07-15-2006 at 10:59 AM
RE: Any way to handle the music (Current media) without displaying?
I am trying to find out a way of doing this too, if anyone had any info it would be appreciated :)
GriffoScripting07-15-2006 at 10:48 AM
RE: [Resolved] Talking to VB.
Thanks a lot mate, works perfectly now! :D
GriffoScripting07-09-2006 at 08:32 PM
RE: [Resolved] Talking to VB.
Yup covered all that, still no joy! :( Anyone got an example at all?
GriffoScripting07-09-2006 at 03:56 PM
RE: [Resolved] Talking to VB.
I've been trying to work with DLL's too, not much luck though! I've tried making a basic script to simply display some test from a DLL. SCRIPT: [code]function OnEvent_Initialize(MessengerStart) { var MyActiveXObject = new ActiveXObject('Project1....
GriffoScripting07-09-2006 at 11:04 AM
RE: [question] Calling an external DLL
Thanks for the reply! Still no luck I am affraid, not sure what is going on now. My DLL code is as follows; anything look suspicious? CODE: [code]Public Function Test() As String Test = "hello" End Function[/code]
GriffoScripting06-29-2006 at 08:55 AM
RE: [question] Calling an external DLL
Anyone had any luck with DLL's yet? Still no joy with mine!
GriffoScripting06-28-2006 at 10:52 PM
RE: [question] Calling an external DLL
cloudhunter: I have tried adding the "()" at th end, still no luck! :( mathieumg: Tried registering the DLL, but it doesn't make any difference.
GriffoScripting06-28-2006 at 07:50 AM
RE: [question] Calling an external DLL
I'm having trouble with a DLL call in my script too, however mine was made in VB6. I made a test DLL with this function: [code]Public Function Test() As String Test = "hello" End Function[/code] ...and my script code is: [code]function OnEvent_Ini...
GriffoScripting06-27-2006 at 07:10 PM
[Hide Excerpts] Pages: (2): « First [ 1 ] 2 » Last »