Shoutbox

Two things - 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: Two things (/showthread.php?tid=51314)

Two things by Dox on 10-03-2005 at 06:51 AM

Well, I am a VB.NET user and I wanted to know how to make tabs (the ones on the left colum with the little pictures) for MSN messenger, I am not sure if I am supposed to post this here because this might not be a plug-in for Messenger Plus! but a separate plug altogether. Can someone tell me how it’s done?

And another thing is that I use VB.NET to build my apps but I also know some C++ and I was wondering what will be better for build plug-ins with. Thanks for any help.


RE: Two things by J-Thread on 10-03-2005 at 06:54 AM

C++ is better, no shit with registering those plugins and stuff... Just copy to the dir and it works.

But C++ is a more difficult language to learn off course


RE: Two things by Plik on 10-03-2005 at 07:25 AM

Also if you develop using C++ you are not dependant on your users having the .NET framework.


RE: Two things by Dox on 10-03-2005 at 07:27 AM

Ah, yes. true I knew about that.


RE: Two things by TheGeek on 10-03-2005 at 10:12 AM

The Tabs are just HTML pages, you can make your own with TabServe or the tab manager in StuffPlug.


RE: Two things by Dox on 10-03-2005 at 11:20 AM

Yeah, I kno, but I sort of want to combine it woth somthing else I am doing to my MSN so I wanted to know if there was any codes for it


RE: Two things by CookieRevised on 10-03-2005 at 02:05 PM

quote:
Originally posted by Dox
Yeah, I kno, but I sort of want to combine it woth somthing else I am doing to my MSN so I wanted to know if there was any codes for it
no, as said, the tabs are just html pages, nothing more, nothing less. Everything you can do in HTML can be done in those tabs. If you want scripting, you could use JScript (note: this is NOT completely the same as JavaScript!) or VBScript as the html pages will be loaded using the MSIE engine.