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

Search Results
Subject Author Forum Time
RE: Plugin for windows media
ok u meant getting the song that is playing, well yeah, that is on the list of things i'm working on. just give me some time, i'm also moving to another house and the programming is mostly done at night. but i will post updates, promessed.
XerxisPlug-Ins07-09-2003 at 12:01 AM
RE: Plugin for windows media
wmp and things like that should be now problem, it's just that i'm testing and i took the first filetypes that came in my head, i can add as many types to the filters as i like. i should look at the complete list of filetypes that wmp can handle
XerxisPlug-Ins07-09-2003 at 12:00 AM
Plugin for windows media
Updated 12:24 wednesday (changes in /xwmp) ok don't get overexcited, this isn't a very usefull plugin yet, in fact it's just the beginning of a very big plugin, so be patient, but it would be nice to be sure that some parts are working already you...
XerxisPlug-Ins07-08-2003 at 11:17 PM
RE: problem with loading objects in plugin
MFC microsoft something something well it let's you program for ms windows very fast and easy, you don't have to write the code for your forms and so on by yourself.
XerxisPlug-Ins07-08-2003 at 07:44 PM
RE: problem with loading objects in plugin
in vb when using the messenger plus api if you want to call a form you have to do it like this Form1.Show vbModal, Screen.ActiveForm in c you can use the mfc, if you have visual c this shouldn't be too difficult messageboxes in vb can't be a proble...
XerxisPlug-Ins07-08-2003 at 06:05 PM
RE: problem with loading objects in plugin
alright, solved the problem, a callback works so there was an easy solutions after all
XerxisPlug-Ins07-08-2003 at 03:24 PM
RE: problem with loading objects in plugin
msgbox "this is a message box" and there is no problem with that code in the plugin functions
XerxisPlug-Ins07-08-2003 at 03:22 PM
RE: problem with loading objects in plugin
form.show and form.bisible first execute a load(form) maybe if i use a callback just the last thing i haven't tried ;)
XerxisPlug-Ins07-08-2003 at 03:16 PM
RE: problem with loading objects in plugin
the problem with vb is that the loading of an object will stop the rest of the code to stop until the object is released again, i don't know how to bypass this, i just tried it by using a second dll but that doesn't help. then i made a second threa...
XerxisPlug-Ins07-08-2003 at 02:06 PM
RE: problem with loading objects in plugin
oh c'mon, somebody has to know a solution. i already put a lot of work in my plugin and it works as a standalone exe (well kind of) i don't want to give up now because i can't open my classes :s
XerxisPlug-Ins07-08-2003 at 01:44 PM
RE: open a new form
i have opened a post on the same subject, it isn't only a form you can't load, every object you try to load gives that problem, the command isn't parsed anymore i don't know the solution to that problem but i could use it, so if anyone knows!!!
XerxisPlug-Ins07-08-2003 at 01:18 PM
RE: problem with loading objects in plugin
I already tried Set frm = New Form1 frm.Show Set frm = Nothing but that gives the same problem so i'm getting a bit desperatie, because it's not only with forms i'm starting to fear that the only thing i can do is to start a second thread,...
XerxisPlug-Ins07-08-2003 at 11:56 AM
problem with loading objects in plugin
i'm having a bit of a problem the thing is loading an object in parsecommand will cause the command not to be parsed while the object is loaded for example Public Function ParseCommand(ByVal sCommand As String, ByVal sCommandArg As String, ByVal oCo...
XerxisPlug-Ins07-08-2003 at 11:40 AM
RE: New plugin features to come in a couple of hours
cool then my next plugins will be in vb.net ofcours i love vb, altough i have to admit that sometimes c++ dll's are required to make a fast program ;)
XerxisPlug-Ins07-08-2003 at 07:43 AM
RE: New plugin features to come in a couple of hours
ever tried the vb.net, it is much much much better then the older versions. unfortenately, you cannot use it for making plugins for the simple reason that not enough people have the framework installed :s.
XerxisPlug-Ins07-08-2003 at 07:32 AM
RE: Windows Media Player plugin
i could have one advice, i never looked at the messenger api properly, doing it now. but i have one problem, is there a way to retrieve the filename of the file you're downloading. Getting the directory where it is saved is an easy one. But i couldn...
XerxisPlug-Ins07-08-2003 at 05:42 AM
RE: Windows Media Player plugin
thank you, i still have a long way to go, i'm now concentrating on the preview thing, and i hope to complete that one of the following days, pls note, i'm not going to make an avi previewer, i don't have the technical knowledge nor the time to do ...
XerxisPlug-Ins07-07-2003 at 10:44 PM
Windows Media Player plugin
i'm now working on a plugin (vb) that will have following functions previewing a media file that you are receiving sending the file wmp is currently playing sending your playlist as a text moving on to next media item in your playlist play stop open...
XerxisPlug-Ins07-07-2003 at 10:00 PM
[Hide Excerpts] Pages: (6): « First « 2 3 4 5 [ 6 ] Last »