Click here to Skip to main content
16,022,924 members

Comments by Mark R Slade (Top 4 by date)

Mark R Slade 7-Oct-13 10:53am View    
Hoorah! It worked, that's very much for the help. But... I'm getting another problem now that I'm going to have to investigate.

Thanks again
Mark R Slade 7-Oct-13 10:31am View    
This is how I've declared my sub:-

Private Sub OnUserConnect(context As UserContext)

And this is where I get the error. What should it be?
Mark R Slade 7-Oct-13 10:15am View    
I've just tried the second way. This is looking more promising, but, I get this error on the OnUserConnect sub:-

'Private Sub OnUserConnect(context As Alchemy.Classes.UserContext)' and 'Private Function OnUserConnect(context As Alchemy.Classes.UserContext) As Alchemy.OnEventDelegate' cannot overload each other because they differ only by return types
Mark R Slade 7-Oct-13 9:55am View    
I've tried it this way, but it errors saying that I need to generate a method stub, which I do but I don't know how to pass the parameters to the stub.