|
-
Mar 20th, 2003, 01:54 PM
#1
Thread Starter
New Member
HowTos RDS and Events with DCOM
Hi, I´d like to use events with DCOM using RDS, But I can´t instantiated the Object, CAn someone give me an example ?
This i what i´m doing:
. . .
Dim WithEvents EventDCOM as DCOMServer.NMSQ
. . .
Set rds = CreateObject("RDS.DataSpace")
Set EventDCOM = RDS.CreateObject("DCOMServer.NMSQ", "http://mymachine")
. . . .
error is Type mismatch.
Thanks alot
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|