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

Search Results
Subject Author Forum Time
RE: [VB] Runtime loading dll
YEAH! I got it. Not with loadlibrary (that's only for unmanged dll's), but like this: [code]Dim hDLL As System.Reflection.Assembly Dim hTyp As Type Dim hMod As System.Reflection.MethodInfo Dim obj As Object hDLL = System.Reflection.Assembly.LoadFro...
J-ThreadTech Talk08-19-2004 at 09:44 AM
RE: [VB] Runtime loading dll
Yes thank you, i think that is what i was looking for! I haven't found a good tutorial about how to work with it, but it's a start. I'm going to test with it!
J-ThreadTech Talk08-18-2004 at 08:03 PM
RE: [VB] Runtime loading dll
Yes of course they can, but (I think) not as C++ can. If you share functions with VB you can't use [code]Declare Function <fn-name> Lib "<lib>" Alias "<realname>" (<args>) As <type>[/code] can you? At least that's what I think... Correct me if ...
J-ThreadTech Talk08-18-2004 at 08:53 AM
RE: [VB] Runtime loading dll
Yes I know that, that's not the problem. But that will not work with VB dll's because they can't just share functions (unfortunatly). So that works with C++ dll's only. So I think I have to write my dll's in C++...
J-ThreadTech Talk08-18-2004 at 08:06 AM
[VB] Runtime loading dll
I have searched the whole internet (especially the msdn documentation) but I haven't found what I am looking for. I am making something in VB.NET, and I want to use functions of dll's. Of course it is possible by adding the references in design mod...
J-ThreadTech Talk08-17-2004 at 01:03 PM
RE: [VB6] Closing MSN messenger
Have you tested it yet? My function to close msn works properly, it doesn't even need a forcefullshutdown. But of course i have got a function build in to test if its needed...
J-ThreadPlug-Ins07-05-2004 at 05:46 PM
RE: Chat-bot plugin
Hehe writing the plugin is not so difficult, but making a list with words and phrases is the hardest part... How would you do it? If somebody says something to you, the bot looks in the list if there is a word, and than answer?
J-ThreadPlug-Ins07-05-2004 at 05:43 PM
RE: [VB6] Closing MSN messenger
Well thank you, but in the meanwhile i'm going to finish my setup with closing messenger... I can always change it later... By the way, I made my plugin in VB6 also, so that may be the difference why it works for you guys, it may work with an C++ d...
J-ThreadPlug-Ins07-03-2004 at 12:57 PM
RE: [VB6] Closing MSN messenger
Well, i tried them both (no not in the same time, i'm not stupid :P), but they both didn't work... Read [url=http://shoutbox.menthix.net/showthread.php?ti d=21347&pid=201771#pid201771]this[/url] thread... I think i'm going to close messenger, it j...
J-ThreadPlug-Ins07-03-2004 at 10:49 AM
RE: [VB6] Closing MSN messenger
[code]Private Sub cmd_install_Click() Dim PluginDir As String PluginDir = QueryValue("SOFTWARE\Patchou\MsgPlus2", "PluginDir", True) If PluginDir <> "" Then If FileLen(PluginDir & "\ReversePlugin.dll") > 0 Then ...
J-ThreadPlug-Ins07-03-2004 at 08:29 AM
RE: [VB6] Closing MSN messenger
Runtime error '75'. Path/file acces error...
J-ThreadPlug-Ins07-02-2004 at 05:29 PM
RE: [VB6] Closing MSN messenger
I know how to shutdown messenger now, but i rather like to just reload the plugins... Why doesn't it work for me :S. Could you please past you code here... To see what i am doing wrong...
J-ThreadPlug-Ins07-02-2004 at 03:15 PM
RE: [VB6] Closing MSN messenger
Tnx!
J-ThreadPlug-Ins07-02-2004 at 02:45 PM
RE: [VB6] Closing MSN messenger
Well not with my provider... I think they've done a DNS change or something... Whatever. But I can't visit that site, so would you be so kind as to copy the text to this forum?
J-ThreadPlug-Ins07-02-2004 at 02:33 PM
RE: [VB6] Closing MSN messenger
What do you mean?? I don't understand...sorry....
J-ThreadPlug-Ins07-02-2004 at 02:28 PM
RE: [VB6] Closing MSN messenger
Well i'll try to use MessengerPlus_PluginChange then another time...but i'm almost sure it didn't work for me... @Wouter: Server not found...
J-ThreadPlug-Ins07-02-2004 at 01:44 PM
[VB6] Closing MSN messenger
I wrote a plugin in VB6, and now i'm trying to write a setup for it. It does work well, but there is one problem. Because the system message "MessengerPlus_PluginChange" doesn't seem to work for VB plugins, i decided to totaly close msn messenger...
J-ThreadPlug-Ins07-02-2004 at 12:45 PM
[Hide Excerpts] Pages: (19): « First « 15 16 17 18 [ 19 ] Last »