Page 1 of 1

Creating a Visual Studio VB plugin that uses eq2service

Posted: July 28th, 2006, 7:42 pm
by retsek
I know there used to be an empty plugin for visual studio in VB. I try following the C# example but you can't get to the IXUplugin portion of the DLL in VB. So I'm stymied right at the start.

I have my working vbscript harvester to convert over and want to add gui interface etc... Just need a way to make the plugin open up and a way to load the eq2service.

Thanks

Posted: July 29th, 2006, 11:12 am
by Tault_admin
Sent to a tech.

Posted: July 29th, 2006, 11:17 am
by wyvernx
Havnt looked at vb.net, but cant you add a reference to the IXUPlugin interface and it should add in all the stubs for it?

IXU plugin stubs

Posted: July 30th, 2006, 10:43 pm
by retsek
In C# I can reference the IXUPlugin and get the stubs but if I'm using VB when I reference the XUNleashed GUI the IXUplugin isn't available for selection.

I'm assuming once the IXUPlugin can be referenced so I can "Create the Plugin" I can use the xupluginhelper to load the service etc...

Posted: August 3rd, 2006, 12:24 pm
by wyvernx
You have to somehow "ADD" the interface to your vb app. Just referencing the uxgui wont do anything.

I wish i knew more vb.net to help. :(