Creating a Visual Studio VB plugin that uses eq2service : EverQuest 2 Premium Discussions
Posted: July 28th, 2006, 7:42 pm
retsek Total Posts: 46 Joined: March 30th, 2005, 3:44 am
retsek's Reps:0
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
Tault_admin Total Posts: 29974 Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps:1444
Sent to a tech.
Posted: July 29th, 2006, 11:17 am
wyvernx Total Posts: 6718 Joined: May 1st, 2004, 4:00 am
wyvernx's Reps:21
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?
_________________
Use Search first, ask questions later!
Posted: July 30th, 2006, 10:43 pm
retsek Total Posts: 46 Joined: March 30th, 2005, 3:44 am
retsek's Reps:0
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
wyvernx Total Posts: 6718 Joined: May 1st, 2004, 4:00 am
wyvernx's Reps:21
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.
_________________
Use Search first, ask questions later!