Hello, first let me tell you what I'm trying to do.

I need to setup a client/server system, the client is basically just a nice GUI. The server does all the database interaction and calculations I need it to do. Because of security I can't do these on the client.

Basically from the looking around I've done it looks like COM+ is the way to go about connecting these two. I set up some test stuff in the Component Services program and started it. That wasn't a problem.

My problem is, how do I code this in VB to connect to the remote server and use the class's I've created?

Yes I'm new to this so any info/sites (example would be best :-)) you can provide would be appreciated, though most of the sites I've found have plenty of info about COM+ but no examples of how to use it. :P

Thanks!