So I have managed to compile a fairly simple plugin written in VB which I can call from within XL. Now I am looking at how to execute Xlobby events from within the plugin code.
For example, in Xscript I could execute XL events using the following:
XLobby.ExecCommand("category", "refresh", "music")
XLobby.ExecCommand("xlobby", "show overlay", MyOverlay)
Xlobby.Invalidate()
etc
Are there prebuilt functions that can be used to accomplish the same things from within a plugin?
Thanks!