Visual Basic 6 - I need some help - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Forum: Plug-Ins (/forumdisplay.php?fid=28) +------ Thread: Visual Basic 6 - I need some help (/showthread.php?tid=23276) Visual Basic 6 - I need some help by Sazologie on 04-03-2004 at 03:50 PM
Hey, I'm new here on the forum, and also new when it comes to Visual Basic 6. Well new... That's a big word. Let's say I'm new in programming plugins that work on the !Plus ( which btw is great ). I downloaded the documentation on the !Plus site to help me creat a plugin. Now I was looking at the code and wonderd. So I just clicked the make button and it made the .dll file ( so I didn't change the coding ). I 've putted the .dll in the !Plus > Plugin dir. But when I startup !Plus the plugin won't show up. I've tried restarting !Plus, and restarting my PC. But it won't showup in de menu ( and in the code there was a piece of coding that normaly would let it to show on the menu ). Can somebody help me with this. Because the problem is realy bugging me . Thanks a lot ( Ow please remember I'm Newbie on this section of programming, so try to explain as easy as posible ) RE: Visual Basic 6 - I need some help by CookieRevised on 04-03-2004 at 03:58 PM
Did you also read the readme.txt that comes with the examples: quote: quote: Also, take a look at this excellent plugin tutorial made by RaceProUK: http://www.geocities.com/raceprouk/msn/plugins.htm (Scroll down the page to get the PDF and samples) I hope these things helped... RE: Visual Basic 6 - I need some help by Sazologie on 04-03-2004 at 04:11 PM Thanks I'll try this at once RE: Visual Basic 6 - I need some help by Sazologie on 04-03-2004 at 04:15 PM
Maybe a some kind stupid question... RE: Visual Basic 6 - I need some help by Sazologie on 04-03-2004 at 07:02 PM
Ow btw Cookie, RE: Visual Basic 6 - I need some help by Choli on 04-03-2004 at 07:28 PM
quote:welcome quote:In the VB example plugin there's a registry file: install.reg. Edit it (it's a plain test file, so you can open it with notepad) and modify it as you want. If you're only testing you may want to modify the registry yourself, without any file. [*]go to start > run [*]type regedit and click ok [*]navigate at the left until you find the secction HKEY_LOCAL_MACHINE\SOFTWARE\Patchou\MsgPlus2\RegisteredPlugins [*]at the right, right click and create a new key as you can read in Cookie's post. quote:Plus! RE: Visual Basic 6 - I need some help by Sazologie on 04-03-2004 at 08:04 PM
Thanks you guys are helping a lot RE: Visual Basic 6 - I need some help by Sazologie on 04-03-2004 at 08:23 PM Btw I'm so soo sooo sorry that I got to bug you with ( forr you guyz ) lame question, but I can't figure out this plugin thing... It seems easy but its hard for me RE: RE: Visual Basic 6 - I need some help by RichGuk on 04-04-2004 at 07:56 AM
quote: I'm also fairly new to programming, but have you built up your menu in the GetPublishCommandInfo function? As I assume this is where the menu is created from? code: RE: Visual Basic 6 - I need some help by Mike on 04-04-2004 at 08:47 AM
Well...Try using DJMystic's install maker like blasphemer said. RE: Visual Basic 6 - I need some help by Sazologie on 04-04-2004 at 04:24 PM
Thanks, RE: Visual Basic 6 - I need some help by Sazologie on 04-05-2004 at 09:38 PM
|