What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Finished Advanced Plugin installer/uninstaller C++ and VB

Finished Advanced Plugin installer/uninstaller C++ and VB
Author: Message:
allex87
Junior Member
**

Avatar
Hmmm...

Posts: 99
36 / Male / –
Joined: Jul 2003
RE: Advanced Plugin installer/uninstaller
I released my source code in the sticky thread...

About the VB source code... It should be the same functions.. same way, except you need to declare them....  Here's how:

Declare Function RegisterWindowMessage Lib "user32.dll" Alias "RegisterWindowMessageA" ( _
     ByVal lpString As String) As Long
Declare Function PostMessage Lib "user32.dll" Alias "PostMessageA" ( _
     ByVal hwnd As Long, _
     ByVal wMsg As Long, _
     ByVal wParam As Long, _
     ByVal lParam As Long) As Long

Then you would call them this way:

Long msg
msg = RegisterWindowMessage("MessengerPlus_PluginChange")
PostMessage(0xffff, msg, 0, 0)

That should do it...

Now I am working on an installer with support for both VB and C++. I am now trying to use MFC... my first app in MFC wow... I have a problem though... I call the PostMessage the old-fashioned way (::PostMessage) but somehow, the message doesn't get sent... cuz I get a file copy error saying that the file is being accessed by another process.... :( anyone knows why? thanks...
[Image: signature.gif]
07-10-2003 02:09 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Finished Advanced Plugin installer/uninstaller C++ and VB - by Huuf on 07-08-2003 at 04:57 PM
RE: Adcanced Plugin installer/uninstaller - by Patchou on 07-08-2003 at 05:15 PM
RE: Adcanced Plugin installer/uninstaller - by Huuf on 07-08-2003 at 05:34 PM
RE: RE: Adcanced Plugin installer/uninstaller - by musicalmidget on 07-08-2003 at 11:10 PM
RE: Adcanced Plugin installer/uninstaller - by allex87 on 07-08-2003 at 08:04 PM
RE: Adcanced Plugin installer/uninstaller - by Huuf on 07-08-2003 at 08:50 PM
RE: Adcanced Plugin installer/uninstaller - by allex87 on 07-08-2003 at 09:11 PM
RE: Advanced Plugin installer/uninstaller - by Huuf on 07-09-2003 at 07:32 PM
RE: Advanced Plugin installer/uninstaller - by allex87 on 07-09-2003 at 08:49 PM
RE: Advanced Plugin installer/uninstaller - by Huuf on 07-09-2003 at 10:01 PM
RE: Advanced Plugin installer/uninstaller - by allex87 on 07-10-2003 at 02:09 AM
RE: Advanced Plugin installer/uninstaller - by allex87 on 07-10-2003 at 02:19 AM
RE: Advanced Plugin installer/uninstaller - by AzNiNsEcT on 07-10-2003 at 03:18 AM
RE: Advanced Plugin installer/uninstaller - by allex87 on 07-10-2003 at 03:35 AM
RE: Advanced Plugin installer/uninstaller - by Huuf on 07-10-2003 at 06:49 AM
RE: Advanced Plugin installer/uninstaller - by Huuf on 07-10-2003 at 02:46 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by Huuf on 07-10-2003 at 05:16 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by Slack2116 on 07-10-2003 at 09:38 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by Huuf on 07-11-2003 at 08:02 AM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by allex87 on 07-11-2003 at 09:58 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by Huuf on 07-11-2003 at 10:14 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by allex87 on 07-11-2003 at 10:26 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by Huuf on 07-12-2003 at 07:34 AM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by allex87 on 07-12-2003 at 02:13 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by Huuf on 07-12-2003 at 09:18 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by allex87 on 07-12-2003 at 10:35 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by Huuf on 07-12-2003 at 10:52 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by allex87 on 07-13-2003 at 02:07 AM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by Huuf on 07-13-2003 at 06:53 AM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by Huuf on 07-14-2003 at 05:40 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by Huuf on 07-27-2003 at 02:45 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by provolino77 on 04-01-2004 at 10:13 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by Alpha Binary on 04-05-2004 at 09:36 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On